Commit Graph

16743 Commits

Author SHA1 Message Date
Elian Doran 3e40a35c19 feat(text-snippets): reload when a new template is added 2025-06-17 19:21:20 +03:00
Elian Doran 97799bfacc feat(text-snippets): handle renames by refreshing the editor 2025-06-17 19:21:20 +03:00
Elian Doran fb1a74a96d feat(text-snippets): debounce updates to avoid duplication 2025-06-17 19:21:20 +03:00
Elian Doran 9f82e0a6d6 refactor(text-snippets): use a map instead of an object 2025-06-17 19:21:20 +03:00
Elian Doran 421e125882 feat(text-snippets): handle content changes 2025-06-17 19:21:20 +03:00
Elian Doran 17ede00fb2 feat(text-snippets): reload editors when templates change 2025-06-17 19:21:20 +03:00
Elian Doran 502638bae7 feat(text-snippets): add toolbar entry 2025-06-17 19:21:20 +03:00
Elian Doran af8a905150 feat(text-snippets): basic integration 2025-06-17 19:21:20 +03:00
Elian Doran 3b579a3b7b Slash commands (#2336) 2025-06-17 12:49:26 +03:00
Elian Doran a4a5e0bdf0 refactor(ckeditor5): class name 2025-06-16 23:52:16 +03:00
Elian Doran 9cb227c1ca fix(context menu): not auto-closing on mobile (#2331) 2025-06-16 23:49:41 +03:00
Elian Doran c4c7321f60 fix(slash): layout on legacy theme 2025-06-16 23:06:34 +03:00
Elian Doran cce27900b8 feat(slash): add a few aliases 2025-06-16 22:57:47 +03:00
Elian Doran 32f4d7be39 fix(slash): adding links not focusing box 2025-06-16 22:52:54 +03:00
Elian Doran bbeb4e25f3 refactor(ckeditor): use vite environment variables for inspector 2025-06-16 22:01:05 +03:00
Elian Doran 88f78f3e32 feat(slash): better icons for admonitions 2025-06-16 21:42:31 +03:00
Adorian Doran 36581ba882 style(next)/dialogs/note type chooser: stop highlighting the default item 2025-06-16 21:30:34 +03:00
Elian Doran 1a64b3ce8e feat(slash): alignment 2025-06-16 21:21:42 +03:00
Elian Doran 32ee75ea43 feat(slash): markdown import 2025-06-16 21:14:46 +03:00
Elian Doran 06ebe0a9b3 feat(slash): include page break 2025-06-16 21:11:03 +03:00
Elian Doran 6069518749 feat(slash): include note 2025-06-16 20:58:42 +03:00
Elian Doran c09a9aa7d3 feat(slash): insert math 2025-06-16 20:55:02 +03:00
Elian Doran 13afcb8a49 feat(slash): insert internal link 2025-06-16 20:48:01 +03:00
Elian Doran 9bfff03cff feat(slash): insert date/time 2025-06-16 20:42:55 +03:00
Adorian Doran 8780debc90 style(next)/dialogs/note type chooser: improve appearance 2025-06-16 20:31:57 +03:00
Elian Doran 6f386f50ff chore(slash): change title of admonitions 2025-06-16 20:22:37 +03:00
Elian Doran 43eff08004 feat(slash): insert footnote command 2025-06-16 20:21:54 +03:00
Elian Doran 3a0b616800 feat(slash): admonition types 2025-06-16 20:15:44 +03:00
Adorian Doran cb65d02dc6 style(next)/quick search: avoid text shadow for the focused search result items 2025-06-16 20:11:38 +03:00
Adorian Doran bef485c676 style: switch to the new link style 2025-06-16 20:01:41 +03:00
Adorian Doran 9e4d350848 style(next)/launcher calendar: fix the hover state for the month field 2025-06-16 19:46:20 +03:00
Adorian Doran ccc7a8010e style(next)/combo box: properly handle the hover state when the dropdown arrow is not defined 2025-06-16 19:44:07 +03:00
Adorian Doran 7269c46de3 style(next): note attachments page: tweak header font size 2025-06-16 19:32:05 +03:00
Elian Doran 178df38377 chore(text): increase mention list max height 2025-06-16 19:25:06 +03:00
Elian Doran 1201f7138a style(next): slash commands layout 2025-06-16 19:24:42 +03:00
Elian Doran 9ff4be8871 feat(text): set up slash commands 2025-06-16 19:24:23 +03:00
Adorian Doran 0a17fb586c Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-06-16 19:08:08 +03:00
Adorian Doran 1f8713f57e style(next): tweak the note icon selection button 2025-06-16 19:07:56 +03:00
Elian Doran 507fc17701 feat(text): set up license key for development 2025-06-16 18:38:06 +03:00
Elian Doran 26ad428b24 Merge branch 'jshprentz/develop' into develop 2025-06-16 17:51:22 +03:00
Elian Doran 26af3a9d68 Highlight Elixir in code notes (#2327) 2025-06-16 17:50:51 +03:00
Elian Doran 8ecf6ad78e feat(codemirror): add elixir support 2025-06-16 17:48:20 +03:00
SiriusXT 45977efd5f fix(context menu): not auto-closing on mobile 2025-06-16 17:21:44 +08:00
Joel Shprentz 6bfc78e148 Merge branch 'develop' of https://github.com/jshprentz/TriliumNextNotes into develop 2025-06-16 02:28:50 +00:00
Joel Shprentz cc97ec332d Codemirror does not support Elixir. Remove Elixir from the list. 2025-06-16 02:25:57 +00: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 e1e2afc3cd docs(release): sync description with GitHub 2025-06-16 00:14:52 +03:00
Elian Doran b9ae226569 chore(release): bump version
/ Check Docker build (Dockerfile) (push) Failing after 38s
/ Check Docker build (Dockerfile.alpine) (push) Failing after 32s
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v7) (push) Has been skipped
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v8) (push) Has been skipped
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Has been skipped
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Has been skipped
/ Merge manifest lists (push) Has been skipped
Release / Make Electron (arm64, map[forge_platform:linux image:ubuntu-latest name:linux shell:bash]) (push) Failing after 37s
Release / Make Electron (x64, map[forge_platform:linux image:ubuntu-latest name:linux shell:bash]) (push) Failing after 26s
Release / Build Linux Server (x64, ubuntu-22.04) (push) Failing after 31s
Release / Make Electron (arm64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (arm64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:darwin image:macos-latest name:macos shell:bash]) (push) Has been cancelled
Release / Make Electron (x64, map[forge_platform:win32 image:win-signing name:windows shell:cmd]) (push) Has been cancelled
Release / Build Linux Server (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Release / Publish release (push) Has been cancelled
v0.95.0
2025-06-15 23:32:26 +03:00
Elian Doran e23e5227a4 docs(user): improve documentation on sharing 2025-06-15 23:32:26 +03:00