Allow users to access the predefined values for a field from the editor. This could use a trigger character similar to creating a new link with [[ or the @ used by Natural Language Dates plugin.
Example:
If I type country:: automatically show the autocomplete list of predefined values
The text was updated successfully, but these errors were encountered:
I think it's become possible with one of the latest obsidian updates:
New EditorSuggest is now accessible to the API to provide in-line suggestions, like auto-complete. This is what powers the link auto-complete, tag auto-complete, and slash commands.
I don't think this is something for Supercharged Links, honestly. Other plugins have looked into autocompletion, like Various Complements and Completr. This sounds more like a good FR for plugins like that.
Feature idea:
Allow users to access the predefined values for a field from the editor. This could use a trigger character similar to creating a new link with
[[or the@used by Natural Language Dates plugin.Example:
If I type
country::automatically show the autocomplete list of predefined valuesThe text was updated successfully, but these errors were encountered: