Saketh

Results 56 comments of 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 🤔) ![Image](https://github.com/user-attachments/assets/a2c97dfe-f033-44bc-84b6-911077d313a2) ![Image](https://github.com/user-attachments/assets/80c0d90b-e52e-4720-829d-8066fa3d82e1) ![Image](https://github.com/user-attachments/assets/1df0a71a-ab6d-4228-a7c8-f46c90b8c199)

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: ![](https://github.com/user-attachments/assets/8d51f6ac-39e8-4840-8875-f798dbb88ca5) - `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 😕