62 Commits

Author SHA1 Message Date
Elian Doran
7a1ec266ad
chore(release): prepare for v0.97.2 2025-08-02 23:34:39 +03:00
Elian Doran
7fc739487f
chore(command_palette): hide jump to note / command palette 2025-07-30 19:50:07 +03:00
Elian Doran
bb9e7b1c6e
fix(hidden_subtree): visible launchers broken due to branch enforcement 2025-07-28 12:20:14 +03:00
Elian Doran
237a4e9a74
feat(command_palette): hide electron-only actions on web 2025-07-27 22:05:24 +03:00
Elian Doran
3517715aab
feat(command_palette): add icons to all actions 2025-07-27 17:41:00 +03:00
Elian Doran
0b24553ace
feat(keyboard_actions): add friendly names to all actions 2025-07-27 16:50:02 +03:00
Elian Doran
793867269b
refactor(command_palette): separate model for keyboard shortcuts 2025-07-27 16:40:48 +03:00
Elian Doran
60e19de0d1
feat(command_palette): add keyboard shortcut 2025-07-27 15:34:51 +03:00
Elian Doran
fd25c735c1
chore(release): bump version 2025-07-21 17:52:08 +03:00
Elian Doran
a3014434cf
chore(release): update version number 2025-07-20 23:39:58 +03:00
Elian Doran
94dad49e2f
refactor(bulk_action): full type safety for client 2025-07-19 12:56:37 +03:00
Elian Doran
409638151c
refactor(bulk_action): add basic type safety for client 2025-07-19 12:54:16 +03:00
Elian Doran
557bfbd1d6
feat(views/geomap): remove old geo map type 2025-07-06 20:23:50 +03:00
Elian Doran
089ae04542
chore(release): prepare for v0.96.0 2025-06-30 23:02:31 +03:00
Elian Doran
b7f5c0e07a
feat(mention): disable auto-completion 2025-06-23 23:20:51 +03:00
Elian Doran
3988bb5321
feat(emoji): disable auto-completion only 2025-06-23 22:40:57 +03:00
Elian Doran
ba94616b87
feat(emoji): add an option to disable them (closes #5852) 2025-06-23 22:10:41 +03:00
Elian Doran
d8b85aad7c
chore(rebrand): change product name 2025-06-23 08:43:04 +03:00
Elian Doran
40086434ec
refactor(subtree): duplicate bx in icon name 2025-06-17 20:55:38 +03:00
Elian Doran
47eaee8b70
feat(builtin_templates): add description field for text snippets 2025-06-17 19:21:21 +03:00
Joel Shprentz
f2e4dad318
Merge branch 'TriliumNext:develop' into develop 2025-06-15 22:12:08 -04:00
Joel Shprentz
9c45e9fa1a Support highlighting Elixir code notes. 2025-06-16 01:54:31 +00:00
Elian Doran
b9ae226569
chore(release): bump version 2025-06-15 23:32:26 +03:00
Elian Doran
0414500c17
Revert "fix(forge): English locale still missing"
This reverts commit 385ebb486e2f78edbfda8c3524fe48b6b1f4965b.
2025-06-15 19:57:37 +03:00
Elian Doran
385ebb486e
fix(forge): English locale still missing 2025-06-15 19:30:22 +03:00
Elian Doran
2d5754c005
refactor(client,server): remove redundant libraries directory 2025-06-15 11:56:50 +03:00
perf3ct
44a45780b7
feat(llm): remove everything to do with embeddings 2025-06-07 18:11:12 +00:00
Elian Doran
408dcf7713
chore(release): prepare for v0.94.1 2025-06-07 12:46:18 +03:00
Elian Doran
9ead5abc62
Merge pull request #2181 from TriliumNext/feat/llm-change-to-single-provider
LLM integration, part 4
2025-06-07 11:38:30 +03:00
perf3ct
63722a28a2
feat(llm): also add embeddings options for embedding creation 2025-06-04 22:30:16 +00:00
perf3ct
a20e36f4ee
feat(llm): change from using precedence list to using a sing specified provider for either chat and/or embeddings 2025-06-04 20:13:13 +00:00
SiriusXT
a8c4b11c9f feat(insert time): Add configurable date/time format for Alt+T shortcut 2025-06-01 15:27:50 +08:00
SngAbc
e2ac581b14
Merge pull request #2072 from vanndoublen/feature/custom-datetime-format
Feature/custom datetime format
2025-05-31 21:50:26 +08:00
Elian Doran
ba7c93967e
chore(server): fix some type errors 2025-05-28 19:03:53 +03:00
Elian Doran
c4e10b6eba
fix(commons): not importable due to wrong meta 2025-05-27 23:49:33 +03:00
Elian Doran
44c502f9cc
chore(deps): remove dependencies on swc 2025-05-27 23:31:29 +03:00
Elian Doran
d81ab9ea1d
fix(commons): type errors 2025-05-27 23:28:09 +03:00
Elian Doran
114607f762
refactor(commons): switch to esbuild 2025-05-27 23:28:01 +03:00
Elian Doran
fa9d0be651
refactor(server): async import without side effects 2025-05-25 14:09:51 +03:00
vanndoublen
f640c9212e
Merge branch 'develop' into feature/custom-datetime-format 2025-05-20 19:55:45 +08:00
Elian Doran
6131ae68bb
chore(highlightjs): tests not runnable 2025-05-19 16:30:00 +03:00
Elian Doran
f92047bcac
refactor(common): rename highlightjs to markdown language code 2025-05-18 20:22:32 +03:00
Elian Doran
1a4d1bc791
refactor(commons): deduplicate mime_type_definitions 2025-05-18 19:33:11 +03:00
Elian Doran
b0ebeb22d5
fix(highlightjs): unable to match due to init normalization 2025-05-18 16:05:50 +03:00
Elian Doran
4fad4de319
chore(highlightjs): basic integration 2025-05-18 15:16:53 +03:00
iamvann
4fbfcefa94 feat: Implement configurable date/time format for Alt+T shortcut 2025-05-18 03:14:18 +08:00
Elian Doran
92dcfb3304
feat(server): define code note theme option 2025-05-11 20:52:26 +03:00
Elian Doran
d689c2e144
refactor(packages/*): solve type errors 2025-05-07 21:15:50 +03:00
Elian Doran
6b64c4daaa
chore(release): update version in package.json 2025-05-02 21:29:19 +03:00
Elian Doran
87d7dc8618
chore(nx): add name to each project 2025-04-30 22:28:25 +03:00