Repeating inline key on next line #762
Unanswered
RoamanEmpire
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When the cursor is on a task line
- [] a task
and you pressreturn
, then a- []
is automatically added to the next line. So I was wondering whether there is a way to replicate this behavior when the cursor is on any line that starts with- key:: ...
, wherekey
can be any inline front matter key.Currently, I have text expander snippets to do this but they are not as quick as simply going to the next line and require creating a new snippets for every new key (and remembering the trigger).
I personally like to use lists of
key:: value
pairs to create summaries in my daily notes and aggregate them weekly with Dataview.For example, a daily note could look like the following:
Beta Was this translation helpful? Give feedback.
All reactions