Getting Started with Markdown in WordPress
Welcome to your Git-versioned, Markdown-first WordPress site with full Digital Garden features!
Obsidian Compatibility
Why This Setup?
This workflow gives you the best of both worlds:
1. Developer Experience: Write posts in your favorite local editor using standard Markdown.
2. Git Version Control: Every edit, draft, and revision is tracked in GitHub.
3. Interactive Graph & Previews: Seamless navigation across connected thoughts.
Obsidian Callout Box Examples
Information Box
Standard informational callout with clean accent styling.
Important Warning
Be careful when editing database tables directly; always use wp db export or sync.py!
Key Requirement
Run uv run scripts/sync.py to synchronize any updated markdown files into WordPress.
Code Example
Here is a quick Python example demonstrating how clean code blocks render:
def publish_post(title: str, content: str) -> bool:
print(f"Publishing post: {title}")
return True
Backlinks and Interconnections
This note connects back to the Home Page and the About Site page.
Leave a Reply