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 tiddl...@googlegroups.com
Hi all,
I am playing around again. I am wondering in a general way what the most efficient way of doing the following would be:
I want to have two types of tiddlers, topics and notes. Topic tiddlers would display normally, with titles and buttons. Note tiddlers would display only the tiddler text. (I would put a tiny click to edit button somewhere in case I need to edit it later). Since the topic tiddlers will be far fewer, I was thinking about having them tagged Topic to distinguish them.
So I need to create some kind of setup where certain viewtemplate items are NOT viewed, but only on tiddlers that are not tagged Topic or that are tagged Note. Except I am not sure how to do this?
(The idea, in case you are wondering, is to use an 'open all' button in the tag template to open all the tiddlers tagged with a topic. The tiddlers would be the notes, so that is why I don't want to see anything but the text. I would also use the seamless theme to remove the space between tiddlers. Then I would have a more strategically placed 'close all' button to close them again.)
Any ideas?
Dave
Jed Carty
unread,
Aug 11, 2016, 12:14:24 PM8/11/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
I think that the only way to do this would be to remove the $:/tags/ViewTemplate tag from all the core view templates you don't want on every tiddler and make conditional view templates that add the parts you want based on your tags.
If there is another way to remove pieces of a view template I don't know it. Because of how tiddlywiki is built I don't think there is a way to do it without getting into weird css tricks.
Jeremy Ruston
unread,
Aug 11, 2016, 12:29:32 PM8/11/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 tiddl...@googlegroups.com
Wouldn’t it be possible using a stylesheet something like this?
> On 11 Aug 2016, at 17:14, Jed Carty <inmy...@gmail.com> wrote:
>
> I think that the only way to do this would be to remove the $:/tags/ViewTemplate tag from all the core view templates you don't want on every tiddler and make conditional view templates that add the parts you want based on your tags.
>
> If there is another way to remove pieces of a view template I don't know it. Because of how tiddlywiki is built I don't think there is a way to do it without getting into weird css tricks.
>