<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>markdown</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/99/feed"/>
    <updated>2026-08-01T22:08:11+00:00</updated>
    <id>https://links.biapy.com/guest/tags/99/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13477</id>
            <title type="text"><![CDATA[Doska]]></title>
            <link rel="alternate" href="https://doska.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13477"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Kanban board made of Markdown
local-first Kanban board in Markdown, self-hosted.

Boards live in your browser, so the UI is instant and works offline.
For anything you want to keep, run the sync server you host yourself.

- [Doska @ GitHub](https://github.com/romenkova/doska).]]>
            </summary>
            <updated>2026-07-31T12:33:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13261</id>
            <title type="text"><![CDATA[ZenNotes]]></title>
            <link rel="alternate" href="https://zennotes.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13261"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A home for your thoughts.
 Keyboard-first local Markdown notes with Vim motions, diagrams, and MCP integration. 

ZenNotes keeps every note as a local .md file you own — with real Vim motions, live math &amp;amp; diagrams, an MCP server for your assistant, and a bundled zen CLI. Native on Mac, Windows, and Linux, or self-host in any browser. 

- [ZenNotes @ GitHub](https://github.com/ZenNotes/zennotes).]]>
            </summary>
            <updated>2026-07-10T15:33:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13253</id>
            <title type="text"><![CDATA[treemd]]></title>
            <link rel="alternate" href="https://github.com/Epistates/treemd" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13253"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A (TUI/CLI) markdown navigator with tree-based structural navigation. 

treemd is a modern markdown viewer that combines the structural clarity of the tree command with powerful interactive navigation. Whether you&amp;#039;re exploring large documentation files, analyzing markdown structure, or reading comfortably in your terminal, treemd provides both CLI tools for scripting and a beautiful TUI for interactive exploration.]]>
            </summary>
            <updated>2026-07-09T15:16:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13206</id>
            <title type="text"><![CDATA[NoteDiscovery]]></title>
            <link rel="alternate" href="https://www.notediscovery.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13206"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your Self-Hosted Knowledge Base.

NoteDiscovery is a lightweight, self-hosted note-taking application that puts you in complete control of your knowledge base. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.

- [NoteDiscovery @ GitHub](https://github.com/gamosoft/NoteDiscovery).]]>
            </summary>
            <updated>2026-07-03T11:58:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13164</id>
            <title type="text"><![CDATA[Open Knowledge Format (OKF)]]></title>
            <link rel="alternate" href="https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13164"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OKF is a universal, vendor-neutral format for representing knowledge as plain markdown files with YAML frontmatter. It is not tied to any particular agent, framework, model provider, or serving system.

Related contents:

- [Introducing the Open Knowledge Format @ Google Cloud Blog](https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing).
- [LLM Wiki @ Andrej karpathy&amp;#039;s GitHub Gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).]]>
            </summary>
            <updated>2026-06-30T13:39:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13113</id>
            <title type="text"><![CDATA[SmallDocs]]></title>
            <link rel="alternate" href="https://smalldocs.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13113"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Read, style, and share markdown files - privately. Formerly SDocs. 

SmallDocs (formerly SDocs) is a lightweight, stateless markdown editor with live styling. Your document lives in the URL hash fragment - browsers never send it to the server.

- [SmallDocs @ GitHub](https://github.com/espressoplease/smalldocs).]]>
            </summary>
            <updated>2026-06-25T15:38:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13019</id>
            <title type="text"><![CDATA[LeafWiki]]></title>
            <link rel="alternate" href="https://leafwiki.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13019"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A wiki for people who think in folders, not feeds.

Self-hosted wiki. Single Go binary, SQLite, Markdown on disk. No external database required. 

- [LeafWiki @ GitHub](https://github.com/perber/leafwiki).]]>
            </summary>
            <updated>2026-06-12T12:46:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13010</id>
            <title type="text"><![CDATA[.MD this page]]></title>
            <link rel="alternate" href="https://github.com/Ademking/MD-This-Page" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13010"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Convert any web page to clean, readable Markdown with just one click. 

Turn any webpage into clean, LLM-ready Markdown in one click.
Strip the browser, keep the structure, then copy or download instantly.]]>
            </summary>
            <updated>2026-06-12T11:46:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12984</id>
            <title type="text"><![CDATA[Reader]]></title>
            <link rel="alternate" href="https://reader.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12984"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI Web Infrastructure Platform.

 Open source web infrastructure for AI. Scrape, crawl, and automate the web, clean markdown, browser sessions, ready for your agents. 

- [Reader @ GitHub](https://github.com/vakra-dev/reader).

Related contents:

- [Top 19 des alternatives open-source aux SaaS en 2026 @ Camille Roux :fr:](https://www.camilleroux.com/alternatives-open-source-saas-2026-v2/).]]>
            </summary>
            <updated>2026-06-10T12:46:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12961</id>
            <title type="text"><![CDATA[Scratch]]></title>
            <link rel="alternate" href="https://www.ericli.io/scratch" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12961"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalist markdown scratchpad.

Scratch is an offline-first markdown notes app. It&amp;#039;s AI-friendly, keyboard-optimized, and design-centered.

- [Scratch @ GitHub](https://github.com/erictli/scratch).

Related contents:

- [Scratch - Des notes markdown que votre IA peut éditer @ Korben :fr:](https://korben.info/scratch-notes-markdown-offline-first.html).]]>
            </summary>
            <updated>2026-06-08T08:28:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12936</id>
            <title type="text"><![CDATA[mq]]></title>
            <link rel="alternate" href="https://mqlang.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12936"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Query. Filter. Transform Markdown.
jq-like tool for Markdown processing.

 A command-line tool that processes Markdown using a syntax similar to jq. Written in Rust — slice, filter, map, and transform with ease. 

- [mq @ GitHub](https://github.com/harehare/mq).]]>
            </summary>
            <updated>2026-06-05T09:17:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12881</id>
            <title type="text"><![CDATA[MDF (Markdown First)]]></title>
            <link rel="alternate" href="https://github.com/bitcryptic-gw/mdf" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12881"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MDF (Markdown First) — open web architecture proposal for native markdown serving, agent-readable content, and price-as-access-policy.

A proposal for a web content architecture where markdown is the source of truth, agents are first-class citizens, and access policy is expressed through price.

Related contents:

- [MDF — Markdown First: A Proposal for the Agent-Readable Web @ Bitcryptic](https://blog.bitcryptic.com/blog/mdf-markdown-first).]]>
            </summary>
            <updated>2026-06-02T05:16:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12792</id>
            <title type="text"><![CDATA[files.md]]></title>
            <link rel="alternate" href="https://files.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12792"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A free, quiet space for thinking. Private, no data is sent to server.

Free, quiet space for thinking. A simple app for your .md files. Private - no data is sent to server.

- [files.md @ GitHub](https://github.com/zakirullin/files.md).]]>
            </summary>
            <updated>2026-05-19T11:49:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12714</id>
            <title type="text"><![CDATA[Markdown Preview]]></title>
            <link rel="alternate" href="https://markdownpreview.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12714"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple Markdown viewer for reading .md files.

 A native macOS app for reading Markdown.

- [Markdown Preview @ GitHub](https://github.com/pluk-inc/markdown-preview).]]>
            </summary>
            <updated>2026-05-14T14:59:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12711</id>
            <title type="text"><![CDATA[curl.md]]></title>
            <link rel="alternate" href="https://curl.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12711"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[URL to markdown for agents.

Turn websites into optimized, low token output to supercharge your context. Works with every agent.

- [curl.md @ GitHub](https://github.com/wevm/curl.md).]]>
            </summary>
            <updated>2026-05-14T14:54:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12619</id>
            <title type="text"><![CDATA[Atomic]]></title>
            <link rel="alternate" href="https://atomicapp.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12619"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Start building your knowledge graph.
Everything You Know, Connected.

Open source. Self-hosted. Your data stays yours. 

A personal knowledge base that turns markdown notes into a semantically-connected, AI-augmented knowledge graph.

Atomic stores knowledge as atoms — markdown notes that are automatically chunked, embedded, tagged, and linked by semantic similarity. Your atoms can be synthesized into wiki articles, explored on a spatial canvas, and queried through an agentic chat interface.

- [Atomic @ GitHub](https://github.com/kenforthewin/atomic).]]>
            </summary>
            <updated>2026-04-24T13:36:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12602</id>
            <title type="text"><![CDATA[Tolaria]]></title>
            <link rel="alternate" href="https://tolaria.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12602"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A second brain for the AI era. Free forever.

Organize your notes as Markdown files. With native
relationships, Git, and Claude Code integration.

- [Tolaria @ GitHub](https://github.com/refactoringhq/tolaria).]]>
            </summary>
            <updated>2026-04-23T11:40:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12585</id>
            <title type="text"><![CDATA[MDV — Markdown Data &amp;amp; Visualization]]></title>
            <link rel="alternate" href="https://github.com/drasimwagan/mdv" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12585"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write documents, dashboards, and slides in a Markdown superset. Add charts, KPI cards, tables, and styled regions with nothing more complicated than fenced code blocks and named styles.

 MDV — a Markdown superset for documents, dashboards, and slides with embedded data and visualizations. HTML + PDF export, live preview, VS Code extension.]]>
            </summary>
            <updated>2026-04-20T12:02:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12563</id>
            <title type="text"><![CDATA[Marky]]></title>
            <link rel="alternate" href="https://github.com/GRVYDEV/marky" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12563"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A lightweight easy to use markdown viewer.

A fast, native markdown viewer for macOS built with Tauri v2, React, and markdown-it. Beautiful rendering of tables, code blocks, task lists, math, and diagrams — with live reload.]]>
            </summary>
            <updated>2026-04-17T11:38:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12496</id>
            <title type="text"><![CDATA[docmd]]></title>
            <link rel="alternate" href="https://docmd.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12496"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Universal Documentation Engine.

The minimalist, zero-config engine for professional documentation.
No React, no heavy frameworks.
 Generate minimal, fast &amp;amp; beautiful docs from Markdown. No React, no bloat, just content. Built for developers. 

- [docmd @ GitHub](https://github.com/docmd-io/docmd).]]>
            </summary>
            <updated>2026-04-09T15:10:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12489</id>
            <title type="text"><![CDATA[Comark]]></title>
            <link rel="alternate" href="https://comark.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12489"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Components in Markdown.

A fast, streaming-ready markdown parser with component support for Vue, React, Svelte, HTML and ANSI terminal.

- [Comark @ GitHub](https://github.com/comarkdown/comark).]]>
            </summary>
            <updated>2026-04-09T09:27:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12482</id>
            <title type="text"><![CDATA[skim]]></title>
            <link rel="alternate" href="https://github.com/noblepayne/skim" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12482"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Turns any HTML page into clean markdown. 

Mozilla Readability algorithm + hickory-to-markdown converter for Babashka.

Turns any HTML page into clean markdown by parsing it with jsoup, scoring content using the Mozilla Readability algorithm, extracting the main article body, and converting the hickory tree to markdown.

Related contents:

- [Episode 661: Sink Your Claws In @ Linux Unplugged](https://linuxunplugged.com/661).]]>
            </summary>
            <updated>2026-04-09T06:24:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12372</id>
            <title type="text"><![CDATA[QMD - Query Markup Documents]]></title>
            <link rel="alternate" href="https://github.com/tobi/qmd" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12372"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local.

An on-device search engine for everything you need to remember. Index your markdown notes, meeting transcripts, documentation, and knowledge bases. Search with keywords or natural language. Ideal for your agentic flows.

QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking—all running locally via node-llama-cpp with GGUF models.

Related contents:

- [QMD - Un moteur de recherche local pour vos notes Markdown @ Korben :fr:](https://korben.info/qmd-recherche-markdown-locale-ia.html).]]>
            </summary>
            <updated>2026-03-30T09:17:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12286</id>
            <title type="text"><![CDATA[Email.md]]></title>
            <link rel="alternate" href="https://www.emailmd.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12286"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Render markdown into email-safe HTML.
Responsive Emails, Written in Markdown.
Write markdown. Ship emails. No HTMHELL.

Email.md converts markdown into responsive, email-safe HTML that works across Gmail, Outlook, Apple Mail, Yahoo, and every other client.

- [Email.md  @ GitHub](https://github.com/unmta/emailmd).]]>
            </summary>
            <updated>2026-05-15T10:44:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12281</id>
            <title type="text"><![CDATA[Defuddle]]></title>
            <link rel="alternate" href="https://defuddle.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12281"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Get the main content of any page as Markdown.

Defuddle extracts the main content from web pages. It cleans up web pages by removing clutter like comments, sidebars, headers, footers, and other non-essential elements, leaving only the primary content.

- [Defuddle @ GitHub](https://github.com/kepano/defuddle).

Related contents:

- [1,65 million de vues en 30 jours : comment j&amp;#039;ai automatisé la diffusion de ma veille techno @ Camille Roux :fr:](https://www.camilleroux.com/1-65-million-de-vues-en-30-jours-comment-jai-automatise-la-diffusion-de-ma-veille-techno/).]]>
            </summary>
            <updated>2026-03-24T13:56:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12242</id>
            <title type="text"><![CDATA[flatnotes]]></title>
            <link rel="alternate" href="https://github.com/dullage/flatnotes" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12242"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.]]>
            </summary>
            <updated>2026-03-23T14:44:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12209</id>
            <title type="text"><![CDATA[andes90/collabmd: Realtime collaboration for markdown folders, diagrams, and git-backed docs.]]></title>
            <link rel="alternate" href="https://github.com/andes90/collabmd" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12209"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Turn an existing markdown-and-diagram workspace into a realtime collaborative web app. 

Realtime collaboration for Markdown folders, diagrams, and git-backed docs, without migrating your files.

CollabMD turns a local Markdown folder, Obsidian-style vault, or docs repo into a collaborative workspace you can open in the browser.
Throughout this guide, vault simply means a regular folder on your computer that contains Markdown files.]]>
            </summary>
            <updated>2026-03-20T13:09:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12115</id>
            <title type="text"><![CDATA[plumio]]></title>
            <link rel="alternate" href="https://plumio.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12115"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your private note-taking app.

A self-hosted markdown editor with live preview, document encryption, multi-user support, and multi-organization capabilities. 

- [plumio @ GitHub](https://github.com/albertasaftei/plumio).]]>
            </summary>
            <updated>2026-03-13T13:52:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11820</id>
            <title type="text"><![CDATA[tfplan2md]]></title>
            <link rel="alternate" href="https://oocx.github.io/tfplan2md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11820"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Transform Terraform Plans Into Readable Reports

Stop drowning in verbose plan output. Generate structured Markdown reports that render perfectly in PR comments. 

- [tfplan2md @ GitHub](https://github.com/oocx/tfplan2md).

Related contents:

- [Create readable terraform plans for pull request reviews with tfplan2md @ Level Up Coding&amp;#039;s Medium](https://levelup.gitconnected.com/create-readable-terraform-plans-for-pull-request-reviews-with-tfplan2md-ea646e00e59b).]]>
            </summary>
            <updated>2026-02-16T06:09:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11807</id>
            <title type="text"><![CDATA[FrankMD]]></title>
            <link rel="alternate" href="https://github.com/akitaonrails/FrankMD" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11807"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Self-hosted, Simple Markdown Web Editor and Notes Organizer.

FrankMD (Frank Markdown) is a simple, feature-rich, self-hosted markdown note-taking app built with Ruby on Rails 8.
The name honors Frank Rosenblatt, inventor of the Perceptron - the pioneering neural network that laid the foundation for modern AI.]]>
            </summary>
            <updated>2026-02-13T13:48:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11779</id>
            <title type="text"><![CDATA[Showboat]]></title>
            <link rel="alternate" href="https://github.com/simonw/showboat" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11779"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Create executable demo documents that show and prove an agent&amp;#039;s work.

Showboat helps agents build markdown documents that mix commentary, executable code blocks, and captured output. These documents serve as both readable documentation and reproducible proof of work. A verifier can re-execute all code blocks and confirm the outputs still match.

Related contents:

- [Introducing Showboat and Rodney, so agents can demo what they’ve built @ Simon Willison’s Weblog](https://simonwillison.net/2026/Feb/10/showboat-and-rodney/).
- [Two new Showboat tools: Chartroom and datasette-showboat @ Simon Willison’s Weblog](https://simonwillison.net/2026/Feb/17/chartroom-and-datasette-showboat/).
- [Linear walkthroughs @ Simon Willison’s Weblog](https://simonwillison.net/guides/agentic-engineering-patterns/linear-walkthroughs/).]]>
            </summary>
            <updated>2026-02-25T12:49:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11772</id>
            <title type="text"><![CDATA[Reinschrift]]></title>
            <link rel="alternate" href="https://github.com/danst0/ReinschriftTodo" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11772"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reinschrift combines a native GNOME interface with the simplicity of plain text. Your tasks remain a normal Markdown file – easy to back up, versionable via Git, and editable on any device with your favorite editor.

The app syncs the file via Nextcloud/WebDAV, reads changes live, writes directly back, and thus makes classic to-do lists in plain text suitable for everyday use – without proprietary silos. The format remains open, portable, and transparent.

Related contents:

- [Episode 653: The Kernel Always Wins @ Linux Unplugged](https://linuxunplugged.com/653).]]>
            </summary>
            <updated>2026-02-10T07:15:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11714</id>
            <title type="text"><![CDATA[Hongdown]]></title>
            <link rel="alternate" href="https://dahlia.github.io/hongdown/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11714"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Markdown formatter that enforces Hong Minhee&amp;#039;s Markdown style conventions.

Hongdown is a Markdown formatter that enforces Hong Minhee&amp;#039;s Markdown style conventions. The formatter is implemented in Rust using the Comrak library for parsing. It produces consistently formatted Markdown output following a distinctive style used across multiple projects including Fedify, LogTape, and Optique.

- [Hongdown @ GitHub](https://github.com/dahlia/hongdown).]]>
            </summary>
            <updated>2026-02-05T16:18:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11608</id>
            <title type="text"><![CDATA[Textarea]]></title>
            <link rel="alternate" href="https://textarea.my/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11608"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalist text editor that lives in URL.

A minimalist text editor that lives entirely in your browser and stores everything in the URL hash.

- [Textarea @ GitHub](https://github.com/antonmedv/textarea).

Related contents:

- [Textarea - Un éditeur de texte qui vit sa meilleure vie dans son URL @ Korben :fr:](https://korben.info/textarea-github-minimalist-editeur.html).]]>
            </summary>
            <updated>2026-01-26T09:17:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11515</id>
            <title type="text"><![CDATA[Joplin]]></title>
            <link rel="alternate" href="https://joplinapp.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11515"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device. 

- [Joplin @ GitHub](https://github.com/laurent22/joplin/).

Related contents:

- [Joplin Notes: Open Source Notes Without Lock-In @ Lawrence Systems&amp;#039; YouTube](https://www.youtube.com/watch?v=jyzcDIudczA).]]>
            </summary>
            <updated>2026-01-16T14:33:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11473</id>
            <title type="text"><![CDATA[HTML to Markdown MCP Server]]></title>
            <link rel="alternate" href="https://github.com/levz0r/html-to-markdown-mcp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11473"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MCP server for converting HTML to Markdown using Turndown.js. Fetch web pages and convert them to clean, formatted Markdown. 

An MCP (Model Context Protocol) server that converts HTML content to Markdown format using Turndown.js.]]>
            </summary>
            <updated>2026-01-15T16:12:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11427</id>
            <title type="text"><![CDATA[Ferrite]]></title>
            <link rel="alternate" href="https://github.com/OlaProeis/Ferrite" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11427"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, lightweight text editor for Markdown, JSON, YAML, and TOML files. Built with Rust and egui for a native, responsive experience.]]>
            </summary>
            <updated>2026-01-12T07:56:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11272</id>
            <title type="text"><![CDATA[Zettlr]]></title>
            <link rel="alternate" href="https://www.zettlr.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11272"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your One-Stop
Publication Workbench

From idea to publication in one app: Zettlr supports your writing process at every stage — from initial notes to journal submission or book manuscript. 

- [Zettlr @ GitHub](https://github.com/Zettlr/Zettlr).]]>
            </summary>
            <updated>2025-12-22T07:47:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11161</id>
            <title type="text"><![CDATA[remend]]></title>
            <link rel="alternate" href="https://streamdown.ai/docs/termination" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11161"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unterminated Block Parsing.

Remend is a lightweight, standalone preprocessor that completes incomplete Markdown syntax.

- [Streamdown @ GitHub](https://github.com/vercel/streamdown).
- [remend @ npm](https://www.npmjs.com/package/remend).

Related contents:

- [New npm package for automatic recovery of broken streaming markdown @ Vercel](https://vercel.com/changelog/new-npm-package-for-automatic-recovery-of-broken-streaming-markdown).]]>
            </summary>
            <updated>2025-12-04T12:51:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11095</id>
            <title type="text"><![CDATA[Pandoc]]></title>
            <link rel="alternate" href="https://pandoc.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11095"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc can convert between many formats.

- [Pandoc @ GitHub](https://github.com/jgm/pandoc).

Related contents:

- [The code and open-source tools I used to produce a science fiction anthology @ Compelling Science Fiction Newsletter](https://compellingsciencefiction.com/posts/the-code-and-open-source-tools-i-used-to-produce-a-science-fiction-anthology.html).
- [we rolled our own documentation site @ tangled](https://blog.tangled.org/docs).
- [Pandoc - Convertir vos documents sans logiciel proprio @ Korben :fr:](https://korben.info/pandoc-convertir-documents-web.html).]]>
            </summary>
            <updated>2026-02-16T09:27:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11087</id>
            <title type="text"><![CDATA[Darwin Information Typing Architecture (DITA)]]></title>
            <link rel="alternate" href="https://www.oxygenxml.com/dita/1.3/specs/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11087"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Darwin Information Typing Architecture (DITA) specification defines a set of document types for authoring and organizing topic-oriented information, as well as a set of mechanisms for combining, extending, and constraining document types.

Related contents:

- [Issue 45 - Markdown is Holding You Back @ Code, Content, and Career with Brian Hogan](https://newsletter.bphogan.com/archive/issue-45-markdown-is-holding-you-back/).]]>
            </summary>
            <updated>2025-11-24T13:05:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11086</id>
            <title type="text"><![CDATA[DocBook]]></title>
            <link rel="alternate" href="https://docbook.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11086"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[DocBook is a schema (available in several languages including RELAX NG, SGML and XML DTDs, and W3C XML Schema) maintained by the DocBook Technical Committee of OASIS. It is particularly well suited to books and papers about computer hardware and software (though it is by no means limited to these applications). 

Related contents:

- [Issue 45 - Markdown is Holding You Back @ Code, Content, and Career with Brian Hogan](https://newsletter.bphogan.com/archive/issue-45-markdown-is-holding-you-back/).]]>
            </summary>
            <updated>2025-11-24T13:04:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11085</id>
            <title type="text"><![CDATA[reStructuredText]]></title>
            <link rel="alternate" href="https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11085"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[reStructuredText (reST) is the default plaintext markup language used by both Docutils and Sphinx. Docutils provides the basic reStructuredText syntax, while Sphinx extends this to support additional functionality.

Related contents:

- [Issue 45 - Markdown is Holding You Back @ Code, Content, and Career with Brian Hogan](https://newsletter.bphogan.com/archive/issue-45-markdown-is-holding-you-back/).]]>
            </summary>
            <updated>2025-11-24T13:03:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11027</id>
            <title type="text"><![CDATA[Markdown Printer]]></title>
            <link rel="alternate" href="https://github.com/levz0r/markdown-printer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11027"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Save web pages as Markdown files with preserved formatting. Perfect for documentation, articles, and note-taking. 

Save web pages as Markdown files with preserved formatting. Zero setup required - just install and start saving!]]>
            </summary>
            <updated>2025-11-20T16:10:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11004</id>
            <title type="text"><![CDATA[Exporter]]></title>
            <link rel="alternate" href="https://falcon.star-lord.me/exporter" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11004"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Exporting Apple Notes, done right!

Related contents:

- [Time to start de-Appling @ Hi, I&amp;#039;m Heather Burns](https://heatherburns.tech/2025/11/10/time-to-start-de-appling/).]]>
            </summary>
            <updated>2025-11-18T06:54:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10863</id>
            <title type="text"><![CDATA[Alexandrie]]></title>
            <link rel="alternate" href="https://alexandrie-hub.fr/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10863"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, open-source Markdown note-taking app for students and creators.

A modern and elegant application for taking notes in extended Markdown.
Organize, search, and export your notes with an intuitive interface designed for students and productivity.

- [Alexandrie @ GitHub](https://github.com/Smaug6739/Alexandrie).

Related contents:

- [Alexandrie Note App - The Good, The Bad &amp;amp; The Docker Setup @ DB Tech](https://www.youtube.com/watch?v=5nZ3T7azxmc).
- [Alexandrie - L&amp;#039;app de notes qui garde vos données chez vous @ Korben :fr:](https://korben.info/alexandrie.html).]]>
            </summary>
            <updated>2026-02-02T08:29:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10828</id>
            <title type="text"><![CDATA[html-to-markdown]]></title>
            <link rel="alternate" href="https://html-to-markdown.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10828"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules. 

A robust html-to-markdown converter that transforms HTML (even entire websites) into clean, readable Markdown. It supports complex formatting, customizable options, and plugins for full control over the conversion process.

- [html-to-markdown @ GitHub](https://github.com/JohannesKaufmann/html-to-markdown).

Related contents:

- [Episode 661: Sink Your Claws In @ Linux Unplugged](https://linuxunplugged.com/661).]]>
            </summary>
            <updated>2026-04-09T06:22:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10826</id>
            <title type="text"><![CDATA[Vault-tasks]]></title>
            <link rel="alternate" href="https://github.com/louis-thevenet/vault-tasks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10826"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[vault-tasks is a TUI Markdown task manager.

It will parse any Markdown file or vault and display the tasks it contains.]]>
            </summary>
            <updated>2025-10-30T10:11:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10825</id>
            <title type="text"><![CDATA[Markwhen]]></title>
            <link rel="alternate" href="https://markwhen.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10825"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A markdown-like journal language for plainly writing  logs ,  gantt charts ,  blogs ,  feeds ,  notes ,  journals ,  diaries ,  todos ,  timelines ,  calendars  or  anything that happens over time . 

Markwhen is a markdown-like journal language. You write markdown-ish text and it gets converted into JSON which can then be rendered into a timeline or other view.

- [Markwhen documentation](https://docs.markwhen.com/).
- [Markwhen @ GitHub](https://github.com/mark-when/markwhen).]]>
            </summary>
            <updated>2025-10-30T10:09:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10824</id>
            <title type="text"><![CDATA[Percollate]]></title>
            <link rel="alternate" href="https://danburzo.ro/projects/percollate/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10824"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make clean PDF and EPUB docs from web pages

Percollate lets you turn web pages into readable PDF, EPUB, HTML, or Markdown files from the command line.

- [Percollate @ GitHub](https://github.com/danburzo/percollate).]]>
            </summary>
            <updated>2025-10-30T10:07:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10823</id>
            <title type="text"><![CDATA[Marksman]]></title>
            <link rel="alternate" href="https://github.com/artempyanykh/marksman" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10823"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write Markdown with code assist and intelligence in the comfort of your favourite editor.

Marksman is a program that integrates with your editor to assist you in writing and maintaining your Markdown documents. Using LSP protocol it provides completion, goto definition, find references, rename refactoring, diagnostics, and more. In addition to regular Markdown, it also supports wiki-link-style references that enable Zettelkasten-like1, 2 note taking. See more about Marksman&amp;#039;s features below.]]>
            </summary>
            <updated>2025-10-30T10:04:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10815</id>
            <title type="text"><![CDATA[Daux.io]]></title>
            <link rel="alternate" href="https://daux.io/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10815"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Daux.io is a documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. 

- [Daux.io @ GitHub](https://github.com/dauxio/daux.io).]]>
            </summary>
            <updated>2025-10-29T15:51:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10765</id>
            <title type="text"><![CDATA[lychee]]></title>
            <link rel="alternate" href="https://lychee.cli.rs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10765"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Catch Broken Links in Seconds.

 ⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more! 

- [lychee @ GitHub](https://github.com/lycheeverse/lychee).

Related contents:

- [Zéro lien cassé : automatiser la détection avec Lychee @ DevSecOps :fr:](https://blog.stephane-robert.info/post/lychee-verification-liens-casses/).]]>
            </summary>
            <updated>2026-01-19T10:40:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10663</id>
            <title type="text"><![CDATA[Tailwind CSS Typography]]></title>
            <link rel="alternate" href="https://tailwindcss-typography.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10663"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Beautiful typographic defaults for HTML you don&amp;#039;t control. 

The official Tailwind CSS Typography plugin provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don’t control, like HTML rendered from Markdown, or pulled from a CMS.

Related contents:

- [Styling Markdown @ Web Dev](https://webdev.bryanhogan.com/miscellaneous/styling-markdown/).]]>
            </summary>
            <updated>2025-10-15T11:49:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10501</id>
            <title type="text"><![CDATA[unified]]></title>
            <link rel="alternate" href="https://unifiedjs.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10501"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[unified is a collective of 500+ free and open source packages that work with content as structured data (ASTs).
Different kinds of content can be connected together. Particularly, markdown, natural language, HTML, XML, and JavaScript are frequently used.

Content as structured data.

We compile content to syntax trees and syntax trees to content.
We also provide hundreds of packages to work on the trees in between.
You can build on the unified collective to make all kinds of interesting things.

- [unified @ GitHub](https://github.com/unifiedjs).

Related contents:

- [How to keep package.json under control @ val town](https://blog.val.town/gardening-dependencies).]]>
            </summary>
            <updated>2025-10-02T06:41:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10465</id>
            <title type="text"><![CDATA[HTML To Markdown]]></title>
            <link rel="alternate" href="https://wangchujiang.com/html-to-markdown-cli/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10465"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[HTML conversion tool to markdown.

- [@wcj/html-to-markdown @ GitHub](https://github.com/jaywcjlove/html-to-markdown-cli).

Related contents:

- [Use the Accept Header to serve Markdown instead of HTML to LLMs @ Nick Khami&amp;#039;s Blog](https://www.skeptrune.com/posts/use-the-accept-header-to-serve-markdown-instead-of-html-to-llms/).]]>
            </summary>
            <updated>2025-09-30T11:58:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10437</id>
            <title type="text"><![CDATA[Jimmy]]></title>
            <link rel="alternate" href="https://marph91.github.io/jimmy/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10437"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Note Conversion Tool.

Jimmy is a tool to convert your notes from different formats to Markdown.

- [Jimmy @ GitHub](https://github.com/marph91/jimmy).

Related contents:

- [Jimmy - Pour exporter toutes vos notes en Markdown @ Korben :fr:](https://korben.info/jimmy-convertisseur-notes-markdown-universel.html).]]>
            </summary>
            <updated>2025-09-29T10:33:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10325</id>
            <title type="text"><![CDATA[AsciiDoc]]></title>
            <link rel="alternate" href="https://asciidoc.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10325"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Publish presentation-rich content from a concise and comprehensive authoring format.

AsciiDoc is a plain text markup language for writing technical content. It’s packed with semantic elements and equipped with features to modularize and reuse content. AsciiDoc content can be composed using a text editor, managed in a version control system, and published to multiple output formats.

Related contents:

- [Issue 45 - Markdown is Holding You Back @ Code, Content, and Career with Brian Hogan](https://newsletter.bphogan.com/archive/issue-45-markdown-is-holding-you-back/).]]>
            </summary>
            <updated>2025-11-24T13:01:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10217</id>
            <title type="text"><![CDATA[mdream]]></title>
            <link rel="alternate" href="https://github.com/harlan-zw/mdream" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10217"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[☁️ Convert any site to clean markdown &amp;amp; llms.txt. Boost your site&amp;#039;s AI discoverability or generate LLM context for a project you&amp;#039;re working with. 

Mdream core is a highly optimized primitive for producing Markdown from HTML that is optimized for LLMs.]]>
            </summary>
            <updated>2025-09-15T14:08:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10019</id>
            <title type="text"><![CDATA[react-markdown-with-mdx]]></title>
            <link rel="alternate" href="https://github.com/etler/react-markdown-with-mdx" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10019"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A higher order component to wrap `react-markdown` with support for MDX component elements. 

Related contents:

- [Unlocking Rich UI Component Rendering in AI Responses @ Tim Etler](https://www.timetler.com/2025/08/19/unlocking-rich-ui-components-in-ai/).]]>
            </summary>
            <updated>2025-09-04T17:20:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/30</id>
            <title type="text"><![CDATA[OverType]]></title>
            <link rel="alternate" href="https://overtype.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/30"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Markdown Editor That&amp;#039;s a Textarea.

A lightweight markdown editor library with perfect WYSIWYG alignment using an invisible textarea overlay technique. Includes optional toolbar. ~45KB minified with all features.

- [OverType @ GitHub](https://github.com/panphora/overtype).]]>
            </summary>
            <updated>2025-09-04T08:30:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/60</id>
            <title type="text"><![CDATA[MKEditor]]></title>
            <link rel="alternate" href="https://versyxdigital.github.io/mkeditor/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/60"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple &amp;amp; Fast Online Markdown Editor with Live Preview.
Quickly and easily get started writing your markdown documents with MKEditor&amp;#039;s rich set of features.

- [MKEditor @ GitHub](https://github.com/versyxdigital/mkeditor/).

Related contents:

- [MkEditor - L&amp;#039;éditeur Markdown que personne n&amp;#039;attendait @ Korben :fr:](https://korben.info/mkeditor-quand-dev-timide-cree-editeur.html).]]>
            </summary>
            <updated>2025-09-04T08:40:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/181</id>
            <title type="text"><![CDATA[readme-scribe]]></title>
            <link rel="alternate" href="https://github.com/muesli/readme-scribe" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/181"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A GitHub Action that automatically generates &amp;amp; updates markdown content (like your README.md).

Related contents:

- [EP 61: Coding in My Pants @ Linux Matters](https://linuxmatters.sh/61/).]]>
            </summary>
            <updated>2025-09-18T15:25:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/201</id>
            <title type="text"><![CDATA[Exporter]]></title>
            <link rel="alternate" href="https://apps.apple.com/us/app/exporter/id1099120373?mt=12" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/201"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Export notes from Notes.app

- Notes can be exported to markdown or HTML format.
- Creation &amp;amp; modification dates of notes are preserved.
- Notes are stored in directories named after the notebooks in which they are stored in Notes.app.
- Notes in same notebook having same name are renamed to avoid old notes being re-written by new ones.
- Support for exporting attachments of type - JPEG, PNG, GIF, TIFF &amp;amp; BMP while exporting in markdown format.

Related contents:

- [J&amp;#039;avais peur de perdre mes notes - Exporter sauvegardes vos données Apple Notes @ Korben :fr:](https://korben.info/backup-sauvegarde-apple-notes.html).]]>
            </summary>
            <updated>2025-10-20T09:19:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/212</id>
            <title type="text"><![CDATA[Observable Framework]]></title>
            <link rel="alternate" href="https://observablehq.com/framework/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/212"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The best dashboards are built with code.
Create fast, beautiful data apps, dashboards, and reports from the command line. Write Markdown, JavaScript, SQL, Python, R… and any language you like. Free and open-source.

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis. 

- [Observable Framework @ GitHub](https://github.com/observablehq/framework).]]>
            </summary>
            <updated>2025-10-21T14:50:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/215</id>
            <title type="text"><![CDATA[docmd]]></title>
            <link rel="alternate" href="https://docmd.mgks.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/215"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Documentation. Zero Clutter. Just Content.

Generate beautiful, lightweight static documentation sites from Markdown files.

- [docmd @ GitHub](https://github.com/mgks/docmd).]]>
            </summary>
            <updated>2025-11-04T10:24:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/269</id>
            <title type="text"><![CDATA[Quarto]]></title>
            <link rel="alternate" href="https://quarto.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/269"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open-source scientific and technical publishing system built on Pandoc. 
Quarto documents are authored using Markdown, an easy to write plain text format.

- [Quarto @ GitHub](https://github.com/quarto-dev/quarto-cli).

Related contents:

- [Episode \#103: \#define: props to astronomer @ Changelog &amp;amp; Friends](https://changelog.com/friends/103).]]>
            </summary>
            <updated>2025-12-31T08:17:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/324</id>
            <title type="text"><![CDATA[MarkText]]></title>
            <link rel="alternate" href="https://github.com/marktext/marktext" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/324"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[📝A simple and elegant markdown editor, available for Linux, macOS and Windows. 

 A simple and elegant open-source markdown editor that focused on speed and usability.]]>
            </summary>
            <updated>2026-01-13T13:25:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/395</id>
            <title type="text"><![CDATA[DocToc]]></title>
            <link rel="alternate" href="https://github.com/thlorenz/doctoc" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/395"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.]]>
            </summary>
            <updated>2026-01-20T15:31:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/415</id>
            <title type="text"><![CDATA[Backlog.md]]></title>
            <link rel="alternate" href="https://github.com/MrLesk/Backlog.md" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/415"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown‑native Task Manager &amp;amp; Kanban visualizer for any Git repository.

A tool for managing project collaboration between humans and AI Agents in a git ecosystem.

Backlog.md turns any folder with a Git repo into a self‑contained project board
powered by plain Markdown files and a zero‑config CLI.]]>
            </summary>
            <updated>2025-08-28T17:06:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/428</id>
            <title type="text"><![CDATA[xc]]></title>
            <link rel="alternate" href="https://xcfile.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/428"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple, Convenient, Markdown based task runner.

xc is a task runner similar to Make or npm run, that aims to be more discoverable and approachable.

The problem xc is intended to solve is scripts maintained separately from their documentation. Often a Makefile or a package.json will contain some useful scripts for developing on a project, then the README.md will surface and describe these scripts. In such a case, since the documentation is separate, it may not be updated when scripts are changed or added. xc aims to solve this by defining the scripts inline with the documentation.

- [xc @ GitHub](https://github.com/joerdav/xc).]]>
            </summary>
            <updated>2025-08-28T17:09:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/445</id>
            <title type="text"><![CDATA[Spegel]]></title>
            <link rel="alternate" href="https://github.com/simedw/spegel" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/445"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reflect the web through AI.

Automatically rewrites the websites into markdown optimised for viewing in the terminal. Read intro blog post here
This is a proof-of-concept, bugs are to be expected but feel free to raise an issue or pull request.

Related contents:

- [Spegel - A Terminal Browser That Uses LLMs to Rewrite Webpages @ SimEdw&amp;#039;s Blog](https://simedw.com/2025/06/23/introducing-spegel/).]]>
            </summary>
            <updated>2025-08-28T17:11:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/474</id>
            <title type="text"><![CDATA[Zen]]></title>
            <link rel="alternate" href="https://www.sheshbabu.com/zen/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/474"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write it Down. Own it Forever.

A clean, quiet space to think. Your notes live in standard Markdown within a local SQLite database. No vendor lock-in, no distractions. 
 Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage 

- [Zen @ GitHub](https://github.com/sheshbabu/zen).]]>
            </summary>
            <updated>2025-08-28T17:17:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/498</id>
            <title type="text"><![CDATA[LiaScript]]></title>
            <link rel="alternate" href="https://liascript.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/498"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Educational Resources made Easy and Decentralized…

Share your knowledge and build online courses with simple LiaScript! LiaScript is an open Markdown dialect and interpreter for interactive and educational content, providing everything you need to jumpstart a journey to engaging OER projects.

- [LiaScript @ GitHub](https://github.com/LiaScript/LiaScript).]]>
            </summary>
            <updated>2025-08-28T17:21:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/582</id>
            <title type="text"><![CDATA[Ephe]]></title>
            <link rel="alternate" href="https://ephe.app/landing" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/582"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ephemeral Markdown Paper.

Traditional todo apps can be overwhelming.
Ephe is designed to organize your tasks with plain Markdown.
Ephe gives you just one clean page to focus your day.

- [Ephe @ GitHub](https://github.com/unvalley/ephe).]]>
            </summary>
            <updated>2025-08-28T17:35:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/595</id>
            <title type="text"><![CDATA[Markdown Ninja]]></title>
            <link rel="alternate" href="https://markdown.ninja/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/595"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown-first CMS for bloggers, minimalists and startups. Open Source alternative to Substack, Mailchimp and Netlify.

- [Markdown Ninja @ GitHub](https://github.com/bloom42/markdown-ninja).]]>
            </summary>
            <updated>2025-08-28T17:38:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/635</id>
            <title type="text"><![CDATA[Quarkdown]]></title>
            <link rel="alternate" href="https://quarkdown.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/635"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown with superpowers

Letting ideas flow into your next presentation, paper or book.

Markdown meets the power of LaTeX in this modern typesetting system.
And it&amp;#039;s free and open source.

Quarkdown is a modern Markdown-based typesetting system, designed around the key concept of versatility, by seamlessly compiling a project into a print-ready book or an interactive presentation. All through an incredibly powerful Turing-complete extension of Markdown, ensuring your ideas flow automatically into paper.

- [Quarkdown @ GitHub](https://github.com/iamgio/quarkdown).

Related contents:

- [Quarkdown 2.0 - Du Markdown qui crache PDF, slides et wikis @ Korben :fr:](https://korben.info/quarkdown-2-multi-format-permissions.html).]]>
            </summary>
            <updated>2026-04-28T09:02:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/770</id>
            <title type="text"><![CDATA[markdown2]]></title>
            <link rel="alternate" href="https://github.com/trentm/python-markdown2" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/770"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast and complete implementation of Markdown in Python.

Related contents:

- [Minimum viable blog @ Carl Öst Wilkens&amp;#039; Blog](https://ostwilkens.se/blog/setting-up-blog).]]>
            </summary>
            <updated>2025-08-28T18:06:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/793</id>
            <title type="text"><![CDATA[Markdoc]]></title>
            <link rel="alternate" href="https://markdoc.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/793"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A powerful, flexible, Markdown-based authoring framework.

From personal blogs to massive documentation sites, Markdoc is a content authoring system that grows with you.

Markdoc is a Markdown-based syntax and toolchain for creating custom documentation sites and experiences.
We designed Markdoc to power Stripe&amp;#039;s public docs, our largest and most complex content site.

- [Markdoc @ GitHub](https://github.com/markdoc/markdoc).]]>
            </summary>
            <updated>2025-08-28T18:10:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/828</id>
            <title type="text"><![CDATA[openleaf]]></title>
            <link rel="alternate" href="https://www.openleaf.xyz/info" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/828"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[openleaf is a minimalist, browser-based rich text editor that lets you start writing instantly without signup, downloads, or configuration. Just go to any URL and start typing!

- [openleaf @ GitHub](https://github.com/AashishRichhariya/openleaf).]]>
            </summary>
            <updated>2025-08-28T18:15:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/831</id>
            <title type="text"><![CDATA[📚 Wiki-Go]]></title>
            <link rel="alternate" href="https://wikigo.leomoon.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/831"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A modern, feature-rich, databaseless flat-file wiki platform built with Go. 
Built for simplicity and performance with Markdown. No database, zero maintenance.

- [📚 Wiki-Go @ GitHub](https://github.com/leomoon-studios/wiki-go).]]>
            </summary>
            <updated>2025-08-28T18:16:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/853</id>
            <title type="text"><![CDATA[An Otter Wiki]]></title>
            <link rel="alternate" href="https://otterwiki.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/853"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalistic wiki powered by python, markdown and git. 

An Otter Wiki is Python-based software for collaborative content management, called a wiki. The content is stored in a git repository, which keeps track of all changes. Markdown is used as Markup language. An Otter Wiki is written in python using the microframework Flask. halfmoon is used as CSS framework and CodeMirror as editor. Font Awesome Free serves the icons.

- [An Otter Wiki @ GitHub](https://github.com/redimp/otterwiki).]]>
            </summary>
            <updated>2025-08-28T18:20:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1103</id>
            <title type="text"><![CDATA[MD4C]]></title>
            <link rel="alternate" href="https://github.com/mity/md4c" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1103"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification. 

Related contents:

- [Why Is This Site Built With C @ Marcelo Fernandes](https://marcelofern.com/posts/c/why-is-this-site-built-with-c/index.html).]]>
            </summary>
            <updated>2025-08-28T19:00:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1287</id>
            <title type="text"><![CDATA[presenterm]]></title>
            <link rel="alternate" href="https://mfontanini.github.io/presenterm/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1287"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A markdown terminal slideshow tool.

presenterm lets you create presentations in markdown format and run them from your terminal, with support for image and animated gif support, highly customizable themes, code highlighting, exporting presentations into PDF format, and plenty of other features.

- [presenterm @ GitHub](https://github.com/mfontanini/presenterm).]]>
            </summary>
            <updated>2025-08-28T19:31:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1463</id>
            <title type="text"><![CDATA[mdq]]></title>
            <link rel="alternate" href="https://github.com/yshavit/mdq" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1463"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[jq for Markdown.

like jq but for Markdown: find specific elements in a md doc.
mdq aims to do for Markdown what jq does for JSON: provide an easy way to zero in on specific parts of a document.]]>
            </summary>
            <updated>2025-08-28T20:00:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1534</id>
            <title type="text"><![CDATA[Vega-Lite]]></title>
            <link rel="alternate" href="https://vega.github.io/vega-lite/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1534"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A High-Level Grammar of Interactive Graphics.

Vega-Lite is a high-level grammar of interactive graphics. It provides a concise, declarative JSON syntax to create an expressive range of visualizations for data analysis and presentation. 

- [Vega-Lite @ GitHub](https://github.com/vega/vega-lite).]]>
            </summary>
            <updated>2025-08-28T20:11:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1535</id>
            <title type="text"><![CDATA[CodiMD]]></title>
            <link rel="alternate" href="https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1535"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CodiMD lets you collaborate in real-time with markdown. Built on HackMD source code, CodiMD lets you host and control your team&amp;#039;s content with speed and ease.

- [CodiMD @ GitHub](https://github.com/hackmdio/codimd).

Related contents:

- [Ep 49: Mark Down in the Console Caves @ Linux Matters](https://linuxmatters.sh/49/).]]>
            </summary>
            <updated>2025-08-28T20:12:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1612</id>
            <title type="text"><![CDATA[Marksmith]]></title>
            <link rel="alternate" href="https://github.com/avo-hq/marksmith" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1612"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[GitHub-style markdown editor for Ruby and Rails.
It supports Active Storage attachments and comes with a built-in markdown preview renderer.]]>
            </summary>
            <updated>2025-08-28T20:24:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1629</id>
            <title type="text"><![CDATA[TapNote]]></title>
            <link rel="alternate" href="https://github.com/vorniches/tapnote" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1629"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimalist, self-hosted publishing platform.

TapNote is a minimalist, self-hosted publishing platform inspired by Telegra.ph, focusing on instant Markdown-based content creation. It provides a distraction-free writing experience with instant publishing capabilities, making it perfect for quick notes, blog posts, or documentation sharing.]]>
            </summary>
            <updated>2025-08-28T20:27:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1731</id>
            <title type="text"><![CDATA[Parsedown]]></title>
            <link rel="alternate" href="https://parsedown.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1731"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Better Markdown Parser in PHP.

- [Parsedown @ GitHub](https://github.com/erusev/parsedown).]]>
            </summary>
            <updated>2025-08-28T20:44:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1895</id>
            <title type="text"><![CDATA[Quarkdown]]></title>
            <link rel="alternate" href="https://iamgio.eu/quarkdown/demo/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1895"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🪐 Markdown with superpowers. 

Quarkdown is a modern Markdown-based typetting system, designed around the key concept of versatility, by seamlessly compiling a project into a print-ready book or an interactive presentation. All through an incredibly powerful Turing-complete extension of Markdown, ensuring your ideas flow automatically into paper.

- [Quarkdown @ GitHub](https://github.com/iamgio/quarkdown).]]>
            </summary>
            <updated>2025-08-28T21:12:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1929</id>
            <title type="text"><![CDATA[flatnotes]]></title>
            <link rel="alternate" href="https://demo.flatnotes.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1929"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A self-hosted, database-less note-taking web app that utilises a flat folder of markdown files for storage.

- [flatnotes @ GitHub](https://github.com/dullage/flatnotes).]]>
            </summary>
            <updated>2025-08-28T21:18:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1972</id>
            <title type="text"><![CDATA[🚀 E2M]]></title>
            <link rel="alternate" href="https://github.com/wisupai/e2m" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1972"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Everything to Markdown.

 E2M converts various file types (doc, docx, epub, html, htm, url, pdf, ppt, pptx, mp3, m4a) into Markdown. It’s easy to install, with dedicated parsers and converters, supporting custom configs. E2M offers an all-in-one, flexible, and open-source solution.]]>
            </summary>
            <updated>2025-08-28T21:25:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2087</id>
            <title type="text"><![CDATA[VitePress]]></title>
            <link rel="alternate" href="https://vitepress.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2087"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Vite &amp;amp; Vue Powered Static Site Generator.
Markdown to Beautiful Docs in Minutes.

VitePress is a Vue-powered static site generator and a spiritual successor to VuePress, built on top of Vite.

- [VitePress @ GitHub](https://github.com/vuejs/vitepress).]]>
            </summary>
            <updated>2025-08-28T21:44:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2104</id>
            <title type="text"><![CDATA[docsify]]></title>
            <link rel="alternate" href="https://docsify.js.org/#/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2104"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A magical documentation site generator.
Simple and lightweight, No statically built html files, Multiple themes.

Docsify turns one or more Markdown files into a Website, with no build process required.

- [docsify @ GitHub](https://github.com/docsifyjs/docsify).]]>
            </summary>
            <updated>2025-08-28T21:48:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2142</id>
            <title type="text"><![CDATA[Jupyter Book]]></title>
            <link rel="alternate" href="https://jupyterbook.org/en/stable/intro.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2142"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build beautiful, publication-quality books and documents from computational content.

Jupyter Book is an open-source tool for building publication-quality books and documents from computational material.

- [Jupyter Book @ GitHub](https://github.com/jupyter-book/jupyter-book).]]>
            </summary>
            <updated>2025-08-28T21:53:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2467</id>
            <title type="text"><![CDATA[Note Mark]]></title>
            <link rel="alternate" href="https://notemark.docs.enchantedcode.co.uk/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2467"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Note Mark is a lighting fast and minimal; web-based Markdown notes app. 

- [Note Mark @ GitHub](https://github.com/enchant97/note-mark).]]>
            </summary>
            <updated>2025-08-28T22:48:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2579</id>
            <title type="text"><![CDATA[Many Notes]]></title>
            <link rel="alternate" href="https://github.com/brufdev/many-notes" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2579"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown note-taking app.

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.]]>
            </summary>
            <updated>2025-08-28T23:06:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2705</id>
            <title type="text"><![CDATA[wordpress-export-to-markdown]]></title>
            <link rel="alternate" href="https://github.com/lonekorean/wordpress-export-to-markdown" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2705"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Converts a WordPress export file into Markdown files that are compatible with static site generators (Eleventy, Gatsby, Hugo, etc.).

- [SRE/Devops/Sysadmin newsletter : 2024/11 @ Xavier Pestel&amp;#039;s LinkedIn :fr:](https://www.linkedin.com/pulse/sredevopssysadmin-newsletter-202411-xavier-pestel-5r6ve/).]]>
            </summary>
            <updated>2025-08-28T23:27:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2740</id>
            <title type="text"><![CDATA[NoteFlow]]></title>
            <link rel="alternate" href="https://github.com/Xafloc/NoteFlow" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2740"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[NoteFlow is a lightweight, Markdown-based note-taking application with task management capabilities. It provides a clean interface for creating, viewing, and managing notes with support for tasks, images, files,and code snippets.]]>
            </summary>
            <updated>2025-08-28T23:33:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2832</id>
            <title type="text"><![CDATA[MinerU]]></title>
            <link rel="alternate" href="https://mineru.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2832"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MinerU is a tool that converts PDFs into machine-readable formats (e.g., markdown, JSON), allowing for easy extraction into any format. MinerU was born during the pre-training process of InternLM. We focus on solving symbol conversion issues in scientific literature and hope to contribute to technological development in the era of large models. Compared to well-known commercial products, MinerU is still young. If you encounter any issues or if the results are not as expected, please submit an issue on issue and attach the relevant PDF.

- [MinerU @ GitHub](https://github.com/opendatalab/MinerU).]]>
            </summary>
            <updated>2025-08-28T23:49:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2932</id>
            <title type="text"><![CDATA[next-validate-link]]></title>
            <link rel="alternate" href="https://next-validate-link.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2932"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Validate Your Markdown Links with Ease.

 A tool that ensures all your Markdown links in your Next.js app are valid and up-to-date. 🔗 

- [next-validate-link @ GitHub](https://github.com/fuma-nama/next-validate-link).]]>
            </summary>
            <updated>2025-08-29T00:06:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2940</id>
            <title type="text"><![CDATA[Evidence]]></title>
            <link rel="alternate" href="https://evidence.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2940"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Business Intelligence as Code. Build polished data products with SQL.
Build fast, interactive data visualizations in pure SQL and markdown.

Evidence is a lightweight framework for building data apps. It&amp;#039;s open source and free to get started.

- [Evidence @ GitHub](https://github.com/evidence-dev/evidence).]]>
            </summary>
            <updated>2025-08-29T00:07:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2949</id>
            <title type="text"><![CDATA[Docling]]></title>
            <link rel="alternate" href="https://docling-project.github.io/docling/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2949"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Docling parses documents and exports them to the desired format with ease and speed.
🗂️ Reads popular document formats (PDF, DOCX, PPTX, Images, HTML, AsciiDoc, Markdown) and exports to Markdown and JSON.

- [Docling @ GitHub](https://github.com/docling-project/docling).

Related contents:

- [Docling - Pour convertir vos documents sans prise de tête @ Korben :fr:](https://korben.info/docling-convertisseur-documents-multi-formats.html).
- [Episode \#125: The state of homelab tech (2026) @ Changelog &amp;amp; Friends](https://changelog.com/friends/125).]]>
            </summary>
            <updated>2026-01-27T07:14:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3079</id>
            <title type="text"><![CDATA[mdx]]></title>
            <link rel="alternate" href="https://github.com/dim0x69/mdx" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3079"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Execute your Markdown Code Blocks.]]>
            </summary>
            <updated>2025-08-29T00:29:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3201</id>
            <title type="text"><![CDATA[yt2doc]]></title>
            <link rel="alternate" href="https://github.com/shun-liang/yt2doc" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3201"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[YouTube, Apple Podcast (and more) to readable Markdown.

yt2doc transcribes videos &amp;amp; audios online into readable Markdown documents.

- [yt2doc - Pour transcrire vos vidéos en documents Markdown @ Korben :fr:](https://korben.info/yt2doc-transcription-video-en-markdown.html).]]>
            </summary>
            <updated>2025-08-29T00:49:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3245</id>
            <title type="text"><![CDATA[Sculpin]]></title>
            <link rel="alternate" href="https://sculpin.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3245"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PHP Static Site Generator.

Sculpin is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed. 

- [Sculpin @ GitHub](https://github.com/sculpin/sculpin).]]>
            </summary>
            <updated>2025-08-29T00:56:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3352</id>
            <title type="text"><![CDATA[Typemill]]></title>
            <link rel="alternate" href="https://typemill.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3352"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A CMS for Manuals, Documentations and Handbooks.

Publish websites, PDFs, and ePubs from Markdown files. An open source cms tailored for small enterprises to create documentations, manuals, knowledge bases, wikis, handbooks, reports, ebooks, and more.

- [Typemill @ GitHub](https://github.com/typemill/typemill).
- [This Week in Self-Hosted (4 October 2024) @ selfh.st](https://selfh.st/newsletter/2024-10-04/).]]>
            </summary>
            <updated>2025-08-29T01:14:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3456</id>
            <title type="text"><![CDATA[Djot]]></title>
            <link rel="alternate" href="https://djot.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3456"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Djot is a light markup syntax. It derives most of its features from commonmark, but it fixes a few things that make commonmark&amp;#039;s syntax complex and difficult to parse efficiently. It is also much fuller-featured than commonmark, with support for definition lists, footnotes, tables, several new kinds of inline formatting (insert, delete, highlight, superscript, subscript), math, smart punctuation, attributes that can be applied to any element, and generic containers for block-level, inline-level, and raw content. The project began as an attempt to implement some of the ideas I suggested in Beyond Markdown.

- [Djot @ GitHub](https://github.com/jgm/djot).]]>
            </summary>
            <updated>2025-08-29T01:33:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3468</id>
            <title type="text"><![CDATA[MDX]]></title>
            <link rel="alternate" href="https://mdxjs.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3468"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown for the component era.

MDX lets you use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast.

MDX is an authorable format that lets you seamlessly write JSX in your markdown documents. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast. 🚀

- [MDX @ GitHub](https://github.com/mdx-js/mdx/).]]>
            </summary>
            <updated>2025-08-29T01:35:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3581</id>
            <title type="text"><![CDATA[Dillinger]]></title>
            <link rel="alternate" href="https://dillinger.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Online Markdown Editor - the Last Markdown Editor ever.

Dillinger is a cloud-enabled, mobile-ready, offline-storage compatible, AngularJS-powered HTML5 Markdown editor.

- [Dillinger @ GitHub](https://github.com/joemccann/dillinger).]]>
            </summary>
            <updated>2025-08-29T01:53:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3636</id>
            <title type="text"><![CDATA[Haptic]]></title>
            <link rel="alternate" href="https://www.haptic.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3636"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write Notes at the speed of touch.

A new local-first, privacy-focused and open-source home for your markdown notes.

- [Haptic @ GitHub](https://github.com/chroxify/haptic).]]>
            </summary>
            <updated>2025-08-29T02:02:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3687</id>
            <title type="text"><![CDATA[Ghore (GitHub offline renderer)]]></title>
            <link rel="alternate" href="https://github.com/p-balu/ghore" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3687"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ghore is an open-source, offline command-line interface (CLI) tool specifically designed for developers and writers working with GitHub. Its primary function is to render Markdown files into HTML, closely emulating the GitHub Markdown style. This enables users to preview how their Markdown documents will look on GitHub before committing them to a repository.

- [Ghore – Convertissez vos fichiers Markdown en HTML façon GitHub @ Korben :fr:](https://korben.info/ghore-convertissez-markdown-html-github.html).]]>
            </summary>
            <updated>2025-08-29T02:11:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3751</id>
            <title type="text"><![CDATA[Wiki|Docs]]></title>
            <link rel="alternate" href="https://www.wikidocs.it/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3751"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[📗 Just a databaseless markdown flat-file wiki engine.

- [Wiki|Docs @ GitHub](https://github.com/Zavy86/WikiDocs).]]>
            </summary>
            <updated>2025-08-29T02:21:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3761</id>
            <title type="text"><![CDATA[Markopolis]]></title>
            <link rel="alternate" href="https://markopolis.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3761"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markopolis is a self-hostable alternative to Obsidian Publish.

a web app and API server designed to serve Markdown files. It allows you to share Markdown notes as websites and interact with and manipulate your Markdown files using an API. Simply install Markopolis, point it to a directory holding all your Markdown files, and the library takes care of everything else. 

- [Markopolis @ GitHub](https://github.com/rishikanthc/markopolis/).]]>
            </summary>
            <updated>2026-04-16T15:06:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3797</id>
            <title type="text"><![CDATA[Octarine]]></title>
            <link rel="alternate" href="https://octarine.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3797"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Take back control of your writing.

Meet the new way to take notes, tasks, and organize your thoughts.

- [Octarine – L’éditeur Markdown bien pensé @ Korben :fr:](https://korben.info/octarine-editeur-markdown-minimaliste.html).]]>
            </summary>
            <updated>2025-08-29T02:29:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3810</id>
            <title type="text"><![CDATA[Argdown]]></title>
            <link rel="alternate" href="https://argdown.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3810"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple syntax for complex argumentation.

- Listing pros &amp;amp; cons in Argdown is as simple as writing a twitter message. You don&amp;#039;t have to learn anything new, except a few simple rules that will feel very natural.
- With these simple rules you will be able to define more complex relations between arguments or dive into the details of their logical premise-conclusion structures.

- [Argdown @ GitHub](https://github.com/christianvoigt/argdown).]]>
            </summary>
            <updated>2025-08-29T02:31:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3831</id>
            <title type="text"><![CDATA[SilverBullet]]></title>
            <link rel="alternate" href="https://silverbullet.md/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3831"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SilverBullet is a note-taking application optimized for people with a hacker mindset. We all take notes. There’s a million note taking applications out there. Wouldn’t it be nice to have one where your notes are _more_ than plain text files? Where your notes essentially become a _database_ that you can query; that you can build custom knowledge applications on top of? A _hackable notebook_, if you will?

- [SilverBullet @ GitHub](https://github.com/silverbulletmd/silverbullet).

Related contents:

- [SilverBullet Intro &amp;amp; Demo (v2 edition) @ Zef Hemel&amp;#039;s YouTube](https://www.youtube.com/watch?v=mik1EbTshX4).
- [Silverbullet - Le wiki markdown dans lequel vous pouvez tout coder en LUA @ Korben :fr:](https://korben.info/silverbullet-wiki-markdown-lua-scripting.html).
- [Episode 676: Fork Around and Find Out @ Linux Unplugged](https://linuxunplugged.com/676).]]>
            </summary>
            <updated>2026-07-22T11:28:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3891</id>
            <title type="text"><![CDATA[Trilium Notes]]></title>
            <link rel="alternate" href="https://triliumnotes.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3891"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build your personal knowledge base with TriliumNext Notes.

TriliumNext Notes is a hierarchical note taking application with focus on building large personal knowledge bases.

- [Trilium Notes @ GitHub](https://github.com/TriliumNext/Trilium).

Related contents:

- [GUIDE: Using Trilium Templates to Document Your Homelab @ Paerrin&amp;#039;s Lab](https://blog.paerrinslab.com/guide-using-trilium-templates).
- [How TriliumNext Revitalized an Abandoned Open Source Project with Dosu&amp;#039;s Help @ Dosu blog](https://dosu.dev/blog/how-triliumnext-revitalized-an-abandoned-open-source-project-with-dosus-help).
- [TriliumNext Notes - Vos notes, votre serveur, zéro cloud @ Korben :fr:](https://korben.info/trilium-notes-wiki-personnel-self-hosted.html).]]>
            </summary>
            <updated>2026-04-13T09:40:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3952</id>
            <title type="text"><![CDATA[Iotas]]></title>
            <link rel="alternate" href="https://gitlab.gnome.org/World/iotas" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3952"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple note taking with mobile-first design and a focus on Nextcloud Notes sync.]]>
            </summary>
            <updated>2025-08-29T02:55:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3968</id>
            <title type="text"><![CDATA[ChatMD]]></title>
            <link rel="alternate" href="https://chatmd.forge.apps.education.fr/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3968"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source chatbot that can be personalized using a markdown file.

- [ChatMD @ forge.apps.education.fr](https://forge.apps.education.fr/chatMD/chatMD.forge.apps.education.fr).]]>
            </summary>
            <updated>2025-08-29T02:57:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3985</id>
            <title type="text"><![CDATA[glossarify-md:]]></title>
            <link rel="alternate" href="https://github.com/about-code/glossarify-md" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3985"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Term-to-Definition-Linker for Markdown.

glossarify-md is a command line tool to help Markdown writers with

- Cross-Linking (prime use case): auto-link terms to some definition in a glossary
- Indexes: generate indexes from glossary terms and navigate to where they were mentioned
- Lists: generate arbitrary lists such as List of Tables, List of Figures, List of Listings, List of Definitions, List of Formulas, and so forth...]]>
            </summary>
            <updated>2025-08-29T03:01:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4012</id>
            <title type="text"><![CDATA[ProseMirror]]></title>
            <link rel="alternate" href="https://prosemirror.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4012"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The ProseMirror WYSIWYM editor. A toolkit for building rich-text editors on the web.

ProseMirror is a well-behaved rich semantic content editor based on contentEditable, with support for collaborative editing and custom document schemas.

Rich content editors should, ideally, produce clean, semantically meaningful documents while still being easy for users to understand. ProseMirror tries to bridge the gap between editing explicit, unambiguous content like Markdown or XML, and classical WYSIWYG editors.

- [ProseMirror @ GitHub](https://github.com/ProseMirror/prosemirror).]]>
            </summary>
            <updated>2025-08-29T03:05:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4098</id>
            <title type="text"><![CDATA[bashblog:]]></title>
            <link rel="alternate" href="https://github.com/cfenollosa/bashblog" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4098"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A single Bash script to create blogs. Download, run, write, done!

I created it because I wanted a very, very simple way to post entries to a blog by using a public folder on my server, without any special requirements and dependencies. Works on GNU/Linux, OSX and BSD.

- [4 Markdown tools for the Linux command line @ opensource.com](https://opensource.com/article/20/3/markdown-apps-linux-command-line).]]>
            </summary>
            <updated>2025-08-29T03:19:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4128</id>
            <title type="text"><![CDATA[VNote]]></title>
            <link rel="alternate" href="https://app.vnote.fun/en_us/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4128"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A pleasant note-taking platform

VNote is a Qt-based, free and open source note-taking application, focusing on Markdown now. VNote is designed to provide a pleasant note-taking platform with excellent editing experience.

- [VNote @ GitHub](https://github.com/vnotex/vnote).
- [VNote – Votre nouvel éditeur markdown @ Korben :fr:](https://korben.info/vnote-compagnon-redaction-multiplateforme.html).]]>
            </summary>
            <updated>2025-08-29T03:26:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4165</id>
            <title type="text"><![CDATA[Logseq]]></title>
            <link rel="alternate" href="https://logseq.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4165"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A privacy-first, open-source platform for knowledge management and collaboration.

Logseq is a knowledge management and collaboration platform. It focuses on privacy, longevity, and user control. Logseq offers a range of powerful tools for knowledge management, collaboration, PDF annotation, and task management with support for multiple file formats, including Markdown and Org-mode, and various features for organizing and structuring your notes.

- [Logseq @ GitHub](https://github.com/logseq/logseq).

Related contents:

- [Episode 676: Fork Around and Find Out @ Linux Unplugged](https://linuxunplugged.com/676).]]>
            </summary>
            <updated>2026-07-22T11:27:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4186</id>
            <title type="text"><![CDATA[mdBook]]></title>
            <link rel="alternate" href="https://rust-lang.github.io/mdBook/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4186"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Create book from markdown files. Like Gitbook but implemented in Rust.

mdBook is a command line tool to create books with Markdown. It is ideal for creating product or API documentation, tutorials, course materials or anything that requires a clean, easily navigable and customizable presentation.

- [mdBook @ GitHub](https://github.com/rust-lang/mdBook/).
- [Créez facilement des livres électroniques avec mdBook @ Korben :fr:](https://korben.info/creer-facilement-livres-electroniques-mdbook-outil-rust.html).]]>
            </summary>
            <updated>2025-08-29T03:34:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4196</id>
            <title type="text"><![CDATA[marker]]></title>
            <link rel="alternate" href="https://www.datalab.to/marker" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4196"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Convert PDF to markdown quickly with high accuracy

- [marker @ GitHub](https://github.com/VikParuchuri/marker).]]>
            </summary>
            <updated>2025-08-29T03:36:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4211</id>
            <title type="text"><![CDATA[MD-TUI]]></title>
            <link rel="alternate" href="https://github.com/henriklovhaug/md-tui" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4211"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Markdown renderer in the terminal.

MD-TUI is a TUI application for viewing markdown files directly in your terminal.]]>
            </summary>
            <updated>2025-08-29T03:38:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4228</id>
            <title type="text"><![CDATA[markmap]]></title>
            <link rel="alternate" href="https://markmap.js.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4228"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build mindmaps with plain text.
Visualize your Markdown as mindmaps.

- [markmap @ GitHub](https://github.com/markmap/markmap).

Related contents:

- [Top 6 Tools to Turn Code into Beautiful Diagrams @ ByteByteGo Newsletter](https://blog.bytebytego.com/p/ep109-top-6-tools-to-turn-code-into).]]>
            </summary>
            <updated>2026-01-12T14:46:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4263</id>
            <title type="text"><![CDATA[MarkdownSnippets]]></title>
            <link rel="alternate" href="https://github.com/SimonCropp/MarkdownSnippets" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4263"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Extracts snippets from code files and merges them into markdown documents. 

- [Tester les extraits de code dans un livre @ Charles Desneuf](https://blog.charlesdesneuf.com/articles/tester-les-extraits-de-code-dans-un-livre/).]]>
            </summary>
            <updated>2025-08-29T03:47:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4291</id>
            <title type="text"><![CDATA[Docsify-This]]></title>
            <link rel="alternate" href="https://docsify-this.net/#/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4291"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Lightweight Markdown Open Publishing Tool. Instantly Turn Online Markdown Files into Web Pages.

This open-source web app, built with the magical documentation site generator Docsify, provides a quick way to publish one or more online Markdown files as standalone web pages without needing to set up your own website.

- [Docsify-This @ GitHub](https://github.com/hibbitts-design/docsify-this).
- [Docsify-This – Transformez vos documents Markdown en sites web @ Korben :fr:](https://korben.info/docsify-transformez-documents-markdown-sites-web-elegants.html).]]>
            </summary>
            <updated>2025-08-29T03:52:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4410</id>
            <title type="text"><![CDATA[Reor]]></title>
            <link rel="alternate" href="https://www.reorproject.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4410"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Self-organizing AI note-taking app that runs models locally.

Reor is an AI-powered desktop note-taking app: it automatically links related ideas, answers questions on your notes and provides semantic search. Everything is stored locally and you can edit your notes with an Obsidian-like markdown editor.

- [Reor @ GitHub](https://github.com/reorproject/reor).
- [Reor – L’appli magique de prise de notes boostée à l’IA locale et gratuite @ Korben :fr:](https://korben.info/outil-prise-notes-intelligence-artificielle-reor-project.html).]]>
            </summary>
            <updated>2025-08-29T04:11:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4550</id>
            <title type="text"><![CDATA[Keystatic]]></title>
            <link rel="alternate" href="https://keystatic.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4550"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Content Management for your Codebase.

A new tool that makes Markdown, JSON and YAML content in your codebase editable by humans. Live edit content on GitHub or your local file system, without disrupting your existing code and workflows.

- [Keysatic @ GitHub](https://github.com/thinkmill/keystatic).
- [081 - Dans la jungle des CMS headless @ Double Slash :fr:](https://double-slash.dev/podcasts/cmsheadless/).]]>
            </summary>
            <updated>2025-08-29T04:34:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4551</id>
            <title type="text"><![CDATA[Sveltia CMS]]></title>
            <link rel="alternate" href="https://github.com/sveltia/sveltia-cms" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4551"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Git-based headless CMS. A modern, free alternative to Netlify CMS &amp;amp; Decap CMS. Open source. Lightweight. UX-driven development. Made with Svelte.

- [081 - Dans la jungle des CMS headless @ Double Slash :fr:](https://double-slash.dev/podcasts/cmsheadless/).]]>
            </summary>
            <updated>2025-08-29T04:35:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4552</id>
            <title type="text"><![CDATA[Decap CMS]]></title>
            <link rel="alternate" href="https://decapcms.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source content management for your Git workflow.

A CMS for static site generators. Give users a simple way to edit and add content to any site built with a static site generator.

- [Decap CMS @ GitHub](https://github.com/decaporg/decap-cms).
- [081 - Dans la jungle des CMS headless @ Double Slash :fr:](https://double-slash.dev/podcasts/cmsheadless/).]]>
            </summary>
            <updated>2025-08-29T04:35:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4553</id>
            <title type="text"><![CDATA[Nuxt Studio]]></title>
            <link rel="alternate" href="https://nuxt.studio/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4553"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Edit your Nuxt Website with your team, in production.

Nuxt Studio gives you a git-based editing experience with live preview for your Nuxt Content website. Opening a new way to collaborate between developers and marketing teams.

- [081 - Dans la jungle des CMS headless @ Double Slash :fr:](https://double-slash.dev/podcasts/cmsheadless/).]]>
            </summary>
            <updated>2025-08-29T04:35:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4568</id>
            <title type="text"><![CDATA[HydePHP]]></title>
            <link rel="alternate" href="https://hydephp.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4568"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Elegant and Powerful Static Site Generator.

HydePHP is a content-first Laravel-powered console application that allows you to create static HTML pages, blog posts, and documentation sites, using your choice of Markdown and/or Blade.

- [HydePHP @ GitHub](https://github.com/hydephp/hyde).]]>
            </summary>
            <updated>2025-08-29T04:38:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4574</id>
            <title type="text"><![CDATA[Memos]]></title>
            <link rel="alternate" href="https://www.usememos.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4574"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Easily capture and share your great thoughts. Open Source and Free forever. A privacy-first, lightweight note-taking service.

- [Memos @ GitHub](https://github.com/usememos/memos).
- [Moe Memos homepage](https://memos.moe/).
- [Moe Memos for Android @ GitHub](https://github.com/mudkipme/MoeMemosAndroid).
- [Memos Public Proxy @ GitHub](https://github.com/clnhlzmn/memos-public-proxy).]]>
            </summary>
            <updated>2025-08-29T04:38:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4678</id>
            <title type="text"><![CDATA[HedgeDoc]]></title>
            <link rel="alternate" href="https://hedgedoc.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4678"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ideas grow better together.

HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor.

You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and they’re ready to go.

- [HedgeDoc @ GitHub](https://github.com/hedgedoc/hedgedoc).

Related contents:

- [HedgeDoc Image Compressor @ GitHub](https://github.com/tiny-media/hedgedoc-image-compressor).
- [6 outils de FOU pour les DEVS 🤯 @ YoanDev&amp;#039;s YouTube](https://www.youtube.com/watch?v=x0niOhjzkxw).
- [Episode 600: Mikestrodamus @ Coder Radio](https://coder.show/600).]]>
            </summary>
            <updated>2025-10-01T15:08:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4852</id>
            <title type="text"><![CDATA[Typst]]></title>
            <link rel="alternate" href="https://typst.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4852"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Compose theses faster. Focus on your text and let Typst take care of layout and formatting.
 A new markup-based typesetting system that is powerful and easy to learn. 
Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use.

- [Typst @ GitHub](https://github.com/typst/typst).

Related contents:

- [Typst – La puissance de LaTeX mais en toute simplicité @ Korben(fr)](https://korben.info/decouvrez-typst-puissance-latex-simplicite-performance-documents-professionnels.html).
- [Typst: a possible LaTeX replacement @ LWN.net](https://lwn.net/Articles/1037577/).]]>
            </summary>
            <updated>2025-09-29T12:31:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4906</id>
            <title type="text"><![CDATA[TinaCMS]]></title>
            <link rel="alternate" href="https://tina.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4906"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Markdown CMS. A CMS With Version Control Built-in.

Tina is a headless content management system with support for visual editing and Git.

- [TinaCMS @ GitHub](https://github.com/tinacms/tinacms).

Related contents:

- [Quick TinaCMS Self-Hosted Demo @ TinaCMS&amp;#039; YouTube](https://www.youtube.com/watch?v=h6LoJS3FFOA).]]>
            </summary>
            <updated>2025-12-22T07:48:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5002</id>
            <title type="text"><![CDATA[rico]]></title>
            <link rel="alternate" href="https://github.com/e10v/rico" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5002"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[rico is a Python package for creating HTML documents from rich content: dataframes, plots, images, markdown etc. It provides a high-level, easy-to-use API with reasonable defaults, as well as low-level access for better control.]]>
            </summary>
            <updated>2025-08-29T05:51:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5006</id>
            <title type="text"><![CDATA[SysReptor Pentest Report Creator]]></title>
            <link rel="alternate" href="https://sysreptor.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5006"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. 

SysReptor is a fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. You can create designs based on simple HTML and CSS, write your reports in user-friendly Markdown and convert them to PDF with just a single click, in the cloud or self-hosted!

- [SysReptor documentation](https://docs.sysreptor.com/).
- [SysReptor @ GitHub](https://github.com/Syslifters/sysreptor).]]>
            </summary>
            <updated>2026-01-12T08:00:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5019</id>
            <title type="text"><![CDATA[Offensive Security Exam Report Template in Markdown]]></title>
            <link rel="alternate" href="https://github.com/noraj/OSCP-Exam-Report-Template-Markdown" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5019"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[📙 Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report .

I created an Offensive Security Exam Report Template in Markdown so LaTeX, Microsoft Office Word, LibreOffice Writer are no longer needed during your Offensive Security OSCP, OSWE, OSEE, OSWP, OSEP, OSED, OSWA, OSDA, OSMR exam!]]>
            </summary>
            <updated>2025-08-29T05:53:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5029</id>
            <title type="text"><![CDATA[Quartz]]></title>
            <link rel="alternate" href="https://quartz.jzhao.xyz/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5029"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites. Thousands of students, developers, and teachers are already using Quartz to publish personal notes, wikis, and digital gardens to the web.

Quartz is a set of tools that helps you publish your digital garden and notes as a website for free. Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.

- [Quartz @ GitHub](https://github.com/jackyzha0/quartz).]]>
            </summary>
            <updated>2025-09-09T12:10:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5140</id>
            <title type="text"><![CDATA[Cecil]]></title>
            <link rel="alternate" href="https://cecil.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5140"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your content driven static site generator.

Cecil is a CLI application that merges plain text files (written in Markdown), images and Twig templates to generate a static website.

[Cecil @ GitHub](https://github.com/Cecilapp/Cecil).]]>
            </summary>
            <updated>2025-08-29T06:13:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5286</id>
            <title type="text"><![CDATA[Org mode for Emacs]]></title>
            <link rel="alternate" href="https://orgmode.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5286"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system.

 Org is a highly flexible structured plain text file format, composed of a few simple, yet versatile, structures — constructed to be both simple enough for the novice and powerful enough for the expert.

- [Org mode @ GNU Savannah](https://git.savannah.gnu.org/git/emacs/org-mode.git/).

Related contents:

- [Why I Keep Blogging With Emacs @ Entropic Thoughts](https://entropicthoughts.com/why-stick-to-emacs-blog).]]>
            </summary>
            <updated>2025-10-03T12:04:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5304</id>
            <title type="text"><![CDATA[mdp]]></title>
            <link rel="alternate" href="https://github.com/visit1985/mdp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5304"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A command-line based markdown presentation tool.]]>
            </summary>
            <updated>2025-08-29T06:40:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5307</id>
            <title type="text"><![CDATA[snarkdown]]></title>
            <link rel="alternate" href="https://github.com/developit/snarkdown" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5307"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[:smirk_cat: A snarky 1kb Markdown parser written in JavaScript. Snarkdown is a dead simple 1kb Markdown parser.

It&amp;#039;s designed to be as minimal as possible, for constrained use-cases where a full Markdown parser would be inappropriate.]]>
            </summary>
            <updated>2025-08-29T06:41:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5316</id>
            <title type="text"><![CDATA[Isso]]></title>
            <link rel="alternate" href="https://isso-comments.de/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5316"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a commenting server similar to Disqus.

Isso – Ich schrei sonst – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.

[Isso @ GitHub](https://github.com/posativ/isso/).]]>
            </summary>
            <updated>2025-08-29T06:43:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5322</id>
            <title type="text"><![CDATA[Semantic Line Breaks]]></title>
            <link rel="alternate" href="https://sembr.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5322"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[When writing text with a compatible markup language, add a line break after each substantial unit of thought.

Semantic Line Breaks describe a set of conventions for using insensitive vertical whitespace to structure prose along semantic boundaries.]]>
            </summary>
            <updated>2025-08-29T06:43:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5367</id>
            <title type="text"><![CDATA[blag]]></title>
            <link rel="alternate" href="https://blag.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5367"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[blag is a blog-aware, static site generator, written in Python.

[Blag @ GitHub](https://github.com/venthur/blag).]]>
            </summary>
            <updated>2025-08-29T06:51:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5399</id>
            <title type="text"><![CDATA[Trafilatura]]></title>
            <link rel="alternate" href="https://trafilatura.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5399"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Python package &amp;amp; command-line tool to gather text on the Web.

Trafilatura is a Python package and command-line tool designed to gather text on the Web. It includes discovery, extraction and text processing components. Its main applications are web crawling, downloads, scraping, and extraction of main texts, metadata and comments. It aims at staying handy and modular: no database is required, the output can be converted to various commonly used formats.

- [Trafilatura @ GitHub](https://github.com/adbar/trafilatura).

Related contents:

- [Alimenter les RAG/LLM avec Trafilatura @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/developper/programmation/python/trafilatura/).]]>
            </summary>
            <updated>2025-08-29T06:56:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5443</id>
            <title type="text"><![CDATA[Frogmouth]]></title>
            <link rel="alternate" href="https://github.com/Textualize/frogmouth" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5443"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Frogmouth is a Markdown viewer / browser for your terminal, built with Textual.

Frogmouth can open *.md files locally or via a URL. There is a familiar browser-like navigation stack, history, bookmarks, and table of contents.]]>
            </summary>
            <updated>2025-08-29T07:03:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5597</id>
            <title type="text"><![CDATA[Daux.io]]></title>
            <link rel="alternate" href="https://daux.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5597"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Daux.io is a documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way. 

[Daux.io @ GitHub](https://github.com/dauxio/daux.io)]]>
            </summary>
            <updated>2025-08-29T07:30:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5813</id>
            <title type="text"><![CDATA[Collected Notes]]></title>
            <link rel="alternate" href="https://collectednotes.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5813"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Publish your notes on the Internet. Instantly!]]>
            </summary>
            <updated>2025-08-29T08:05:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5839</id>
            <title type="text"><![CDATA[Bear Blog]]></title>
            <link rel="alternate" href="https://bearblog.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5839"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A privacy-first, no-nonsense, super-fast blogging platform

Bear Blog has been built as a platform and not as an individual blog generator. It is more like Substack than Jekyll. Due to this it isn&amp;#039;t possible to individually self-host a Bear Blog.

- [Bear Blog @ GitHub](https://github.com/HermanMartinus/bearblog/).

Related contents:

- [Resurrect the Old Web @ Steve&amp;#039;s Bear Blog ʕ º ᴥ ºʔ ](https://stevedylandev.bearblog.dev/resurrect-the-old-web/).]]>
            </summary>
            <updated>2025-09-26T12:16:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6008</id>
            <title type="text"><![CDATA[D2]]></title>
            <link rel="alternate" href="https://d2lang.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6008"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[D2 is a diagram scripting language that turns text to diagrams. It stands for Declarative Diagramming. Declarative, as in, you describe what you want diagrammed, it generates the image.

[D2 @ GitHub](https://github.com/terrastruct/d2).]]>
            </summary>
            <updated>2025-08-29T08:38:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6027</id>
            <title type="text"><![CDATA[Unicopy]]></title>
            <link rel="alternate" href="https://unicopy.cc/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6027"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Copy unicode characters!]]>
            </summary>
            <updated>2025-08-29T08:41:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6060</id>
            <title type="text"><![CDATA[ikiwiki]]></title>
            <link rel="alternate" href="https://ikiwiki.info/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6060"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging and podcasting, as well as a large array of plugins.]]>
            </summary>
            <updated>2025-08-29T08:46:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6121</id>
            <title type="text"><![CDATA[Narakeet]]></title>
            <link rel="alternate" href="https://www.narakeet.com/docs/script/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6121"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[From Markdown to Video.
Narakeet makes it easy to script videos using plain text (Markdown) files.]]>
            </summary>
            <updated>2025-08-29T08:56:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6146</id>
            <title type="text"><![CDATA[Marp: Markdown Presentation Ecosystem]]></title>
            <link rel="alternate" href="https://marp.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6146"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Create beautiful slide decks using an intuitive Markdown experience
Marp (also known as the Markdown Presentation Ecosystem) provides an intuitive experience for creating beautiful slide decks. You only have to focus on writing your story in a Markdown document.

- [Marp @ GitHub](https://github.com/marp-team/marp).
- [Ep 43: Cuthbert, Dibble and Grub @ Linux Matters](https://linuxmatters.sh/43/).]]>
            </summary>
            <updated>2025-08-29T09:01:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6314</id>
            <title type="text"><![CDATA[Nextra]]></title>
            <link rel="alternate" href="https://nextra.site/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6314"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Next.js Static Site Generator.
Make beautiful websites with Next.js &amp;amp; MDX.
Simple, powerful and flexible site generation framework with everything you love from Next.js.

[Nextra @ GitHub](https://github.com/shuding/nextra)]]>
            </summary>
            <updated>2025-08-29T09:29:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6504</id>
            <title type="text"><![CDATA[HackMD]]></title>
            <link rel="alternate" href="https://hackmd.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6504"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Collaborative Markdown Knowledge Base.
Real-time collaborate on project team technical personal documentation in markdown. Capture fleeting ideas and formalize tribal knowledge.]]>
            </summary>
            <updated>2025-08-29T10:01:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6506</id>
            <title type="text"><![CDATA[BoostNote]]></title>
            <link rel="alternate" href="https://github.com/BoostIO/BoostNote-App" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6506"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.]]>
            </summary>
            <updated>2025-08-29T10:01:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6823</id>
            <title type="text"><![CDATA[Telescope]]></title>
            <link rel="alternate" href="https://github.com/Greaby/telescope/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6823"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Telescope allows you to create a collaborative documentation that will be generated as a static site with an interactive graph to explore the content.]]>
            </summary>
            <updated>2025-08-29T10:54:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6845</id>
            <title type="text"><![CDATA[Bangle.io]]></title>
            <link rel="alternate" href="https://bangle.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6845"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bangle.io is a powerful yet simple note taking web app that works on top of your locally saved Markdown files. 

- [Bangle.io @ GitHub](https://github.com/bangle-io/bangle-io).]]>
            </summary>
            <updated>2025-08-29T10:58:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7020</id>
            <title type="text"><![CDATA[Kroki]]></title>
            <link rel="alternate" href="https://kroki.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7020"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Creates diagrams from textual descriptions!
Kroki provides a unified API with support for BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, Structurizr, SvgBob, UMLet, Vega, Vega-Lite, WaveDrom... and more to come!

[Kroki @ GitHub](https://github.com/yuzutech/kroki).]]>
            </summary>
            <updated>2025-08-29T11:27:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7057</id>
            <title type="text"><![CDATA[MkDocs]]></title>
            <link rel="alternate" href="https://www.mkdocs.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7057"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MkDocs is a fast, simple and downright gorgeous static site generator that&amp;#039;s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. Start by reading the introductory tutorial, then check the User Guide for more information.

- [MkDocs @ GitHub](https://github.com/mkdocs/mkdocs/).

Related contents:

- [MkDocs : créer un site de documentation DevOps @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/documenter/mkdocs/).
- [The Slow Collapse of MkDocs @ fpgmaas](https://fpgmaas.com/blog/collapse-of-mkdocs/).]]>
            </summary>
            <updated>2026-03-26T12:48:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7065</id>
            <title type="text"><![CDATA[Eleventy (11ty)]]></title>
            <link rel="alternate" href="https://www.11ty.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7065"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simpler site generator. Transforms a directory of templates (of varying types) into HTML. 

A simpler static site generator. An alternative to Jekyll. Written in JavaScript. Transforms a directory of templates (of varying types) into HTML.

Works with HTML, Markdown, JavaScript, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, and Pug.

- [Eleventy @ GitHub](https://github.com/11ty/eleventy/)

Related contents:

- [The Speed Trifecta: 11ty, Brotli 11, and CSS Fingerprinting @ Nooshu](https://nooshu.com/blog/2025/01/23/the-speed-trifecta-11ty-brotli-11-and-css-fingerprinting/).
- [We migrated our site to Eleventy and increased performance by 24% @ Etch](https://etch.co/blog/we-migrated-our-site-to-eleventy-and-increased-performance-by-24-percent).
- [Never write your own Date Parsing Library @ Zach Leatherman](https://www.zachleat.com/web/adventures-in-date-parsing/).]]>
            </summary>
            <updated>2025-08-29T11:34:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7133</id>
            <title type="text"><![CDATA[Gotenberg]]></title>
            <link rel="alternate" href="https://gotenberg.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7133"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Docker-powered stateless API for PDF files.
Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more.

- [Gotenberg @ GitHub](https://github.com/gotenberg/gotenberg).
- [How to Simply Generate a PDF From HTML in Symfony With WeasyPrint @ Theodo](https://blog.theodo.com/2023/11/pdf-generation-weasyprint-symfony/).]]>
            </summary>
            <updated>2025-08-29T11:46:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7143</id>
            <title type="text"><![CDATA[Markdown Guide]]></title>
            <link rel="alternate" href="https://www.markdownguide.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7143"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Markdown Guide is a free and open-source reference guide that explains how to use Markdown, the simple and easy-to-use markup language you can use to format virtually any document.

- [Markdown Guide @ GitHub](https://github.com/mattcone/markdown-guide).

Related contents:

- [Markdown Ate The World @ matduggan.com](https://matduggan.com/markdown-ate-the-world/).]]>
            </summary>
            <updated>2026-03-24T13:35:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7382</id>
            <title type="text"><![CDATA[Grav]]></title>
            <link rel="alternate" href="https://getgrav.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7382"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Modern Flat-File CMS

- [Grav @ GitHub](https://github.com/getgrav/grav).

Related contents:

- [Building a Simple Grav CMS Theme with Twig, PHP, and CSS @ Symfony Station](https://symfonystation.mobileatom.net/Grav-Theme/).
- [Why and how I&amp;#039;m simplifying my dev life by moving Symfony Station to Grav CMS @ Symfony Station](https://symfonystation.mobileatom.net/Symfony-Station-Grav-CMS).]]>
            </summary>
            <updated>2025-08-29T12:27:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7588</id>
            <title type="text"><![CDATA[Forestry.io]]></title>
            <link rel="alternate" href="https://forestry.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7588"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple CMS for Jekyll and Hugo sites.
Headless CMS that commits. Give your editors the power of Git.
Create, edit, and instant preview Markdown-based sites.]]>
            </summary>
            <updated>2025-08-29T13:03:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8573</id>
            <title type="text"><![CDATA[Parsedown PHP - Parser For Markdown]]></title>
            <link rel="alternate" href="http://parsedown.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8573"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Parsedown PHP is a parser for Markdown. · ·
It reads Markdown the way people do. · ·
First, it breaks texts into lines. · ·
Then, it looks at how these lines start and relate to each other. · ·
Finally, it looks for special characters to identify inline elements. · ·
As a result, Parsedown PHP is (very) fast and consistent]]>
            </summary>
            <updated>2025-08-29T15:46:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8667</id>
            <title type="text"><![CDATA[DAUX.IO]]></title>
            <link rel="alternate" href="http://daux.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8667"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.]]>
            </summary>
            <updated>2025-08-29T16:01:53+00:00</updated>
        </entry>
    </feed>
