Simon Cambier
59162531a1
Merge branch 'master' into develop
2023-12-16 13:27:26 +01:00
Maxime Lapointe
44b25eca25
Add highlighting in the note path ( #327 )
...
Co-authored-by: Maxime Lapointe <maxlap@gmail.com >
2023-12-16 10:12:13 +01:00
Simon Cambier
2b52e6934e
1.20.0-beta.1 manifest
2023-12-02 13:28:44 +01:00
Simon Cambier
c75e834ce4
1.20.0-beta.1
2023-12-02 13:26:42 +01:00
Simon Cambier
e0e507363d
Merge branch 'master' into develop
2023-12-02 13:26:05 +01:00
Hajime Nagisa
9cac7c0581
Fix: issue#190 ( #317 )
...
* Fixed search results with diacritics
- Caches are now stored with diacritics regardless of settings.ignoreDiacritics
- Modified getMatches() behavior to return results with correct form
- Modified ResultItemVault.svelte
* Fixed highlighting words with comma and period
- remove commas and periods from matches
* Fixed highlighting of Cyrillic characters
- changed highlight regexp determination to be based on character type
* Fixed highlighting problem of Japanese and Korean
- marked some Japanese diacritics to escape removal
- added NFC normalization to keep right form of Korean character
* Fixed highlighting of words with punctuation
- deleted space/punctuation list from stringsToRegex()
- it seems to be working correctly with words with punctuation and hyphenated words AFAIK
* Deleted some unused imports
* Modified the comment
* Added comment
* Fixed highlighting issue with comma and period
* Fixed highlighting issue with caret and other symbols
- Added `^` to separators
- Changed regex to use separators
- Added escape of `^` from diacritics removal
2023-11-29 07:32:25 +01:00
Simon Cambier
115886af78
1.19.0
2023-11-11 10:09:31 +01:00
Simon Cambier
753811fa41
Merge branch 'develop'
2023-11-11 10:08:17 +01:00
Simon Cambier
71788b1493
Merge branch 'master' of https://github.com/scambier/obsidian-omnisearch
2023-11-10 19:12:32 +01:00
Simon Cambier
c8e65558bc
"Fixed" a condition
2023-11-10 19:12:20 +01:00
Simon Cambier
e43ee6e61f
Update LICENSE
...
Updated license from AGPL3 to GPL3
2023-11-09 12:25:17 +01:00
Simon Cambier
5ff7ea9b0b
1.19.0-beta.1 manifest
2023-11-02 18:05:24 +01:00
Simon Cambier
9e6aed041f
1.19.0-beta.1
2023-11-02 18:02:54 +01:00
Simon Cambier
99a20f2e55
#164 - Added a button on mobile to switch to In-File (and back)
2023-11-02 18:02:20 +01:00
Simon Cambier
8d9a583335
Reduced debounce delay to 0 for updateResults()
2023-11-01 15:30:53 +01:00
Simon Cambier
1e6478d83e
Cleaned some warnings from the deprecated global app object
2023-11-01 14:51:07 +01:00
Simon Cambier
8832ce7b78
#310 - Server notice display is now opt-out
2023-11-01 14:02:45 +01:00
Simon Cambier
8355489bcd
#304 - Index more tokens, words split by brackets/parentheses
2023-11-01 13:22:06 +01:00
Simon Cambier
285c4e9257
Fixed bug where "Searching..." label wouldn't disappear
2023-11-01 12:26:35 +01:00
Simon Cambier
c418b8a6b7
Fixed "create note" button position
2023-11-01 12:18:37 +01:00
Simon Cambier
21df489a0b
#298 - enabled case-insensitivity
2023-11-01 11:18:43 +01:00
Simon Cambier
4735d1dac3
Moved "show previous query" setting
2023-11-01 11:03:49 +01:00
Simon Cambier
beb4f191dc
#306 - Reworked search field auto-fill
2023-11-01 10:29:41 +01:00
Simon Cambier
4a4d322f33
#303 - Improving Chinese result highlighting
2023-11-01 09:53:32 +01:00
Simon Cambier
fc6da987c9
getFiles().find() > .getAbstractFileByPath()
2023-11-01 09:20:37 +01:00
Simon Cambier
99bd309151
Merge branch 'master' into develop
2023-11-01 09:18:27 +01:00
Simon Cambier
51a9cc7d90
Slight indexing perf improvement
2023-10-19 21:09:51 +02:00
Simon Cambier
79d974764b
1.18.1
2023-10-13 08:47:46 +02:00
Simon Cambier
9a218167d7
#302 - Fixed
2023-10-13 08:47:35 +02:00
Simon Cambier
fc6df5d36b
Fixed url
2023-10-12 21:14:03 +02:00
Simon Cambier
4a1021f0d9
1.18.0
2023-10-12 20:50:16 +02:00
Simon Cambier
6f53a62588
Removed some logs
2023-10-12 20:49:45 +02:00
Simon Cambier
c8505245b3
fixed null check
2023-10-12 20:40:06 +02:00
Simon Cambier
35d3eb04a9
HTTP Server
2023-10-12 20:38:00 +02:00
Simon Cambier
e59f252cb4
#296 - Added < > token separators
2023-09-30 14:22:15 +02:00
Simon Cambier
e8af75fdaa
#293 - Updated dataloom support to 8.6.0
2023-09-30 14:09:21 +02:00
Simon Cambier
5066b019c5
1.17.1
2023-09-11 21:37:03 +02:00
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
856ff71699
Merge branch 'develop'
2023-09-10 09:04:51 +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
4f301bc607
Merge branch 'master' into develop
2023-09-09 08:57:52 +02:00
Simon Cambier
12e6582f39
1.16.0
2023-09-06 07:30:43 +02:00
Simon Cambier
7101c9e9f5
1.16.0-beta.1
2023-08-31 19:26:26 +02:00
Simon Cambier
a54a55ed6c
Merge branch 'bugfix/fix-highlighter'
2023-08-31 19:23:50 +02:00
Simon Cambier
603116158e
Refactored excerpts and highlighting
2023-08-31 19:23:44 +02:00
Simon Cambier
d82a12d8d6
Fixed rendering of long titles
2023-08-30 19:31:08 +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