Simon Cambier
f4ad7a9de1
#454 - Fixed inconsistencies in binding labels
2025-04-02 12:13:10 +02:00
Simon Cambier
ee55615951
Fixed mounting ModalInFile
2025-03-22 15:25:02 +01:00
Simon Cambier
8c5efcfa46
Migrated ModalVault syntax to svelte 5
2025-03-22 15:00:59 +01:00
Simon Cambier
e2962ec021
Refactored relevant methods to SearchHistory
2024-10-13 18:01:40 +02:00
Simon Cambier
43dd1f469e
chore: deps update and fixed some import paths
2024-09-15 16:39:20 +02:00
Simon Cambier
85a23d8352
#380 - Replaced alt+o with ctrl+o for "open in background"
2024-06-27 20:33:49 +02:00
Simon Cambier
6566a2e958
Massive refactor to get rid of the global app.
2024-05-25 22:49:50 +02:00
Simon Cambier
dcfb77f551
Massive refactoring to get rid of the deprecated global app instance
2024-05-21 21:13:35 +02:00
Price Baldwin
f86736e140
Add shortcut to open note in a new split pane (PR #202 ) ( #358 )
...
This adds the shortcut `cmd/ctrl + alt + enter` to the search modal to open a found file in a new leaf. I used the term "split" in user-facing text, because I think that's the more common
Some things to note:
- This function ignores the existing "open in new pane by default" setting.
- It also does not check to see if the file is already open. It will continue opening the value in a new split as often as the user wants.
2024-03-29 21:44:18 +01:00
eegrok
72cb4216c0
Add ability to downrank some folders in the results ( #350 )
...
* add downrankedFoldersFilters to settings
* use downrankedFoldersFilters to downrank some files without excluding them in obsidian, which also prevents tags from being indexed
* change hotkey for toggling excerpts to ctrl-g
* change var to let for proper scoping
* trim folders after splitting them
* only log downranking when we actually do it
* format with Prettier
* make prompt-instruction-command still ctrl g for now
2024-03-14 18:36:23 +01:00
Simon Cambier
1e6478d83e
Cleaned some warnings from the deprecated global app object
2023-11-01 14:51:07 +01:00
Simon Cambier
beb4f191dc
#306 - Reworked search field auto-fill
2023-11-01 10:29:41 +01: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
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
17c23f8a81
"create in new pane" > using Mod instead of Ctrl
2023-05-19 23:20:05 +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
e3ac5a4bac
Minisearch 6.0 mostly ok
2022-11-25 22:40:59 +01:00
Simon Cambier
e6c113d83b
Refactor to split the text extractor is done.
2022-11-05 23:18:28 +01:00
Simon Cambier
783f9dc23b
Fixed ctrl+h for cyrillic
2022-10-30 10:41:20 +01:00
Simon Cambier
0350e62a47
#108 - Removed Vim settings (now always on), and slightly changed the event handling
2022-10-28 21:03:12 +02:00
Simon Cambier
22ff4eec03
Fixed #117
2022-10-27 19:01:59 +02:00
Simon Cambier
dbd66b43c7
Fixed #113
2022-10-22 08:57:13 +02:00
Simon Cambier
c2ecdd79ad
Squashed commit of the following:
...
commit ac82511ddd17d5472ae3cfea9bbad9754f5a4d62
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Sat Oct 22 08:23:42 2022 +0200
Screw that cache, seriously.
commit 8ba40d1be73daaaffea09e07bc56c339266db9b6
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Fri Oct 21 22:36:48 2022 +0200
Stuff
commit 27b8fd7dc809be9714a109d3a458eb1276a47e2e
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Fri Oct 21 22:22:20 2022 +0200
Moved files
commit fb1349c914907e586e103ca54fb04b9ddd45ef5d
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Thu Oct 20 22:25:29 2022 +0200
Removed duplicate code
commit e7371138e60cbe4155cfd4fb44e3ee1d2e3ee088
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Thu Oct 20 21:50:09 2022 +0200
Moved a bunch of files
commit 2ee1b2a0e799d4b41ab3a444d8cc44dfff5b5623
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Thu Oct 20 21:32:21 2022 +0200
Removed useless code
commit 76c530dfb9adbad1bbe9079de2330fe43a044249
Author: Simon Cambier <simon.cambier@protonmail.com >
Date: Thu Oct 20 20:44:11 2022 +0200
Split file reading and indexing
2022-10-22 08:25:34 +02:00