This repository was archived by the owner on Mar 14, 2025. It is now read-only.
Tags: dhruvasagar/vim-dotoo
Tags
Patch v0.14.3.2 - Fixed capture template evaluation. Previously, evaluation overrode the capture templates and mutated the template definition causing subsequent invocations to only see previously evaluated result. Now we make sure the template does not change with evaluation and it gets correctly evaluated on every invocation to produce correct values as expected.
Version 0.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.
PreviousNext