generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Milestone
Description
Feature Request Checklist
- I have searched the existing issues to avoid duplicates
What feature would you like to request?
What I'd really like is some way to take input like this:
highlight = the thing I highlighted
contextualText = Something before the thing I highlighted, and then something after
and produce this:
🎯 Highlight:: Something before the thing I highlighted, and then something after.
One way I can think to achieve this would be if there were a Handlebars helper function to get the contextual text before and after the highlighted text (or, to have two additional template variables, contextualTextPre
and contextualTextPost
, which achieve the same thing).
If there's already a way to achieve this with functionality built into this plugin or Handlebars itself, I'd love to learn about it.
Code of Conduct
- I agree to follow this project's Code of Conduct
vsheg
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Projects
Status
📘 Todo