Back
Blip
decide on using porter/unicode61 FTS tokenizer for now because it's nicer compared to trigram. At least for english
#blip
finally find an approach for parsing "string with \"escaped \n things\" inisde it" work without breaking in weird ways
#blip
read up a bit on string search, stemming/lemming, trigrams etc to decide how to implement search
#blip
set up separate project to build grdb framework with custom sqlite version without years of compile time
#blip
figure out work-around to long grdb library compile times due to me using custom sqlite version
#blip
implement basic dragging support to drag entries outside of app to text inputs / text clippings, nothing fancy so far
#blip
fix quick entry panel not showing up in active space when app was assigned to a specific desktop via dock
#blip
Fix UI being reloaded whenever window position/frame changes because of UserDefaults.didChange notifications
#blip
add preferences section to customize window restoration behavior independent of system settings (though use system settings as default)
#blip