Commit Graph

21 Commits

Author SHA1 Message Date
Simon Cambier
330df899a0 Refactored events to use a small global event bus 2022-04-22 23:09:19 +02:00
Simon Cambier
244211bd69 Taking advantage of app as a global var 2022-04-21 22:24:54 +02:00
Simon Cambier
6b25d9a81f Fixed flow vaultModal > inFileModal 2022-04-20 12:24:44 +02:00
Simon Cambier
359292de5c Removed modal from stores 2022-04-20 08:38:16 +02:00
Simon Cambier
d5f7382a98 Updated flow 2022-04-19 22:41:34 +02:00
Simon Cambier
dc32bcad5b Almost there... 2022-04-18 22:42:30 +02:00
Simon Cambier
6cb113b87e Using 2 modals to display the different kinds of results 2022-04-18 10:28:13 +02:00
Simon Cambier
cfa24b9617 WIP in-file search 2022-04-17 22:03:06 +02:00
Simon Cambier
832e782ba8 Svelte refactoring ok 2022-04-16 17:32:03 +02:00
Simon Cambier
75af87849b Refactoring to Svelte - still a bit messy
Also, issues with eslint
2022-04-16 14:59:02 +02:00
Simon Cambier
2addcede95 Svelte rewrite: search and display results 2022-04-15 23:17:13 +02:00
Simon Cambier
66b8980255 Trying Svelte, displaying the number of matches 2022-04-15 20:39:08 +02:00
Simon Cambier
e5ba366840 Merge branch 'master' into svelte
# Conflicts:
#	pnpm-lock.yaml
#	src/main.ts
#	src/modal.ts
2022-04-15 17:43:56 +02:00
Simon Cambier
e949f0916a Escape HTML
Instead of trying to do some smart (and unsecure) stuff, just display the raw note contents as is
2022-04-15 17:16:37 +02:00
Simon Cambier
e1d24fc562 Svelte setup ok 2022-04-14 22:50:56 +02:00
Simon Cambier
98c277e541 Updated the weighting logic + doing some preparation for #6
Headings now have more weight. Also set TS strict mode
2022-04-14 20:41:27 +02:00
Simon Cambier
a57582a389 #12 - disabling spelleck on search input 2022-04-14 17:54:47 +02:00
Simon Cambier
f17e48e838 Fixing #11 - enable meta+enter on macOS 2022-04-13 22:43:18 +02:00
Simon Cambier
1728671abb Fixed #5 - jump to search match
Jumps to the first match
2022-04-12 23:08:06 +02:00
Simon Cambier
8bc57c4362 #8 - Added some classes for easy customization 2022-04-12 19:45:59 +02:00
Simon Cambier
02c19026b7 Refacto & displaying results more in line with Obsidian's usage 2022-04-12 19:42:40 +02:00