Commit Graph

355 Commits

Author SHA1 Message Date
Simon Cambier 6607dffa98 Vim shortcut (#279)
* Allow VIM navigation shortcuts without VIM mode enabled in Obsidian

* Default value for vim navigation keys

---------

Co-authored-by: Neil-Chen <v009008777@hotmail.com>
2023-08-22 08:08:36 +02:00
YuNing Chen a077b427eb Add missing async/await (#269) 2023-08-03 12:53:59 +02:00
YuNing Chen 0263018f65 Optimize splitCamelCase function performance (#270)
Test if contain first then split
2023-08-03 12:41:11 +02:00
YuNing Chen 095e5f841d Change the order of tokenizing text. (#267)
A Chinese user may also have english notes, but previous implementation can not handle hyphens and camel case

This commit should fix by changing the order of how tokens are generated
2023-08-02 09:59:30 +02:00
Simon Cambier 32655a1570 Removed the welcome message 2023-07-28 12:14:45 +02:00
Simon Cambier 823cbad9c5 #263 - Added = as a token separator 2023-07-28 12:11:57 +02:00
Simon Cambier 8542a47d45 #262 - Fixed 2023-07-28 11:34:31 +02:00
Simon Cambier fe76932b12 #264 - Fixed 2023-07-28 11:12:49 +02:00
Simon Cambier 7fef57de8e #254 - Fixed Text Extractor indexing when disabled in settings 2023-07-25 11:28:11 +02:00
Simon Cambier 3f5269e498 #261 - Fixed supernumerary result 2023-07-25 11:22:39 +02:00
Simon Cambier ad5f84d826 Dataloom files are now always indexed 2023-07-23 10:29:17 +02:00
Simon Cambier 8f1638da2c Merge branch 'develop'
# Conflicts:
#	manifest-beta.json
#	src/settings.ts
#	versions.json
2023-07-22 23:17:43 +02:00
Simon Cambier 3ac85e7aa8 #74 - boost unmarked tags 2023-07-22 23:04:30 +02:00
Simon Cambier 1a109d6d89 #254 - Index unsupported files 2023-07-17 11:49:54 +02:00
Simon Cambier 6da4a3e785 #256 - Also index .dashboard 2023-07-17 11:49:41 +02:00
Simon Cambier 46fb100f35 Removed file non longer used 2023-07-16 22:06:00 +02:00
Simon Cambier a842d1768f #256 - .loom indexing is behind a setting for now 2023-07-16 21:52:08 +02:00
Simon Cambier afca0694ca #256 - Support for .loom files for the Dataloom plugin 2023-07-15 21:58:22 +02:00
Simon Cambier 34ef17b4ed Setting for fuzziness 2023-06-22 19:47:00 +02:00
Simon Cambier be2a724c0c Improving quotes to allow "hyphenated-words" 2023-06-18 10:05:26 +02:00
Simon Cambier 22fa98a44b #225 - improved highlighting 2023-06-17 19:18:30 +02:00
Simon Cambier 887dc669f3 #225 - hyphenated words should now be indexed whole _and_ split 2023-06-17 19:18:23 +02:00
Simon Cambier f368704383 Fixed #249 2023-06-15 19:40:13 +02:00
Simon Cambier fe7baf8bd2 Fixed typo 2023-05-27 12:45:33 +02:00
Simon Cambier 17c23f8a81 "create in new pane" > using Mod instead of Ctrl 2023-05-19 23:20:05 +02:00
Simon Cambier d32f250b76 #175 - fixed label
missed it during the review
2023-05-19 09:59:00 +02:00
Ian Fisher 027c9e3bc9 Add setting to open/create files in new pane by default (#241)
* Manifest 1.14.1-beta.1

* 1.14.1-beta.2 manifest

* Add setting to open/create files in new pane by default

* Fix typo with key labels

* Address review comments

---------

Co-authored-by: Simon Cambier <simon.cambier@protonmail.com>
2023-05-19 09:53:31 +02:00
Simon Cambier b5c1d31e85 Fixed extension filter 2023-05-18 15:14:26 +02:00
Simon Cambier a2853fa2fd 1.14.1-beta.2 2023-05-13 22:13:57 +02:00
Simon Cambier 0d6907abbd Cancelable search query 2023-05-13 22:04:37 +02:00
Simon Cambier 8b7cd2d3e3 Fixed #236 - missing space with highlighted words (#239) 2023-05-09 21:50:51 +02:00
Simon Cambier 362df5360b #229 - "disable on this device" (#238) 2023-05-09 19:11:55 +02:00
Simon Cambier 4a935b3eda #232 - Tentative fix 2023-05-01 16:05:39 +02:00
Simon Cambier 3f6e242b5d Removed old comment 2023-05-01 16:05:10 +02:00
Simon Cambier 7f5d707de1 Bugfix/180 infile to vault (#221)
* #210 - Fixed scrolling issue

* #180 - Fixed: switching from In-File to Vault modal would lose the current query
2023-04-09 08:57:02 +02:00
Simon Cambier 30dd78f8d9 #210 - Fixed scrolling issue (#220) 2023-04-07 21:51:22 +02:00
Simon Cambier 56fc8157fb Feature/40 key value current folder (#218)
* #40 - Reworked Query

* #40 - added a "path:" option in the query field

* #40 - folder exclusion

* Cleaner code
2023-04-02 13:00:52 +02:00
Simon Cambier 23640f4b0b #208 - Added a time limits for regex matchers 2023-03-12 11:30:56 +01:00
Simon Cambier 2b2709d9ab Merge branch 'master' into develop
# Conflicts:
#	package.json
2023-03-11 14:58:01 +01:00
Simon Cambier 24bfb94b71 #184 - Verbose logging 2023-03-11 14:43:29 +01:00
Simon Cambier 58db940b68 Sort then slice 2023-03-11 13:32:26 +01:00
Simon Cambier fc8c0763f0 #206 - Added middle click support to open in a new tab 2023-03-09 21:40:12 +01:00
Simon Cambier e611202da2 #206 - Added ctrl+enter shortcut for InFile results 2023-03-09 21:29:09 +01:00
Simon Cambier c4cf6a70bf #205 - Replaced ↹ symbol with tab 2023-03-09 21:28:32 +01:00
Simon Cambier 36ccb52982 #176 - Option to index CamelCaseWords 2023-03-02 21:32:37 +01:00
Simon Cambier 0529b978cb Fixed typo 2023-03-02 20:06:40 +01:00
Simon Cambier 74db8fecf9 Merge branch 'master' into feature/176-CamelCaseTokens 2023-03-02 19:53:05 +01:00
Simon Cambier 848bbb5b80 Fixed regex crash when looking for "foo - bar" 2023-02-26 16:46:22 +01:00
Simon Cambier 1799b8f3f6 When filtering for file extensions, match e.g. ".can" with ".canvas" 2023-02-24 22:44:56 +01:00
Simon Cambier d6b4d65611 Fixed #195 2023-02-24 22:44:26 +01:00