25 Commits

Author SHA1 Message Date
Simon Cambier
9f0c460161 Fixed css classes names 2024-10-08 20:45:34 +02:00
acrylicus
e9faa24369 Added support for Iconize plugin (#405)
* 1.25.0-beta.1 manifest

* chore: manifest 1.25.0-beta.2

* Added support for Iconize plugin

* Adjusted logic to fallback to generic icon if nothing found & added supported for Lucide Icon

* Added support for Emojis (thanks ChatGPT)

* Added dynamic updating of icons to match search results

* Moved icon logic to tools/iconUtils.ts, cleaned up ResultItemVault.svelte

* Moved icon logic to tools/iconUtils.ts, cleaned up ResultItemVault.svelte

* Prettified code and fixed case where CamelCase lucideicons do not render in search results

* Refactored code to check for Iconize plugin enablement, rehandled errors, minor tidy ups and utilization of native obsidian functions

* Minor touchups and improvements, removed unecessary error logging, consolidated LucideIcon prefix code

* Null return for no iconize condition

---------

Co-authored-by: Simon Cambier <simon.cambier@protonmail.com>
2024-10-08 20:27:01 +02:00
Simon Cambier
1b442d1f24 feat(#245): in results list, show where an image/pdf is embedded
* Add an index of embeds for reference in results

* Notes embedding images are now shown in results

* Updated dependencies

* Correctly referencing all embeds

* Updated docs

* Basic embedded feature ok
2024-09-25 20:47:27 +02:00
Simon Cambier
e73894cc60 RTL CSS fixes 2024-05-29 22:18:44 +02: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
c418b8a6b7 Fixed "create note" button position 2023-11-01 12:18:37 +01:00
Simon Cambier
d82a12d8d6 Fixed rendering of long titles 2023-08-30 19:31:08 +02:00
Simon Cambier
c12d60849c Fixed css issue 2023-05-01 16:08:12 +02:00
Simon Cambier
d63ca3e6b6 #226 - Fixed CSS alignment 2023-04-18 19:11:37 +02:00
Simon Cambier
ae08608e02 #107 #154 - Added file icon 2023-02-19 12:29:14 +01:00
Simon Cambier
48c9efcedc #107 - new layout ok 2023-02-11 10:42:01 +01:00
Simon Cambier
e9c3e9414e #107 - updated WIP layout 2023-02-08 18:11:11 +01:00
Simon Cambier
473fbca336 #103 - Added a default highlight, as an opt-out setting 2022-11-28 21:18:18 +01:00
Simon Cambier
0da61668b0 #96 - Fixed layout 2022-09-23 08:40:24 +02:00
Simon Cambier
60de958d72 Fixed #96 #97 2022-09-21 13:11:30 +02:00
Simon Cambier
dd652bc98b Fixed #76 2022-07-07 19:26:20 +02:00
Simon Cambier
887787d303 Workaround for in-file results whitespace 2022-06-25 12:00:05 +02:00
Simon Cambier
09e7711c1a Removed bold from title 2022-04-23 15:59:57 +02:00
Simon Cambier
47b30b5c62 Fixed layout, removed agressive highlighter and some console.logs 2022-04-18 19:48:59 +02:00
Simon Cambier
66b8980255 Trying Svelte, displaying the number of matches 2022-04-15 20:39:08 +02:00
Simon Cambier
8bc57c4362 #8 - Added some classes for easy customization 2022-04-12 19:45:59 +02:00
Simon Cambier
beeab48b49 Open in a new tab 2022-04-10 10:41:16 +02:00
Simon Cambier
8139045ef3 Added filename in search fields, updated minisearch to beta, auto-search 2022-04-09 23:05:15 +02:00
Simon Cambier
3027b6655f Search and highlight 2022-04-09 15:16:19 +02:00
Simon Cambier
ae8e868215 Initial commit 2022-04-09 10:44:54 +02:00