Limit the length of tiddler titles when clipping tweets #104
Unanswered
arunnbabu81
asked this question in
Q&A
Replies: 3 comments 3 replies
-
Exactly how would you like to limit the title? number of characters? |
Beta Was this translation helpful? Give feedback.
1 reply
-
what happens to the subsequent clips? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think that subsequent clips will have the same title when reduced with the regex, and therefore should be appended to the already existing clip tiddler. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I frequently use tiddlyclip to clip from tweets, but such clipped tweet tiddler's have lengthy title like shown below.
How to limit the length of tiddler titles without losing access to this tiddler for the subsequent tweet clippings.
I tried using regexp method mentioned here, but the subsequent clips wont be saved in first tiddler or I will have to use this method. Both are time consuming. Another way is to use
userstring
for tiddler titles, but this also has to be repeated for every clips. Currently what I do is - rename the tiddler after the clipping is over, but any future clippings to this tiddler will have to use this methodIs there any other way to limit the length of tiddler titles without losing access to this tiddler for the subsequent tweet clippings.
Beta Was this translation helpful? Give feedback.
All reactions