generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Request
- Add a QuickAdd cursor marker or placeholder in template/format syntax (for example,
{{CURSOR}}) so the editor caret can be placed within the inserted content after a capture or template runs, without requiring the Templater plugin. - Add short descriptions and example use cases for each choice type (Capture, Template, Macro, Multi) in the Add Choice UI and or a prominent docs page.
Why
- Reduces reliance on external plugins for cursor placement.
- Helps users pick the right choice type faster and lowers setup friction.
Notes
- QuickAdd templates currently do not provide a cursor marker to set caret position inside the output; only file-level write positions are available.
- If a marker is used, it should be stripped from the final note content.
coderabbitai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request