Skip to content

Omanote 0.2.2

Latest

Choose a tag to compare

@ratandeepbansal ratandeepbansal released this 04 Sep 21:01
· 1 commit to main since this release

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.