Yakov Litvin

Results 139 comments of Yakov Litvin

Preliminary info: probably can be fixed by changing [`config.refreshers` `.tiddler`](https://github.com/TiddlyWiki/TiddlyWiki/blob/master/js/Refresh.js#L32): substitute var title = e.getAttribute("tiddler"); with something like var title = e.getAttribute("tiddler"); var separatorIndex = title.indexOf(config.textPrimitives.sliceSeparator); if(separatorIndex == -1) separatorIndex...

Hi @mstfelq, if you are interested in translating TiddlyWiki _Classic_, let me know, I'll help you with composing a suitable plugin (basic instructions can be found at https://github.com/TiddlyWiki/translations, only they...

@pmario yes, I still have some developments and plans (release 2.9.3, improve dev tools and docs update workflow, release various extensions), but since I dived into product development in 2021,...

@VitAndrGuid could you share a link to a good code example with composition API showing how one can use it instead of a vuex module so that me and others...

Any updates on this so far? I know, bumping is not a nice practice, but this is a really pressing issue. I've solved this for a subcase of creating a...

as for the warnings (about sourcemaps), I've got rid of them using `GENERATE_SOURCEMAP=false` in `.env`

The issue is definitely relevant. The problem is, it is not 100% reproducible though. I'm experiencing it for quite a while: frequently the text is inserted twice when pasting: *...

yeah, would be nice to have a more helpful debug message, not sure how trace the source of the problem yet

looks like this is a duplicate of #80 though, more discussion there (and also #35 is worth checking out)