Mario Pietsch

Results 873 comments of Mario Pietsch

Forget my comment at Talk. It's a different issue. Sorry. I did not look good enough

@bluepenguindeveloper ... There are several users signing CLA with their alias. So it should be good for you too.

I always use `tiddlywiki .\editions\test --build index`, which passes. So I did not see that problem yet. I can confirm that `./tiddlywiki.js editions/test --test` also fails with the same message...

The following text is copied over from [#7455 ](https://github.com/Jermolene/TiddlyWiki5/issues/7455#issuecomment-1604305519) -------- I did some initial test with this simple logic, which tests if the `tags` field exists. No further processing. tiddlywiki.com...

>Great, in most of the times, there is no new tiddler will be the case. I see what you mean. I'll ad an extra `if (noNewTid) return` after the first...

@linonetwo .. I did implement the "return early" logic and it works for me. Can you test and also make some measurements. If it makes a difference for your projects?...

converted this PR into a draft, since it contains `console.log()` code, which should not be part of the PR

The ZIP file contains 2 single-file wikis. - `tag-index.html` contains the "old code" + console.log() - which updated the tag-caches with every keystroke. - `tag-optimized.html` contains the "new code" +...

@Jermolene -- reverting makes it impossible for me to push the fix that I did test. It needed more time, since I did create 9 new tests to make the...