Creating tiddlers that match a given filter expression? #9257
BurningTreeC
started this conversation in
Ideas
Replies: 1 comment
-
Or use the following code. If $basetitle is removed, it will use New Tiddler instead.
No. A filter can result in 100th of elements. The first one could be used as a template. But that would pretty much be random. And creating several 100 new tiddlers is probably not intended. Especially if a client / server configuration is used. It will brick the server, for quite some time. |
Beta Was this translation helpful? Give feedback.
0 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 would be great if we could pass a
$filter
attribute to theaction-createtiddler
widgetThis
$filter
attribute can contain any arbitrary filter expressionWe then somehow evaluate the filter expression and create a tiddler that matches that expression
should result in a tiddler with tag
myTag
and a fieldmyField
Would that be possible?
It would be a great feature
Beta Was this translation helpful? Give feedback.
All reactions