Go Markdown

Open-source Go projects categorized as Markdown

Top 23 Go Markdown Projects

  1. memos

    An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.

    Project mention: Show HN: Journelly for iOS: like tweeting but for your eyes only (in plain text) | news.ycombinator.com | 2025-05-05
  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. glow

    Render markdown on the CLI, with pizzazz! 💅🏻

    Project mention: Some Terminal Frustrations | news.ycombinator.com | 2025-02-09
  4. slides

    Terminal based presentation tool

    Project mention: Presenterm: Markdown Slideshows in the Terminal | news.ycombinator.com | 2025-03-08
  5. WriteFreely

    A clean, Markdown-based publishing platform made for writers. Write together and build a community.

    Project mention: The Home Server Journey - 6: Your New Blogging Career | dev.to | 2024-10-08

    When looking for something more dynamic, I initially though about using Plume, since it's easy to integrate with some applications I plan to deploy later, but unfortunately it's not well maintained anymore. As Ghost or Wordpress seem overkill, I ended up opting for the conveniences of WriteFreely: it lets me create and edit posts in-place, with Markdown support and no need to upload new files. However, that comes with a cost: it requires a MySQL[-compatible] database

  6. goldmark

    :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.

    Project mention: Create a Hugo Theme from Scratch - III | dev.to | 2024-10-15

    Hugo uses goldmark to render markdown, and render hooks allow developers to override the rendering of specific components. Currently supported are:

  7. tbls

    tbls is a CI-Friendly tool to document a database, written in Go.

    Project mention: Show HN: Outerbase Studio – Open-Source Database GUI | news.ycombinator.com | 2024-12-04

    Two more tools I really enjoy:

    - https://www.beekeeperstudio.io/ - electron based and I find it really simple to use.

    - https://github.com/k1LoW/tbls - generate markdown docs from databases (similar to DbVisualizer, but it's a static binary and you can just push the md files - see https://github.com/bbkane/envelope/tree/master/dbdoc for example)

  8. Gauge

    Light weight cross-platform test automation

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. html-to-markdown

    ⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.

    Project mention: Show HN: We made an MCP Server so that Cursor can build anything from API Docs | news.ycombinator.com | 2025-03-24

    I'm frequently constructing context based on up-to-date docs using curl + html2markdown[0] and custom css selectors, which is extremely tedious. MCP servers for docs would be very useful for me.

    That said, I don't really expect the AI itself to come up with docs to read (maybe some day). I want it predominantly so I can manually reference it in my prompt (in e.g. the Zed assistant panel) like `/npmdocs packagename packageversion`.

    But even for AI "self-driven" use-cases, I primarily see the value in read-only MCP servers that provide more context, just in an "as-needed" way, instead of me putting it there explicitly.

    [0]: https://github.com/JohannesKaufmann/html-to-markdown

  11. glamour

    Stylesheet-based markdown rendering for your CLI apps 💇🏻‍♀️

  12. sq

    sq data wrangler

  13. markdown

    markdown parser and HTML renderer for Go (by gomarkdown)

  14. mark

    Sync your markdown files with Confluence pages.

    Project mention: Make writing documentation part of your pull request | dev.to | 2024-09-25

    Most companies that I worked for use Confluence for their documentation. However, this does not have to stop you from using git! You can sync your Markdown-based documentation to Confluence using mark!

  15. memo

    📓 Memo Life For You (by mattn)

  16. evernote2md

    Convert Evernote .enex files to Markdown

  17. nmap-formatter

    A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot), sqlite, excel and d2-lang. Simply put it's nmap converter.

  18. gh-markdown-preview

    GitHub CLI extension to preview Markdown looks like GitHub.

  19. orbiton

    Snappy and configuration-free little text editor/IDE for the terminal. Suitable for writing git commit messages, editing Markdown, config files, source code, man pages and for quick edit-format-compile cycles when programming. Has syntax highlighting, jump-to-error, rainbow parentheses, macros, cut/paste portals and a simple gdb front-end.

    Project mention: Ask HN: What Are You Working On? (February 2025) | news.ycombinator.com | 2025-02-23

    A self-contained little web server that supports Lua, HTTP/3, PostgreSQL and all sorts of different things:

    https://github.com/xyproto/algernon

    A snappy and configuration-free little editor/IDE for the terminal:

    https://github.com/xyproto/orbiton

    Also a game, a book and an album, but those are unreleased long-term projects.

  20. matcha

    Daily Digest Reader (by piqoni)

    Project mention: Reading RSS content is a skilled activity | news.ycombinator.com | 2025-04-25

    You can do that with the Analyst feature of Matcha RSS.[1] Just write to the prompt what you want back from Analyst feeds. Disclaimer: its my own tool.

    [1] https://github.com/piqoni/matcha?tab=readme-ov-file#analyst-...

  21. mmark

    Mmark: a powerful markdown processor in Go geared towards the IETF (by mmarkdown)

  22. gostatic

    Fast static site generator

  23. reader

    reader is for your command line what the “readability” view is for modern browsers: A lightweight tool offering better readability of web pages on the CLI. (by mrusme)

  24. Ginrpc

    gin auto binding,grpc, and annotated route,gin 注解路由, grpc,自动参数绑定工具

  25. gtree

    Using either Markdown or Programmatically to generate trees🌳 and directories📁, and to verify directories🔍. Provide CLI, Go package and Web.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Markdown discussion

Log in or Post with

Go Markdown related posts

  • The Cost of Being Crawled: LLM Bots and Vercel Image API Pricing

    3 projects | news.ycombinator.com | 14 Apr 2025
  • Show HN: Puremd-mcp – MCP server for reliably accessing web content

    3 projects | news.ycombinator.com | 1 Apr 2025
  • Show HN: A Go tool to turn codebases into structured Markdown for LLMs

    1 project | news.ycombinator.com | 15 Feb 2025
  • Memos: Open-source, lightweight note-taking solution

    1 project | news.ycombinator.com | 15 Jan 2025
  • Mdx – Execute Your Markdown Code Blocks, Now in Go

    15 projects | news.ycombinator.com | 25 Oct 2024
  • Make writing documentation part of your pull request

    1 project | dev.to | 25 Sep 2024
  • Change Editor In Glow charmbracelet

    1 project | dev.to | 18 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Markdown projects in Go? This list will help you:

# Project Stars
1 memos 39,403
2 glow 17,770
3 slides 10,621
4 WriteFreely 4,738
5 goldmark 4,041
6 tbls 3,778
7 Gauge 3,041
8 html-to-markdown 2,830
9 glamour 2,773
10 sq 2,284
11 markdown 1,551
12 mark 1,112
13 memo 1,002
14 evernote2md 987
15 nmap-formatter 676
16 gh-markdown-preview 576
17 orbiton 549
18 matcha 520
19 mmark 494
20 gostatic 450
21 reader 343
22 Ginrpc 297
23 gtree 297

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?