Ahm

Results 65 issues of 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:...

enhancement

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...

feature request

**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...

bug
enhancement

**The current text field is very small** ![Screenshot 2024-04-25 at 11 38 31](https://github.com/danielo515/obsidian-modal-form/assets/7279156/106b5c85-2cd3-4c2f-ba24-1ddbdffe66bd) **Please create bigger text block field where we can copy big chunks of the texts... probably the...

enhancement

![Screenshot 2024-04-24 at 17 04 25](https://github.com/danielo515/obsidian-modal-form/assets/7279156/a53f99a2-8dcd-4d99-88bf-c3f6ce7bab93) Please normalize these fields so it is clear what field is name (that is used in code) and what field (that is used to...

enhancement

Please for each field that is supported write standard object name in same way as you did for: - input: { type: "text" } - input: { type: "number" }

documentation
enhancement

# FEATURE DESCRIPTION Create new option here: ![Screenshot 2024-04-24 at 16 45 49](https://github.com/danielo515/obsidian-modal-form/assets/7279156/25f1b640-f7e2-4ee6-97d3-3bf3e23c3878) It will open file picker: ![image](https://github.com/danielo515/obsidian-modal-form/assets/7279156/259733df-d50a-4f5d-95e3-ef3e093d7082) It can return object or it can just return full path...

enhancement
Editor
form-runtime

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:...

bug