danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
187 stars 14 forks source link

Normalize naming convention #242

Open dxcore35 opened 4 months ago

dxcore35 commented 4 months ago

Screenshot 2024-04-24 at 17 04 25

Please normalize these fields so it is clear what field is name (that is used in code) and what field (that is used to display the field). Please keep this naming connection across the UI of the plugin, so there is consistency and friction free meaning of the field, many times I flipped them....

danielo515 commented 4 months ago

So you are suggesting:

dxcore35 commented 4 months ago

Exactly! And then instead of explaining what is the function of the label and name by that long text you have in the form section. Maybe you can just add tooltip by hovering over the field it will show small description:

danielo515 commented 3 months ago

For that I think it is better to:

dxcore35 commented 3 months ago

I think hovering over every field and get small text... that can be actually taken online form your documentation will be sufficient. I dont think anybody on mobile is going to build the forms :D But if you need you can leave the information emoticon after the field name, and when clicking on that they can get popup with description. I think this is overkill.