Hi Again, Unfortunately, to do what you want requires you to understand wikitext a bit better. The 'static tiddler' tiddler is using the 'view template' to render the static representation. 'view template' is rendering all the tiddlers that have the tag '$:/tags/ViewTemplate'. The sidebar you added should list those amongst the rest. If you remove the tag from a tiddler, it will cease to be statically rendered but it will also cease to be rendered into the wiki (for example, remove it from $:/core/ui/ViewTemplate/tags and the tag pills will disappear). To change the static export without affecting your own wiki, you need to alter 'static tiddler' to use a different template instead of ''view template", probably by cloning it and changing the references. Good luck.
Regards, Richard On Sunday, December 3, 2017 at 4:40:33 AM UTC+11, tobaisch wrote: > > Hi Richard, > thank you. > In the files $:/core/templates/static-tiddler respectively. > $:/core/ui/ViewTemplate i find no approach where i could change my exports > in such a way that no Tiddler-Links are displayed and that the Tag-Pills in > the exported html file can be turned off. > I deleted a little bit something in the files. > Either nothing happens or everything is gone. That does not make sense. :) > > ********************* > \define frame-classes() > tc-tiddler-frame tc-tiddler-view-frame $(missingTiddlerClass)$ > $(shadowTiddlerClass)$ $(systemTiddlerClass)$ $(tiddlerTagClasses)$ > \end > \define folded-state() > $:/state/folded/$(currentTiddler)$ > \end > <$set name="storyTiddler" value=<<currentTiddler>>><$set > name="tiddlerInfoState" value=<<qualify > "$:/state/popup/tiddler-info">>><$tiddler tiddler=<<currentTiddler>>><div > class=<<frame-classes>>><$list > filter="[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]" > variable="listItem"><$transclude tiddler=<<listItem>>/></$list> > </div> > </$tiddler></$set></$set> > ******************* > > I also got the systemtiddlers to the sidebar, as you recommended. > I absolutely do not know what to do with it. > I'm just looking for a way to export to static Html with no Tiddler-Links > and Tag-Pills. > > Excuse me for my stupidity > I'm just beginning to understand all that new stuff in the Tiddler system. > Regards > Tob > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9777f296-70b1-46b0-946a-dac6ddc7bcbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

