ericshulman

Results 10 issues of ericshulman

The following code adds filter operators for encrypting and decrypting filter inputs. ``` /*\ title: TiddlyTools/Filters/encrypt.js type: application/javascript module-type: filteroperator author: EricShulman Filter operators for encrypting/decrypting filter inputs using either...

This was reported on google groups, but I have not been able to find the posting again. Nevertheless, the problem is clear: there was one remaining hard-coded occurence of the...

issue

As reported here: https://groups.google.com/group/tiddlywiki/msg/86a39f3c05e816ae When trying the direct online save in IE (ver 9, very old I guess), it does not open a (browser) save dialogue box but instead TW...

issue

**Is your feature request related to a problem? Please describe.** I have some stylesheet tiddlers (tagged with $:/tags/Stylesheet) that I want to have rendered as regular wikitext (using `$:/core/ui/ViewTemplate/body/default`) --...

Normally, the TOC code dynamically builds an "exclude" list containing tiddler titles that have already been "visited" in the current branch. This prevents infinite recursion when a "tag loop" occurs....

### Describe the bug Internally, the `toc-*` macros use an `exclude` parameter to automatically "prune" the branches of the tree to prevent infinite "tag loops" by not showing links to...

Original: "There is also an online demo you can play with: http://tiddlywiki.com/tiddlywiki5" Should direct to: http://five.tiddlywiki.com/ Moved from: https://github.com/TiddlyWiki/tiddlywiki/issues/102 (closed)

Sometimes I want to export/import a bunch of tiddlers from one TiddlyWiki to another, using the $:/AdvancedSearch > Filter tab, but I don't want to download a JSON file and...

### Describe the bug When using `` where the `enabled` parameter value evaluates to "no", the drag action is ended rather than just being ignored by the `$droppable` widget. ###...

As per https://talk.tiddlywiki.org/t/fallback-handling-for-image-widget/12715/5? Currently, the `$image` widget ignores any enclosed "child" wikitext content. It would be very useful if such child wikitext content could be rendered if the enclosing `$image`...