ericshulman

Results 21 comments of ericshulman

this is a documentation issue. improvements in the "HowToUpgrade" information will be provided.

manualDownloadSaveFile() displays a message, "RIGHT CLICK HERE....", which is correct. However, the higher-level saveMain() then displays the second message, which is only supposed to be shown if automatic HTML5DownloadSaveFile() was...

sync code and objects were removed from the TWCore in TW2.6.6 but no plugin version has been written yet.

This technique works only if the PDF file is stored on a publicly accessible server, but does NOT work for PDF files that are stored on a local filesystem (i.e.,...

The purpose of the proposed encrypt and decrypt filters is simply to provide access to the SJCL library's encryt() and decrypt() methods so that arbitrary text can be encrypted and...

> I would favour adding a third operator for testing whether a block of text can be successfully decrypted with a given password. ``` exports.decrypttest = function(source,operator,options) { var results=[],...

How about making an `is[widget]` filter operator? Then you could write: ``` content for foo fallback content ```

>conditionally assigned a new `tc-tag-missing` class, and then used CSS to make it appear in italics. Something like this in `$:/core/macros/tag`: ``` ``` and then in `$:/themes/tiddlywiki/vanilla/base` add: ``` .tc-tag-missing...

Can we re-visit this `body-template` idea? There are actually quite a few use-cases where overriding the default ViewTemplateBodyFilters cascade is desirable (e.g., rendering wikitext when viewing specific `$:/config/*` tiddlers as...

My proposal is intended to provide a simple _override_ of the ViewTemplateBodyFilter cascade logic for a given tiddler by allowing that tiddler to explicitly specify which template should be applied...