Elian Doran
|
79db638bf4
|
chore(standalone): get bootstrap to report not initialized state
|
2026-03-23 18:54:44 +02:00 |
|
Elian Doran
|
794dab2894
|
chore(standalone): port most of sql_init
|
2026-03-23 18:49:06 +02:00 |
|
Elian Doran
|
a259b65085
|
feat(core): port image route
|
2026-03-23 17:11:09 +02:00 |
|
Elian Doran
|
3210dbb6d8
|
feat(core): integrate similar_notes route
|
2026-03-23 16:29:59 +02:00 |
|
Elian Doran
|
3b35dc50c5
|
feat(core): integrate autocomplete route
|
2026-03-23 16:20:18 +02:00 |
|
Elian Doran
|
a768d2f7a7
|
chore(core): relative imports broken by base path
|
2026-03-23 16:17:41 +02:00 |
|
Elian Doran
|
156ac3be6d
|
Feature/standalone ws (#9143)
|
2026-03-22 23:23:03 +02:00 |
|
Elian Doran
|
efd294d53b
|
fix(search): wrong escape of highlighted tokens
|
2026-03-22 21:52:14 +02:00 |
|
Elian Doran
|
f9eb4bf574
|
chore(core): address requested changes
|
2026-03-22 21:48:40 +02:00 |
|
Elian Doran
|
f5f11de58e
|
fix(standalone): sync crashing due to use of Buffer
|
2026-03-22 21:18:39 +02:00 |
|
Elian Doran
|
63198a03ab
|
fix(server): imports after moving to core
|
2026-03-22 20:38:41 +02:00 |
|
Elian Doran
|
ed808abd22
|
fix(core): sync-related issues
|
2026-03-22 20:17:48 +02:00 |
|
Elian Doran
|
9fe23442f5
|
chore(core): integrate content_hash
|
2026-03-22 20:10:59 +02:00 |
|
Elian Doran
|
0e2e86e7d3
|
chore(core): integrate consistency_checks
|
2026-03-22 20:09:18 +02:00 |
|
Elian Doran
|
ea0e3fd248
|
chore(core): integrate sync service and route
|
2026-03-22 20:02:08 +02:00 |
|
Elian Doran
|
2ac85a1d1c
|
chore(core): add provider for requests
|
2026-03-22 19:32:51 +02:00 |
|
Elian Doran
|
bcd4baff3d
|
feat(standalone): basic WS functionality
|
2026-03-22 19:11:08 +02:00 |
|
Elian Doran
|
ee8c54bdd3
|
chore(core): integrate sync mutex
|
2026-03-22 19:00:04 +02:00 |
|
Elian Doran
|
1af8699fc0
|
chore(core): integrate CLS getAndClearEntityChangeIds
|
2026-03-22 18:56:22 +02:00 |
|
Elian Doran
|
77971a10d1
|
feat(core): integrate special notes with route
|
2026-03-22 14:30:33 +02:00 |
|
Elian Doran
|
28a56ff7bf
|
feat(core): integrate search with route
|
2026-03-22 14:03:48 +02:00 |
|
Elian Doran
|
682e1549f8
|
fix(standalone): failing due to type error
|
2026-03-22 13:03:54 +02:00 |
|
Elian Doran
|
1b7d2da6cb
|
Merge remote-tracking branch 'origin/main' into standalone
; Conflicts:
; apps/client/src/layouts/mobile_layout.tsx
; apps/client/src/services/promoted_attribute_definition_parser.ts
; apps/server/package.json
; apps/server/src/becca/entities/bnote.ts
; apps/server/src/etapi/etapi_utils.ts
; apps/server/src/etapi/notes.ts
; apps/server/src/routes/api/clipper.ts
; apps/server/src/routes/api/export.ts
; apps/server/src/routes/api/files.ts
; apps/server/src/routes/api/image.ts
; apps/server/src/routes/api/import.ts
; apps/server/src/routes/api/note_map.ts
; apps/server/src/routes/api/search.ts
; apps/server/src/routes/api/similar_notes.ts
; apps/server/src/routes/api/sync.ts
; apps/server/src/routes/error_handlers.ts
; apps/server/src/routes/index.ts
; apps/server/src/routes/route_api.ts
; apps/server/src/routes/routes.ts
; apps/server/src/services/anonymization.ts
; apps/server/src/services/app_info.ts
; apps/server/src/services/builtin_attributes.ts
; apps/server/src/services/export/zip.ts
; apps/server/src/services/hidden_subtree.ts
; apps/server/src/services/llm/ai_service_manager.ts
; apps/server/src/services/llm/context/modules/context_formatter.ts
; apps/server/src/services/llm/context/note_content.ts
; apps/server/src/services/llm/formatters/base_formatter.ts
; apps/server/src/services/llm/formatters/ollama_formatter.ts
; apps/server/src/services/llm/formatters/openai_formatter.ts
; apps/server/src/services/llm/tools/read_note_tool.ts
; apps/server/src/services/note_types.ts
; apps/server/src/services/notes.ts
; apps/server/src/services/options.ts
; apps/server/src/services/options_init.ts
; apps/server/src/services/search/expressions/note_content_fulltext.ts
; apps/server/src/services/utils.ts
; apps/server/src/services/ws.ts
; apps/server/src/share/content_renderer.ts
; packages/commons/src/lib/builtin_attributes.ts
; packages/commons/src/lib/rows.ts
; packages/trilium-core/src/routes/api/attachments.ts
; packages/trilium-core/src/routes/api/attributes.ts
; packages/trilium-core/src/routes/api/branches.ts
; packages/trilium-core/src/routes/api/notes.ts
; packages/trilium-core/src/routes/api/recent_changes.ts
; packages/trilium-core/src/routes/api/revisions.ts
; packages/trilium-core/src/routes/api/sql.ts
; packages/trilium-core/src/routes/api/stats.ts
; packages/trilium-core/src/services/attributes.ts
; packages/trilium-core/src/services/builtin_attributes.ts
; packages/trilium-core/src/services/promoted_attribute_definition_parser.ts
; pnpm-lock.yaml
|
2026-03-22 12:56:14 +02:00 |
|
Elian Doran
|
532e001ef0
|
chore(deps): update dependency stylelint to v17.5.0 (#9115)
|
2026-03-21 19:29:30 +02:00 |
|
Elian Doran
|
c539c21ced
|
chore(deps): update dependency eslint to v10.1.0 (#9130)
|
2026-03-21 19:24:44 +02:00 |
|
Elian Doran
|
271d87ae33
|
fix(deps): update dependency katex to v0.16.40 (#9127)
|
2026-03-21 19:22:03 +02:00 |
|
renovate[bot]
|
d1aebb7bb0
|
fix(deps): update dependency eslint-linter-browserify to v10.1.0
|
2026-03-21 02:04:29 +00:00 |
|
renovate[bot]
|
6cbb595ae8
|
chore(deps): update dependency eslint to v10.1.0
|
2026-03-21 02:03:50 +00:00 |
|
renovate[bot]
|
965905ce00
|
fix(deps): update dependency katex to v0.16.40
|
2026-03-21 02:01:52 +00:00 |
|
Elian Doran
|
8834899012
|
fix(math): limit size of popup and add back overflow (closes #9117)
|
2026-03-20 20:57:07 +02:00 |
|
Elian Doran
|
55dea474e9
|
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v55.2.0 (#9099)
|
2026-03-20 13:45:51 +02:00 |
|
Elian Doran
|
bc74455a64
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.44 (#9111)
|
2026-03-20 13:45:21 +02:00 |
|
renovate[bot]
|
79e5d9595a
|
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v55.2.0
|
2026-03-20 00:11:04 +00:00 |
|
renovate[bot]
|
1f0fa57218
|
chore(deps): update dependency stylelint to v17.5.0
|
2026-03-20 00:09:32 +00:00 |
|
renovate[bot]
|
0310626025
|
fix(deps): update dependency katex to v0.16.39
|
2026-03-20 00:08:50 +00:00 |
|
renovate[bot]
|
12f89078b8
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.44
|
2026-03-20 00:06:57 +00:00 |
|
JYC333
|
723dada78a
|
chore(deps): update typescript-eslint monorepo to v8.57.1 (#9080)
|
2026-03-17 21:56:25 +00:00 |
|
renovate[bot]
|
f4aed5d012
|
chore(deps): update typescript-eslint monorepo to v8.57.1
|
2026-03-17 20:42:50 +00:00 |
|
renovate[bot]
|
783cb8b4e9
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.43
|
2026-03-17 01:12:33 +00:00 |
|
Giulia Ye
|
850f8ad939
|
feat(editor): make theme selector scoped to code tag replace regex more robust
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-16 11:55:06 +01:00 |
|
Giulia Ye
|
50e5f89e9a
|
feat(editor): make theme selector scoped to code tag regex more robust
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-16 11:54:14 +01:00 |
|
giuxtaposition
|
603b47f9b0
|
feat(editor): add catppuccin theme to highlightjs
|
2026-03-16 10:35:49 +01:00 |
|
renovate[bot]
|
51958d2ac0
|
chore(deps): update dependency webdriverio to v9.26.1
|
2026-03-16 00:10:44 +00:00 |
|
contributor
|
a92d846b57
|
pdf.js: add ability to comment selected text
|
2026-03-15 20:05:59 +02:00 |
|
renovate[bot]
|
325e582593
|
chore(deps): update dependency lint-staged to v16.4.0
|
2026-03-15 00:53:10 +00:00 |
|
Elian Doran
|
7c1a2039b1
|
feat(editor): add catppuccin theme to codemirror (#9060)
|
2026-03-14 22:05:50 +02:00 |
|
Elian Doran
|
c66e4e0475
|
pdf.js floating highlight button (#9048)
|
2026-03-14 22:03:55 +02:00 |
|
Giulia Ye
|
61393bca90
|
fix(editor): catppuccin theme declared following alphabetical order based by id
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2026-03-14 16:03:03 +01:00 |
|
giuxtaposition
|
c41b649bff
|
feat(editor): add catppuccin theme to codemirror
|
2026-03-14 15:58:37 +01:00 |
|
Elian Doran
|
8d8080ee09
|
Merge remote-tracking branch 'origin/main' into renovate/ckeditor-monorepo
; Conflicts:
; pnpm-lock.yaml
|
2026-03-14 12:38:35 +02:00 |
|