btheado
btheado
Another way to use the visible transclude is to put it in a tiddler tagged with `$:/tags/EditPreview` ``` ``` Then it can be used on-demand as a preview mode for...
It would really useful to make macro calls visible in the same way you did for transclusions. I took a stab at it, but it seems macrocalls using wiki syntax...
> At this point, the sqlite3 engine is initialised and tested with some test queries. The next step is to wire it up into the wiki object. Nice work. I...
This seems like a different issue than #3460. I created a PR for it at #7911 and it does not address this issue. To me, the OP looks like a...
I think uuid collision at https://github.com/choojs/nanotiming/blob/master/browser.js#L18 is another way this error can happen. If the performance mark name is the same, then the mark will be cleared after the first...
Simple test cases I constructed failed to duplicate the issue I was seeing with multple embedded choo apps. In additon, 'npm update' on one of my embedded apps caused the...
@Jermolene, nice improvements! I like that test case tiddler titles are links to open the tiddler separately. Very useful. I also like the new Narrative feature. The test case tiddlers...
Originally I was thinking all the uses of `wikitext-example-without-html` would be converted to test case tiddlers. Maybe that isn't necessary. A least as a first step is much easier to...
I'm seeing some strange rendering behavior regarding `` variable With the following test case tiddler, the test case is passing. It must be finding `` to match `Output` However, visibly...
> Yes, although given that these examples only have a single payload tiddler perhaps it would be nicer to use a more streamlined template. There are still many examples for...