Getting Started with Markdown in WordPress

Written by

in

Getting Started with Markdown in WordPress

Welcome to your Git-versioned, Markdown-first WordPress site with full Digital Garden features!


Obsidian Compatibility

You can write notes directly in Obsidian and sync them here. All wikilinks like about and Home Page work automatically.

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.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *