Vladislav Shtepin
Vladislav Shtepin
>Now, for the hashtags inside the text files, this would implies having to parse each file in order to extract the tags, in order to build a tag list. I...
Can you elaborate on how app-specific db for cached breaks "exporting the notes easily"? It's really unclear to me.
@RedKage I see now, thanks. Welp, my guess is that you can show the tag structure in sidebar, building it in runtime from cached data from db, especially since there...
@bnjbvr that's almost what @RedKage proposed as first possible solution. However you variant is even more complex in terms of final export artifact. Just copying seems more bulletproof and not...
@DenitsaGencheva what version of electron are you using? There were multiple bugs with spellchecker APIs not working in iframes and other places in Electron.
@DenitsaGencheva 1.7 or 3.0+. https://github.com/electron/electron/issues/13514 https://github.com/electron/electron/issues/11868
@DenitsaGencheva and anyway this lib looks abandoned, so consider migrating to something else. https://github.com/kwonoj/electron-hunspell looks like a good candidate.
How about 'unload' event? It's fired after beforeunload and is not cancelable.
Hm, that should be easy to implement.
> Context Action Menu via Alt + Enter > Alt + {button} for quick action Sounds like lighbulb/lspsaga >Move function/class/struct/etc to another file using treesitter(?) That sounds more like a...