Commit Graph

216 Commits

Author SHA1 Message Date
Simon Cambier 50d535b0f0 Merge branch 'master' into feature/25-search-filters 2022-04-28 20:44:21 +02:00
Simon Cambier 8caeaaf66e Correctly blocks arrow up/down on input 2022-04-28 20:44:06 +02:00
Simon Cambier 7470df01b5 Merge branch 'master' into feature/25-search-filters 2022-04-28 19:35:28 +02:00
Simon Cambier d74b9cda5b Merge branch 'master' of github.com:scambier/obsidian-omnisearch 2022-04-28 19:35:19 +02:00
Simon Cambier 0996705473 Merge branch 'master' into feature/25-search-filters 2022-04-28 19:35:00 +02:00
Simon Cambier 5b97c20a49 Update README.md 2022-04-28 15:10:51 +02:00
Simon Cambier 004fcd9775 Different method to check dupe installation
app.plugins.enabledPlugins seems buggy when a plugin is not correctly deleted
2022-04-27 21:06:50 +02:00
Simon Cambier 3417d30508 Update README.md 2022-04-27 19:19:40 +02:00
Simon Cambier b1db397923 1.0.1
Added a warning if the old version of Omnisearch is installed
2022-04-27 17:05:32 +02:00
Simon Cambier 6912d99d27 1.0.0 2022-04-27 07:31:57 +02:00
Simon Cambier 627c7f33d6 Dropped the namespace prefix. It's cleaner. 2022-04-26 22:15:26 +02:00
Simon Cambier e7b552dc92 PR fixes for obsidian-releases
https://github.com/obsidianmd/obsidian-releases/pull/920#issuecomment-1110183606
2022-04-26 22:10:05 +02:00
Simon Cambier 664d2ef30b Fixed the InFile's searchQuery that was overwritten by an empty lastSearch 2022-04-26 22:07:50 +02:00
Simon Cambier cb7a11c7aa #25 - quoted expressions for Vault search ok 2022-04-26 21:50:05 +02:00
Simon Cambier fc9c677d42 Fixed release.yml warning 2022-04-26 21:48:24 +02:00
Simon Cambier 02e45b80cc Replaced .then() with await 2022-04-26 19:59:04 +02:00
Simon Cambier e943f39f42 Fixed some layouts and naming (#24) 2022-04-26 19:56:46 +02:00
Simon Cambier c82a4d18ad 0.2.5 2022-04-24 09:38:55 +02:00
Simon Cambier 52ce4c6391 #21 Index files after obsidian is correctly loaded 2022-04-24 09:38:31 +02:00
Simon Cambier 764c955ac1 0.2.4 2022-04-24 09:29:41 +02:00
Simon Cambier 43dba113e8 Trying to use cache in the pnpm workflow 2022-04-24 09:29:32 +02:00
Simon Cambier ae80b7a48f modal.ts > modals.ts 2022-04-24 08:51:51 +02:00
Simon Cambier c287c58e7f Merge branch 'master' of github.com:scambier/obsidian-omnisearch 2022-04-24 08:05:31 +02:00
Simon Cambier 84817e8dd4 Fixed #20 2022-04-24 08:05:21 +02:00
Simon Cambier fd414055da Update issue templates 2022-04-24 07:39:32 +02:00
Simon Cambier 9fdddb7f75 Refactored Svelte components 2022-04-23 22:49:16 +02:00
Simon Cambier 02d1a6a8ba More modern build 2022-04-23 22:33:41 +02:00
Simon Cambier 3bcaca708d Added Jest and tests for EventBus 2022-04-23 17:13:48 +02:00
Simon Cambier 9bd0b76473 Updated README 2022-04-23 16:24:08 +02:00
Simon Cambier 09e7711c1a Removed bold from title 2022-04-23 15:59:57 +02:00
Simon Cambier 58d745961a Cleaner fix for #18
Modal elements were not correctly destroyed
2022-04-23 11:40:01 +02:00
Simon Cambier 5901dd1797 0.2.3 2022-04-23 08:23:48 +02:00
Simon Cambier 0ec2d5da72 Fixed #18 2022-04-23 08:22:32 +02:00
Simon Cambier 4d9457813a 0.2.2 2022-04-22 23:09:30 +02:00
Simon Cambier 330df899a0 Refactored events to use a small global event bus 2022-04-22 23:09:19 +02:00
Simon Cambier acece86ee3 eslint global app var 2022-04-22 21:32:46 +02:00
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