Mario Pietsch
Mario Pietsch
@Jermolene ... I did some more tests. If I check out the commit: https://github.com/Jermolene/TiddlyWiki5/commit/4e9267ea58c3081b9845dcebd96bbd25819d0143 and apply this PR it starts to fail
I'm not sure, what interleave returns. So if I feed it: `a b c +[interleave[1 2 3]]` Does is return 3 titles or 6 titles. If the answer is 6...
I think, there should be _no_ possibility, that user passwords or keys can accidentally be stored in plain text in the wiki. So for me `encrypt[key]` should not be possible....
There is a nice article which may be interesting: [The baseline for web development in 2022](https://engineering.linecorp.com/en/blog/the-baseline-for-web-development-in-2022/) Especially the Conclusion - about "build target" is interesting: >### Conclusion > >Let’s look...
>... Because I would love to see features like Server-Sent Events being possible in TW (which would enable scenarios like "user A and user B both have the same wiki...
I also use MDN as my main reference for web related info. It's not only, that IE compatibility info is gone, they also "modernized" their [static code examples](https://github.com/orgs/mdn/discussions/143), where I...
I can confirm this problem
>But TiddlyWiki's internal tiddler objects are "frozen" against being modified in-place. The tiddler store is immutable, so the Tiddler() functions have to be used to modify it. This allows the...
What do I get with `[[foobar]getjson[]]`?
>In terms of naming and syntax for operators, I wonder if something along these lines might be more intuitive: [[foobar]json:get[a]] or [[foobar]json-get[a]] instead of [[foobar]getjson[a]] At first I also thought...