generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
No response
Describe the Feature you'd like
The request is as in the title: a renderMarkdown option for the math view field. I've found the math field can be pretty nifty for basic text manipulation stuff, I've used it for a "★★★☆☆" style display for example. And for more advanced use cases (maybe adding coloring to those stars or using custom icons for example), a renderMarkdown option would make it even more flexible.
Currently, you can work around it by making a hidden math view bound to an intermediate property, and then displaying that intermediate property in a regular text view field that has renderMarkdown enabled. If that intermediate property's storage type is 'memory', it can even be pretty unobtrusive. But it's a little annoying.
Alternatives
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request