11:06

FrankMD

Self-hosted, Simple Markdown Web Editor and Notes Organizer.
With Hugo blog post support - create posts with proper directory structure.
21:33

WordPress Export to Markdown — WP Migration to Static Sites

Converts WordPress export XML into Markdown files for easy migration to static site generators like Hugo, Eleventy, or Gatsby. Downloads images, supports custom post types, interactive wizard. MIT licensed, 1.6k stars.
22:28

Zensical — Modern Static Site Generator by Material for MkDocs Team

Next-gen static site generator by the creators of Material for MkDocs. 5x faster rebuilds, blazing-fast search (Disco), modern design, MIT-licensed. Reads mkdocs.yml natively for easy migration.
10:42

Obsidian-to-Silverbullet Conversion Scripts — Wikilinks, Embeds, Callouts, Frontmatter

Set of bash scripts to migrate an Obsidian vault to Silverbullet format. Handles wikilink path resolution, image embed conversion, callout/admonition remapping, Dataview query removal, and frontmatter cleanup. Hacky but practical — fixes the common breakages when dropping an Obsidian folder into Silverbullet. By SONDLecT.
17:04

MkDocs Table Reader Plugin

MkDocs plugin to directly insert tables from files into markdown.
This is the power of MkDocs being backed by Python. There are so many plugins to choose from.
14:14

Relative Markdown Links in Hugo

The minimal example for relative markdown links:

[My Article](../my-article/index.md)  

Template: /layouts/_default/_markup/render-link.html:

<a href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">  
  {{ .Text | safeHTML }}  
</a>  
This solves the problem of relative markdown links to other pages in Hugo.
22:23

Many Notes

Many Notes is a markdown note-taking app designed for simplicity! Easily create or import your vaults and organize your thoughts right away.

Vaults are simply storage containers for your files, and Many Notes provides you with the flexibility to keep everything in one vault or to separate your files into multiple vaults.

Just another one of those note-taking apps.
17:56

Home – An Otter Wiki

A minimalistic wiki powered by python, markdown and git.