Quick Capture creating a New Note - User inputs content and new note title #231
GitMurf
started this conversation in
Templates Showcase
Replies: 1 comment 1 reply
-
This is brilliant! Question, is it possible to add some code to then open the new note immediately? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code: https://gist.github.com/GitMurf/292ea4e17e36e0910c191c1e5b39145f
This script is a spin off of the Quick Capture script. The different is that it will create a new note each time. A modal input will pop up asking for the content you want to add. And then a second modal input will pop up for you to enter the note title. It defaults to the root of your vault, but you can update the
let folderOverride = '/';
variable if you want to specify a different location.Discussion on Discord here: https://discord.com/channels/686053708261228577/840286238928797736/845425365551415297
Beta Was this translation helpful? Give feedback.
All reactions