BatNoter is an open source web application for taking notes in Markdown. It stores the notes inside user’s git repository, and it provides a nice user interface for creating, editing, organizing, and exploring notes.
By using Markdown, users can format the notes the way they want. You can add elements like tables, links, headings, and code blocks with a single click, and you can quickly check the rendered note with the preview and live preview feature. The tree view explorer available in the left sidebar allows you to explore the notes from a specific directory.
BatNoter provides support for the following Markdown elements.
Element | Support | Notes |
---|---|---|
Headings | Yes | |
Paragraphs | Yes | |
Line Breaks | Yes | |
Bold | Yes | |
Italic | Yes | |
Blockquotes | Yes | |
Ordered Lists | Yes | |
Unordered Lists | Yes | |
Code | Yes | |
Horizontal Rules | Yes | |
Links | Yes | |
Images | Yes | |
Tables | Yes | |
Fenced Code Blocks | Yes | |
Syntax Highlighting | No | |
Footnotes | No | |
Heading IDs | No | |
Definition Lists | No | |
Strikethrough | Yes | |
Task Lists | Yes | |
Emoji (copy and paste) | No | |
Emoji (shortcodes) | No | |
Automatic URL Linking | No | |
Disabling Automatic URL Linking | No | |
HTML | No |
As an added bonus, BatNoter provides support for several obscure elements.
Element | Markdown | Rendered Output |
---|---|---|
WikiLinks | [[PageName]] |
Links to the file PageName.md |
Learn Markdown in 60 pages. Designed for both novices and experts, The Markdown Guide book is a comprehensive reference that has everything you need to get started and master Markdown syntax.
Get the BookDon't stop now! 🚀 Star the GitHub repository and then enter your email address below to receive new Markdown tutorials via email. No spam!