TiddlyWiki Macro to Create a New Tiddler from a Template Tiddler


/ Published in: HTML
Save to your folder(s)

Note that this is formatted for clarity, may need to be all one line for TiddlyWiki.


Copy this code and paste it in your HTML
  1. <<newJournal title:"WR-DDD DD MMM YYYY"
  2. label:"new weekly review"
  3. prompt:"Creates a New Weekly Review Entry"
  4. tag:"weeklyReview"
  5. text:{{store.getTiddlerText("WeeklyReviewTemplate")}}>>

Report this snippet


Comments


You need to login to view comments.