technohiker / obsidian-multi-properties

Plugin for Obsidian that allows user to add properties to multiple notes at once.
MIT License
93 stars 0 forks source link

Provide autocomplete for property names & values used in selected property #11

Open a13ph opened 7 months ago

technohiker commented 6 months ago

I'm not actively developing Obsidian plugins at the moment, so I won't be working on this anytime soon.

This may be possible? It would have to be done by locating where Obsidian stores information on all of it's properties,(the vault's data.json or types.json file could be used?) pass them into the Svelte forms and have it listen for keys that match the property name/value. More research would need to be done on where to find that information, as I don't exactly know where it's stored and how to access it.

a13ph commented 6 months ago

Some links from a very quick search:

Or maybe utillizing dataview would be easier, idk:

This is probably way too littte, but hopefully better than nothing

a13ph commented 6 months ago

It seems that Completr provides autocompletion of property names using obsidian api