This repository was archived by the owner on Mar 14, 2025. It is now read-only.
v0.14.0
* Improved Links - Add support for page links such as [[Test]], these links will point to files named `Test.dotoo` under the path configured by `g:dotoo#link#default_path` - Links now default to creating files that don't exist (previously this was limited to `file:` links. For backwards compatibility we still support `file:` links, however these are deprecated and will be removed in future releases * Add support for Journal Entries (new capture target `t`) * Minor improvements to capture templating, capture clocks are now per template and can be enabled / disabled per template by setting `clock` key. * Fixed iabbrevs, we now have separate `:time:`, `:date:` and `:datetime` to represent correct ideas, `:time:` will now add just the time, use `:datetime:` to add full date and time.