| ▲ | Show HN: Kimün – A TUI note taking app Obsidian compatible and Vim friendly(github.com) | |
| 2 points by pnikosis 7 hours ago | ||
I've been looking for a note taking app for a while that was focused mainly on writing notes, I used Obsidian for a while (and Logseq before that) but the apps always seemed they were trying to do too much. Also, I'm not a fan of Electron based apps, but maybe it's just me. I know it is a crowded space, but still, I wrote Kimün: it works seamlessly with any Obsidian vault with the basics for note taking and navigation such as: * Markdown links * Wikilinks * Backlinks In addition to that, it supports a query syntax that allows you to search filtering by markdown headings, so you can search notes that have text under #this_header, in addition of links, backlinks, free text with wildcards, and more. The search is decently fast. Ah, and it is a TUI app, runs on your terminal and supports Vim either by emulating the movement keys, or by using Neovim as the backend. There are way more features (MCP and skills bundled for note management, MD syntax highlight, etc). Finally, the core of Kimün is published as a crate (https://crates.io/crates/kimun_core), so you can use it for your own Rust project if you don't like the app, but want to embed something that supports Obsidian-like vaults. Note, in case someone's curious: Most of the core was hand-written. The UI on the other hand has been coded with a fair amount of help from Claude and my own reviews. | ||