-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support font name autocompletion for set text(font: array) #5436
Copy link
Copy link
Open
Labels
feature requestNew feature or requestNew feature or requestideAutocompletion, tooltips, formatting, etc.Autocompletion, tooltips, formatting, etc.
Description
Description
I regularly want to use multiple fonts, e.g.:
#set text(font: ("Libertinus Serif", "Noto Serif CJK SC"))But the annoying thing is that I can only autocomplete the first font (with tinymist). The native code wouldn't even help with the first one if the parentheses are present. So the only workaround is to copy the line with one font, then autocomplete the second separately and join them together. Or...just write everything from your memory.
Use Case
Better UX when dealing with multiple fonts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requestideAutocompletion, tooltips, formatting, etc.Autocompletion, tooltips, formatting, etc.