Ahm
Ahm
In UI add support to combine 2 different attributes to match the condition (AND, OR, NOT,etc...) For example make text red when YAML properties are: class = project AND status:...
Add same functionality for custom YAML field that will trigger the moving of the note. Example: --- class: example --- All should be done for inline YAML fields: class:: example
Can you add option to show automatically TOC of the file? Not just folder structure. Expanding the by this feature the plugin can really become the waypoint! Thanks for plugin
If the task is added via quick entry in your data-view add option to: - add custom heading before the task is added - add tasks after heading This will...
**Describe the bug** Very strange bug, on latest Obsidian app on iOS. It looks like after something is typed in first textfield, another overlaping same form is open, and all...
**The current text field is very small**  **Please create bigger text block field where we can copy big chunks of the texts... probably the...
 Please normalize these fields so it is clear what field is name (that is used in code) and what field (that is used to...
Please for each field that is supported write standard object name in same way as you did for: - input: { type: "text" } - input: { type: "number" }
# FEATURE DESCRIPTION Create new option here:  It will open file picker:  It can return object or it can just return full path...
I tried to provide default values in this code: ``` const modalForm = app.plugins.plugins.modalforms.api; const result = await modalForm.openForm({ title: "Example form", fields: [ { name: "name", label: "Name", description:...