Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 19:40
· 916 commits to main since this release

What's new

Added πŸŽ‰

  • Added :ObsidianNew command for creating a new note with a given title.
  • Added setup configuration option note_id_func, which can be set to a custom function for generating new note IDs. The function should take a single optional string argument, a title of the note, and return a string. The default method for generating new note IDs is to generate a Zettelkasten-like ID using a timestamp and some random letters.

Commits

386bb84 Update
0d37089 Merge branch 'main' into new-note
516d2c3 Add :ObsidianNew command and option for custom note IDs