Cameron Fischer

Results 19 issues of Cameron Fischer

In TiddlyWiki v5.1.23, when you click-dragged a new edge, the popup would have the edit-box already focused. As it should, since it has the `focus="yes"` attribute. But it doesn't work...

There are a few cases in Tiddlywiki core where tiddlers store multiline filters, like _$:/DefaultTiddlers_, _$:/config/SyncFilter_, and _$:/config/FileSystemPaths_. They are not wikitext, and when they're rendered as wikitext, they render...

This is the answer to issue #4194. It introduces the "--test" command for executing jasmine on command line rather than having it run automatically. It does **not** change the behavior...

I'm trying to finalize the demo site for my own plugin, and I have to keep Jasmine separated as its own site because of how eagerly it runs tests. ###...

### Describe the bug When you import procedures, they have whitespace trim enabled by default. ### Expected behavior Expected: This is *fancy* content Results: This is*fancy*content Is this expected behavior?...

This is a rough idea of how transclusion recursion could be handled in a way that's more robust (and allow things like `{{}} {{}}` and ` ` to not break...

Hey, This is four versions behind the version of TW5-Vis.js used by TiddlyMap. Is there a place I can go to find the source code for v4.21.0? -Flibbles

I've been using Commander off and on since it synced up with Relink, and it's definitely useful, but there are a few design choices that seem like they could be...

### Describe the bug Filter prefixes are turning out to be something I use often, not so much because they're elegant, but because they're able to set variables in the...

### Describe the bug Library tiddlers (as in tiddlers that have `library=yes`, like sjcl.js), are excluded from being written to the general tiddler store because the saveTiddlerFilter has `-[type[application/javascript]library[yes]]` in...