Notula
WYSIWYG Markdown editor for the docs in your git repo
4 followers
WYSIWYG Markdown editor for the docs in your git repo
4 followers
Docs as code, without having to be a coder. Like Google Docs, on files that never leave the repository: comment on a passage, reply, resolve, browse the docs in a tree, and publish without anybody being shown a rebase.
The whole team works on the Markdown in your git repo, including the people who do not use git. Threads are committed beside the document; nothing is written into the Markdown.
Free, no account, no server. macOS and Windows.








Your documentation moved into the repo. The tools to work with it did not.
If your team keeps docs as .md files in GitHub, GitLab or a self-hosted repo, everyone who is not comfortable in a code editor is locked out. They read raw Markdown on a web page, or you export to Google Docs and nobody merges it back. The editors that exist are built for one person and a local folder - the repo, the review and the other people are somebody else's problem.
Notula points at a repository and shows the Markdown, nothing else: a tree of documents, no source files, however big the repo is. The editor hides the syntax completely, including on the line the cursor is on. Comments anchor to a quoted passage, with replies and resolve, and live in an append-only log, so two people commenting at once cannot produce a merge conflict.
Git happens in the background. It commits and syncs, and every command carries an explicit pathspec, so only doc files move. It never stages your worktree, never stashes, never rewrites history, never creates or switches a branch. It speaks git and nothing else, so it works with GitHub, GitLab, Bitbucket, self-hosted, or no remote at all.
The file on disk stays ordinary Markdown. Opening and saving it without editing produces a byte-identical file - that is a test, not a promise.
Three things up front. It is free, always: no account and no server. It is closed source; your files, your git and your remote stay yours, and the app keeps nothing of its own. And the Windows installer is not signed: SmartScreen hides Run anyway behind More info. macOS is signed and notarised and opens straight away.
I am here all day - tell me where it breaks.