Hi Dan,

You can very easy hide the subtitle (username, modified date) by creating a 
stylesheet (tiddler tagged with $:/tags/Stylesheet) containing:

.tc-subtitle {
     display:none;
}

In case you only want to get rid of the date, you have to override the 
shadow tiddler $:/core/ui/ViewTemplate/subtitle
Open this tiddler and remove the line 

<$view field="modified" format="date" 
template={{$:/language/Tiddler/DateFormat}}/>

Save the tiddler thereafter.

Hope that helps

On Saturday, July 20, 2019 at 2:58:46 PM UTC+2, Dan Lokemoen wrote:
>
> How do I stop new Tiddlers from creating Timestamps?
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de956ba5-d948-4f24-a829-6c9cecad68aa%40googlegroups.com.

Reply via email to