# Notetaking Tools

## Web-based

* [Collected Notes](https://collectednotes.com/) : atomic markdown note taking and blogging, support youtube embedding
* [Emvi](https://emvi.com/)
* [Supernotes](https://supernotes.app)

## Offline with Web Support

* VNote and Viki
* [Standard Notes](https://standardnotes.org/)
* TiddlyWiki

## Offline

* Roam
* Notable
* org-mode
* vim-org
* [Trilium](https://github.com/zadam/trilium)
* [Logseq](https://logseq.com/), note taking web based local only and GitHub-hosted
* [Typora](https://typora.io/), a nicely polished Markdown editor–has the best support for math input I've seen
* [Obsidian](https://obsidian.md/features), a split-pane Markdown editor focused on bidirectional linking
* [Zettlr](https://www.zettlr.com/) a Markdown editor focused on publishing / academics
* [RemNote](https://www.remnote.io/) converts your notes into spaced-repetition flash cards, similar to [Anki](https://apps.ankiweb.net/)
* [foambubble](https://foambubble.github.io/foam/), a family of VS Code extensions to help search + organize your notes
* [Neuron Notes](https://www.srid.ca/b6df4059.html) a neat Zettelkasten system written in Haskell, based on GitHub repos
* [R Studio](https://rstudio.com/) includes an awesome Markdown publishing experience, similar to Jupyter Notebooks
* (coming soon) [Athens Research](https://github.com/athensresearch/athens), an open-source alternative to Roam
* (coming soon, made by me) [Noteworthy](https://noteworthy.ink/), which aims to be an extensible, open-source alternative to Obsidian and Typora, with a focus on wikilinks and excellent math support
* [Dendron](https://www.dendron.so/), a hierarchical note-taking editor based on VS Code
* [kb](https://github.com/gnebbia/kb), a minimal text-oriented command-line note manager
* [Notebag](https://notebag.app/) a minimal Markdown app with tag support
* [Joplin](https://joplinapp.org/), multiplatform (mobile, PC, terminal) has more features than practically every other note-taking app out there.
* [Notion](https://notion.so/)
* [Brick](https://brick.do/)
* [novelWriter–A markdown-like editor for writing novels](https://novelwriter.io/) ideal for novel
* [Manuskript–Open-source tool for writers](https://www.theologeek.ch/manuskript/) ideal for novel

## Notetaking

* [MonsterWriter - A Pleasant Way to Write a Thesis or Article](https://www.monsterwriter.app/)
* [Drift using Tiddly Wiki—Collect. Organize. Grow.](https://akhater.github.io/drift/)
* [Quarto](https://quarto.org/)
* [landing.md - bangle.io](https://bangle.io/ws/bangle-help) markdown notetaking
* [Calculist Sample Document](https://app.calculist.io/sample) markdown with calculation
* [Bricks](https://free.getbricks.app/) notetaking with calculation
* [Nulis](https://nulis.io/)
* [Saga - Make sense of your knowledge](https://saga.so/)
* [TreeSheets](https://strlen.com/treesheets/)
* [NotesHub - Cross-platform, markdown based note-taking app](https://about.noteshub.app/)
* [bangle-io/bangle-io: A web only WYSIWYG note taking app that saves notes locally in markdown format.](https://github.com/bangle-io/bangle-io)
* [Blaze Mark ⚡](https://rabbithols.github.io/blazemark/)
* [Super Simple Offline Markdown Editor—Notes](https://notes.cx/ZkZNL9vFr)

## Markdown Note

* [Bangle.io](https://bangle.io/)
* [Typora—a markdown editor, markdown reader.](https://typora.io/)
* [Markdown to Slideshow : MarkShow](https://mark.show/#)

## Zettelkasten

* [Zettelkasten, Linking Your Thinking, and Nick Milo's Search for Ground - The Daily Pony](https://writing.bobdoto.computer/zettelkasten-linking-your-thinking-and-nick-milos-search-for-ground/)

## Notetaking HTML Generator

* [Triplelog Writer](https://triplelog.com/writer/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/writing/notetaking-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
