autopushed

This commit is contained in:
2022-05-26 16:01:13 +02:00
parent 76369fd35b
commit e2ebe75515
+2 -1
View File
@@ -4,10 +4,11 @@
- now I'm writing this in [[wiki vim]], in which:
- ,ww navigates to index.md
- ,w,w navigates to the current journal
- unfortunately navigating to a wikilink from the journal creates the file in journal/, even though I want it in the root.
- unfortunately navigating to a wikilink from the journal created the file in journal/, even though I want it in the root.
- filed: https://github.com/lervag/wiki.vim/issues/225
- already resulted in a nice workaround that I can just plug into my .vimrc :)
- It is actually really nice to be able to journal in [[vim]] again.
- So responsive!
- And I can drop into 'full text/document mode' pretty easily, not to be constrained by [[outliner mode]].
- Also I now have a *global* alt-d shortcut for my journal -- that is, pressing alt-d brings up my daily note no matter where I am :)
- Next thing missing is pasting media (that is, storing in assets and inserting a link). Thinking about how to solve this.