Releases: ratandeepbansal/omanote
Releases · ratandeepbansal/omanote
Release list
Omanote 0.2.2
Omanote 0.2 turns the notes library into a daily driver while keeping everything as plain Markdown files.
Organization
- Folders: subdirectories of the notes folder appear as chips in the sidebar. Create, rename, and trash folders; move notes with the context menu or
Ctrl+Shift+M. - Tags: any
#tagin a note, ortags:in YAML front matter, becomes a filter chip.tag:fooworks in search. - Sort by date edited, date created, or title. Relative dates and exact-time tooltips.
Editor
- Checklists:
Ctrl+Entertoggles- [ ], done items are struck through, Enter continues lists, Tab indents. [[Note title]]links open or create notes onCtrl+Click.- Paste an image and it is saved to
assets/beside the note. Ctrl+Shift+Vrenders a Markdown preview.- Paste a spreadsheet range or HTML table and get an aligned Markdown table that never wraps in the editor.
Ctrl+Shift+Tinserts or re-aligns a table,Ctrl+Shift+Ccopies one with HTML formatting.
Capture and integration
omanote --new [title],--daily,--search text, and a file path all talk to the running window.omanote-pickopens a note by title from walker, fuzzel, wofi, or rofi.Ctrl+Shift+Eexports PDF or HTML.
Fixes since 0.2.0
- 0.2.1: table rows stay on one line in the editor; sidebar previews hide table pipes.
- 0.2.2: the caret lands at the top of a newly opened or created note.
Omanote 0.1.0
First release of Omanote, a fork of Omawrite with a collapsible notes sidebar.
- Notes are plain Markdown files in ~/Documents/notes
- Autosave, search, pin, delete to trash, rename
- Follows the Omarchy system theme and text size, like Omawrite
- Install on Arch/Omarchy:
sudo pacman -U omanote-0.1.0-1-x86_64.pkg.tar.zst, or clone and run./bin/install