Commit Graph

415 Commits

Author SHA1 Message Date
Simon Cambier
0558b9a328 #287 - Fixed & improved highlightText() + a bit of cleaning (#288) 2023-09-11 21:32:01 +02:00
Simon Cambier
d651278b43 1.17.0 2023-09-10 09:09:20 +02:00
Simon Cambier
5277c9dd80 #212 - pre-fill query with selected text (#286) 2023-09-09 12:34:23 +02:00
Simon Cambier
cf09ce5a28 Feature/275 open in background (#285)
* quodana base config

* Using constants instead of magic strings

* #275 - Added "alt o" to open a note without closing the omnisearch modal
2023-09-09 10:54:14 +02:00
Simon Cambier
603116158e Refactored excerpts and highlighting 2023-08-31 19:23:44 +02:00
Simon Cambier
92bef7daec Bugfix/281 backticks (#282)
* #281 - Added backticks as a separation character

* #281 - Fixed case sensitive duplicates

* Fixed highlighting bug, and improved perfs

Also added logs
2023-08-30 19:09:15 +02:00
Simon Cambier
b6c80e15ec #259 - Fixed 2023-08-27 11:35:50 +02:00
Simon Cambier
50eaa31ea6 Merge branch 'master' of https://github.com/scambier/obsidian-omnisearch 2023-08-22 08:09:17 +02:00
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
Simon Cambier
932028c9e9 Merge branch 'master' of https://github.com/scambier/obsidian-omnisearch 2023-08-22 07:53:07 +02:00
Simon Cambier
a3ae1d237c #278 - Fixed 2023-08-22 07:52:03 +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