Template changes
Since my markdown templates use `Title` and the keyword for the filename and my ReadingList template also used `Title` as a keyword, my automations were getting confused. I changed `Title` in the markdown template to `filename` to solve. Also, I reverted my `poor man's surround` keybindings for an actual plugin: `tpope/vim-surround`
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
:insert
|
||||
# title
|
||||
# filename
|
||||
|
||||
- Created :
|
||||
- Updated :
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
:insert
|
||||
* *Title*:
|
||||
* *Author*:
|
||||
* *Started*:
|
||||
* *Finished*:
|
||||
* *Title*:
|
||||
* *Author*:
|
||||
* *Started*:
|
||||
* *Finished*:
|
||||
* [Goodreads Link]()
|
||||
|
||||
# Highlights / Notes
|
||||
|
||||
Reference in New Issue
Block a user