Replies: 1 comment
-
I can't really answer your question as i haven't tried to do more with templater, as I don't use it often. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like adding
tp.file.cursor(1)
does for when creating file from template or adding a template.I have a button that inserts a template when I click on it (waiting on the feature of relative line for insertion for this to really be awesome!), but it does not respect the tp command to place cursor when it's executed on the page.
I use this as a sort of ledger. The button inserts a line above it from a template that prints the date a
;
and allows you to input the entry. I'd like to place the cursor after that;
once the button executes but adding atp.file.cursor()
does nothing. I've tried giving it a higher number and hittingctrl+enter
to move the cursor the way you can after creating a template but that didn't work.Beta Was this translation helpful? Give feedback.
All reactions