- Nov 2022
-
github.com github.com
-
Short video demo on how to setup Templater scripts in Obsidian
-
-
silentvoid13.github.io silentvoid13.github.io
-
Page on the the Templater syntax
<%+ ... %>
. It allows use of "dynamic commands" which are only executed in preview mode in Obsidian
-
-
github.com github.com
-
Template: <%* const id = tp.file.creation_date("YYYYMMDDHHmmss"); await tp.file.rename(`${id} ${tp.file.title}`); %>
Templater code snippet that renames current file to add date & time creation to title of note.
-
-
-
A set of examples of Templater use cases. Templater uses a JavaScript-esque syntax
-
- Jun 2022
-
gist.github.com gist.github.com
-
https://gist.github.com/VasylTyshchuk/b0d1e608781d0457004debccf213163b
For rolling over to do items from one day to the next
-
-
-
www.youtube.com www.youtube.com
-
https://www.youtube.com/watch?v=n3dbH2c3l0M
Templater scripts: - My Clippings: https://github.com/SilentVoid13/Templater/discussions/296 - Extract highlights to create mini-summary draft: https://github.com/SilentVoid13/Templater/discussions/294
This could be interesting to attempt on a book.
-
-
github.com github.com
-
-
gist.github.com gist.github.com
-
https://gist.github.com/VasylTyshchuk/62adab009eeff3b9e043d88ccb74ef82
Added this code snippet to my /Templates/scripts folder in Obsidian.
To use, copy a book URL from Goodreads, then run the Goodreads template and it will paste the URL from the clipboard to return the metadata of the book into the current note as frontmatter
-
-
www.redgregory.com www.redgregory.com