You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hello, can i get a short instruction what "slice" is and how to use?
Regards
Mat
unread,
Dec 30, 2016, 1:17:51 PM12/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Where did you hear about it, please link. It is, to my knowledge, not a used term in TW5.
<:-)
Mark S.
unread,
Dec 30, 2016, 1:26:28 PM12/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
There was "slice" in the classic TW. In TW5 you're supposed to make each tiddler be the slice. There's a discussion about slices and there workarounds here:
Ah, you're right, the text-slicer. Yes, that is probably the only existing "real thing" about slicing in TW5.
<:-)
Tobias Beer
unread,
Jan 1, 2017, 4:19:16 PM1/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hi Christian,
There used to be slices in TiddlyWiki Classic where you could define key:value pairs at the start of lines in tiddler text.
In TW5, this is no longer supported. However, DataTiddlers.losely correspond to the general idea.
Best wishes,
Tobias.
Josiah
unread,
Jan 14, 2017, 8:14:16 PM1/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Ciao Christian
The fundamental problem with the Text-Slicer edition is not that so much what it does. It does that well. Its simply that in order to slice stuff you have to do external work preparing the input text so its ready for slicing. In the end that's quite a lot of work.
The question is whether its easier, given you have to prepare it, that making it into a JSON importable file might not just be as easy.
I been playing with regular expressions external to TW to slice texts directly to TW format and its a lot easier than coping with interim formats IMO.