Add a {{note_line}} variable #279
Sanqui
started this conversation in
Ideas - done & released
Replies: 2 comments 4 replies
-
Hi! Thank you for your suggestion! 🙂 It's a good idea. There's been some discussion about it earlier: #117 I just haven't decided the variable name for it. I do agree that this variable would be really helpful in many situations! 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Will be released in
|
Beta Was this translation helpful? Give feedback.
2 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.
-
It would be nice to have a
{{note_line}}
variable (or similar), which would function like{{note_content}}
except only pass the line the cursor is on. This would be useful to create commands that operate with a given context (such as a task). Currently it's possible to do by getting the caret position and cropping the line manually. That is a lot of busywork, so having it as a built-in feature would make the plugin more versatile.Beta Was this translation helpful? Give feedback.
All reactions