config.macros.list["untagged"] = {prompt: "Tiddlers that are not tagged"};\n\nconfig.macros.list.untagged.handler = function(params)\n{\n//displayMessage("Building list of untagged tiddlers");\nvar results = [];\nfor(var t in store.tiddlers) {\nvar tiddler = store.tiddlers[t];\nif(tiddler.getTags() == "")\nresults.push(t);\n}\nresults.sort();\nreturn results;\n}
http://www.reprisesoftware.com
This is a [[CustomMacro|CustomMacros]] "borrowed" from [[TiddlyStyles|http://15black.bluedepot.com/]]. It lists all the sections that don't have any tags yet.\n\n<<list untagged>>\n\nCode:\n\n{{{\n<<list untagged>>\n}}}
\nAll licenses have a //expiration date//. If you prefer for your licenses to not expire, you can use the special expiration date of ''//permanent//'', which never expires (any date with a year of 0 is also non-expiring, e.g. 1-jan-0).
<<option chkOpenInNewWindow>> ~OpenLinksInNewWindow\n<<option chkSaveEmptyTemplate>> ~SaveEmptyTemplate\n<<option chkToggleLinks>> Clicking on links to sections that are already open causes them to close\n^^(override with Control or other modifier key)^^
!rlmnewlog - moves the old report log info to a new file\nUsage: ''rlmnewlog'' isv new-log-file-name\n\nrlmnewlog causes the ISV server //isv// to move the current reportlog output to //new-log-file-name//, and continue logging to the original filename.