-
-
Notifications
You must be signed in to change notification settings - Fork 83
Bases Formulas Support for VIEW fields #639
Copy link
Copy link
Open
Labels
feature requestNew feature or requestNew feature or requestwaiting on upstream changethere is an upstream change that needs to happen before this can be worked onthere is an upstream change that needs to happen before this can be worked on
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestwaiting on upstream changethere is an upstream change that needs to happen before this can be worked onthere is an upstream change that needs to happen before this can be worked on
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
If i have
style formula, i don't see a way to render an equivalent inline using MetaBind without JS.
(it takes a number and produces ✦✧✧
<span style="font-size: 24px; color:#a570f5">✦✧✧</span>)Describe the Feature you'd like
Add support for formulas inside of the View.
Alternatives
As it is probably too much, as MetaBind uses different logic, just enhancing with some functions is also an option.
Additional Context
https://forum.obsidian.md/t/display-formulas-inline/108400/3