Replies: 1 comment 3 replies
-
Someone willing to implement it, or at least prototype it which would make it easier to ascertain the merits of the request. Most core contributors are pretty tied up with bigger changes related to v5.4.0 and this would make an excellent choice for a wikitext savvy contributor to step up. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It should be easily to make "picker lists" - click a button, get a dropdown that shows the list of items. Clicking on an item triggers some action, typically set the title value of that item in a field.
For this, we'd need a general "list-picker macro" that takes a filter as input and lists its contents as buttons, via some template!
I think the components are already in the core, but integrated into special picker solutions:
iconEditor
(not public)colour-picker
which features a neat grid display and a wonderful "Recent"(-ly picked) area. But it is totally specialized (including a hard coded list of colour names).tag-picker(actions, tagField:"tags", tiddler, tagListFilter:"[tags[]sort[]]")
(more?)
For this to be a viable request, what is missing from the above text?
Do you agree/disagree - why?
Is it "picker list" or "list picker"? Pist licker?
Beta Was this translation helpful? Give feedback.
All reactions