Saketh
Saketh
released a new preview which adds tags support, will release a new general release soon https://github.com/LinkoraApp/Linkora/releases/tag/preview-v0.14.0
what's the issue @guguss-31
setup of what? please create a new issue, we'll keep this issue limited to tags only :)
well finally: https://github.com/LinkoraApp/Linkora/releases/tag/release-v0.14.0
> is it possible to support floccus-style syncing? It does seem possible, but I'm not sure if all the options (WebDAV, Nextcloud, Git, Drive) will be available in Linkora anytime...
cannot reproduce this 🤔 (I have also gone through the codebase, it doesn't handle anything related to the panel when creating folders 🤔)   
i've added a filter which should hopefully fix this with the new release: https://github.com/LinkoraApp/Linkora/releases/tag/release-v0.13.2
Preferences and localization are loaded before launching the app. Currently, this process is sequential. I'll update the implementation to be asynchronous, which should optimize this behaviour. Thanks for reporting this;...
I have tested and there's not a major impact even with the current approach, although the new implementation does _speed it up_ but it's negligible:  - `sequential` refers to...
yeah, I've noticed this too, this is probably an issue with the room, I'm not sure if I can directly fix this 😕