Skip to content

Releases: ratandeepbansal/omanote

Omanote 0.2.2

Choose a tag to compare

@ratandeepbansal ratandeepbansal released this 04 Sep 21:01

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 #tag in a note, or tags: in YAML front matter, becomes a filter chip. tag:foo works in search.
  • Sort by date edited, date created, or title. Relative dates and exact-time tooltips.

Editor

  • Checklists: Ctrl+Enter toggles - [ ], done items are struck through, Enter continues lists, Tab indents.
  • [[Note title]] links open or create notes on Ctrl+Click.
  • Paste an image and it is saved to assets/ beside the note.
  • Ctrl+Shift+V renders a Markdown preview.
  • Paste a spreadsheet range or HTML table and get an aligned Markdown table that never wraps in the editor. Ctrl+Shift+T inserts or re-aligns a table, Ctrl+Shift+C copies one with HTML formatting.

Capture and integration

  • omanote --new [title], --daily, --search text, and a file path all talk to the running window.
  • omanote-pick opens a note by title from walker, fuzzel, wofi, or rofi.
  • Ctrl+Shift+E exports 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

Choose a tag to compare

@ratandeepbansal ratandeepbansal released this 04 Sep 13:28

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