Commit Graph

130 Commits

Author SHA1 Message Date
Simon Cambier
cfb74f30b5 Fixed note creation 2022-04-22 21:32:13 +02:00
Simon Cambier
d709ce086a 0.2.1 2022-04-21 22:33:46 +02:00
Simon Cambier
244211bd69 Taking advantage of app as a global var 2022-04-21 22:24:54 +02:00
Simon Cambier
4238bc510e Removed duplicated code 2022-04-21 19:42:54 +02:00
Simon Cambier
3d730b4d7f Merge branch 'master' of github.com:scambier/obsidian-omnisearch 2022-04-21 19:12:09 +02:00
Simon Cambier
9885230c4d Updated README 2022-04-21 19:12:05 +02:00
Simon Cambier
744442ce31 Fixed #17 2022-04-21 19:11:54 +02:00
Simon Cambier
6448a80781 Update issue templates 2022-04-20 21:54:44 +02:00
Simon Cambier
b3dca22527 Updated README 2022-04-20 18:00:55 +02:00
Simon Cambier
3c7b94f824 Merge branch 'feature/in-file-search' 2022-04-20 17:21:05 +02:00
Simon Cambier
7c8c4fcfa6 Merge branch 'master' of github.com:scambier/obsidian-omnisearch 2022-04-20 17:21:01 +02:00
Simon Cambier
773d889734 0.2.0 2022-04-20 17:20:40 +02:00
Simon Cambier
40260d46e8 we found 0 result 2022-04-20 17:19:57 +02:00
Simon Cambier
0d3286de04 Removed indexedNotes from stores
Since the components don't need to access it anymore
2022-04-20 16:38:23 +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
035d4ff957 Fixed input binding 2022-04-20 08:12:48 +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
f6c3f9b580 In-file search ok 2022-04-18 22:01:15 +02:00
Simon Cambier
47b30b5c62 Fixed layout, removed agressive highlighter and some console.logs 2022-04-18 19:48:59 +02:00
Simon Cambier
a9e087bff7 Updated README 2022-04-18 18:34:37 +02:00
Simon Cambier
edeada032a In-file highlighting, tweaked grouping 2022-04-18 18:17:25 +02:00
Simon Cambier
9739adbd3b Create LICENSE 2022-04-18 16:28:14 +02:00
Simon Cambier
41203a11da Grouping in-file results when matches are close enough in the text 2022-04-18 16:22:02 +02:00
Simon Cambier
3168a89070 Re-trigger the search when the query or singleFileSearch change 2022-04-18 10:59:09 +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
34c771cc31 Debounce search input 2022-04-17 10:30:41 +02:00
Simon Cambier
db396af9c3 Fixed build 2022-04-17 09:50:10 +02:00
Simon Cambier
fd4a97af10 0.1.8 2022-04-16 23:48:33 +02:00
Simon Cambier
f4c3656194 Stricter TS, matches counter 2022-04-16 23:48:08 +02:00
Simon Cambier
43b617e2af WIP better matching 2022-04-16 21:11:57 +02:00
Simon Cambier
832e782ba8 Svelte refactoring ok 2022-04-16 17:32:03 +02:00
Simon Cambier
40aba85729 Restored shift/ctrl+enter and input value selection 2022-04-16 15:31:48 +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
2e5bd085bd eslint looks ok 2022-04-15 23:47:43 +02:00
Simon Cambier
b885a2bfc3 Did a bit of cleaning 2022-04-15 23:37:19 +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
d2088605f0 0.1.7 2022-04-15 17:16:59 +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
5602b1d8c8 Useless import 2022-04-14 22:41:12 +02:00
Simon Cambier
9cef925520 Updated README 2022-04-14 22:41:04 +02:00
Simon Cambier
b16d3fe4ba 0.1.6 2022-04-14 20:42:05 +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