Commit Graph

  • 6b8b71f7d1 feat(fts): implement missing unit tests perfectra1n 2025-11-28 21:12:39 -08:00
  • 191a18d7f6 feat(fts): add fts to in-memory sqlite for testing perfectra1n 2025-11-28 21:08:49 -08:00
  • 574a3441ee feat(fts): update imports from breaking up large fts_search file perfectra1n 2025-11-28 20:59:50 -08:00
  • 9940ee3bee feat(fts): break up the huge fts_search into smaller files perfectra1n 2025-11-28 20:57:18 -08:00
  • 53a8f6b4c0 Merge branch 'main' into fix/split_pane SiriusXT 2025-11-29 11:39:05 +08:00
  • 9ae1a55896 chore(react/empty): obtain ntxId via React props instead of DOM query SiriusXT 2025-11-29 11:38:45 +08:00
  • 5ecafe214f
    fix(deps): update dependency better-sqlite3 to v12.5.0 renovate[bot] 2025-11-29 02:49:33 +00:00
  • 8baf0ad6af
    chore(deps): update dependency stylelint to v16.26.1 renovate[bot] 2025-11-29 02:49:04 +00:00
  • 0a860ec963 fix(gallery): update image count translations and improve size calculation logic lzinga 2025-11-28 16:13:52 -08:00
  • 4779492bb7 capitalize "close" and "cancel" in translation strings feat(gallery): improve image loading performance lzinga 2025-11-28 15:01:25 -08:00
  • a1c0314334 chore(sorting): add test cases for previous commit and increase test coverage Romain DEP. 2025-11-28 23:28:14 +01:00
  • 6512d03c11 feat(gallery): add gallery note type and update related translations and widget functionality lzinga 2025-11-28 14:23:29 -08:00
  • 3ecdcd9ea0 fix(sorting): BC! give precedence to #top notes over #sortFolderFirst Romain DEP. 2025-11-28 23:22:20 +01:00
  • 8ee59e9daa refactor(suggestion): improve naming Jakob Schlanstedt 2025-11-22 10:28:33 +01:00
  • 4e5c26371e fix(note_create): use correct API for intoDefaultLocation Jakob Schlanstedt 2025-11-21 12:01:04 +01:00
  • 436146d829 fix(note_create): warn message Jakob Schlanstedt 2025-11-21 11:59:24 +01:00
  • 315fcecf57 fix(include_note): fix wrongly merged code Jakob Schlanstedt 2025-11-21 11:34:23 +01:00
  • 0a57e6e154 fix(NoteAutocomplete): use new API Jakob Schlanstedt 2025-11-21 11:31:49 +01:00
  • bdcb84a394 fix(EditableTest): cutIntoNoteCommand createNote to new API Jakob Schlanstedt 2025-11-21 11:20:01 +01:00
  • 213c36ba84 fix(EditableTest): Fix EdtableText to use new API Jakob Schlanstedt 2025-11-21 11:17:59 +01:00
  • 995e765276 fix(translation): missing ',' Jakob Schlanstedt 2025-11-21 10:26:15 +01:00
  • 8e81c38c14 fix(translation): restore missing translations Jakob Schlanstedt 2025-11-21 10:18:48 +01:00
  • 7378fa4cbd fix(createNoteFromAction): don't overwrite promptForType but use the variable instead Jakob Schlanstedt 2025-11-21 10:14:34 +01:00
  • af8a5ff0c9 refactor(note_create) use correct terminology link not url Jakob Schlanstedt 2025-11-21 10:10:39 +01:00
  • eca5a4a072 refactor(url -> link): let link refer to url and path. Jakob Schlanstedt 2025-11-21 09:55:03 +01:00
  • 71b3ad5027 refactor(note_create): Inbox -> Default naming in functions, parameters and types Jakob Schlanstedt 2025-11-21 09:48:41 +01:00
  • 7864168adc fix(AttributeEditor): wrong order of Arguments Jakob Schlanstedt 2025-11-21 09:39:45 +01:00
  • f8090d9217 feat(search): add create into inbox to search Jakob Schlanstedt 2025-11-21 09:35:18 +01:00
  • 09aa22c74b refactor(autocomplete-pipline): refactor autocomplete -> create -> select pipeline Jakob Schlanstedt 2025-11-21 07:43:32 +01:00
  • 8fc8f97879 refactor(create-note-naming): simplify naming Jakob Schlanstedt 2025-11-05 16:06:08 +01:00
  • 547cdff510 style(jump_to_note): remove dead case to improve readability Jakob Schlanstedt 2025-11-05 15:13:47 +01:00
  • cdd08d6971 style(row_editing comments): make inline comment proper doc Jakob Schlanstedt 2025-11-05 15:09:02 +01:00
  • b3cf9c8f2d style(unused-imports): Remove unused-imports Jakob Schlanstedt 2025-11-05 14:56:37 +01:00
  • feefa389b4 test(server-e2e): fix test for new create note option Jakob Schlanstedt 2025-11-03 19:48:44 +01:00
  • f65be4f368 fix(note_autocomplete): fix wrong definition of types, and resulting bugs esp. improving row editing Jakob Schlanstedt 2025-10-31 00:38:17 +01:00
  • 77a014109e fix(note_autocomplete): fix attributes not linking Jakob Schlanstedt 2025-10-30 19:58:02 +01:00
  • d3db48c99b refactor(note-create): remove as typecast Jakob Schlanstedt 2025-10-30 18:43:39 +01:00
  • 7e4833e893 fix(note-autocomplete): logic error hidden by as typecast Jakob Schlanstedt 2025-10-30 18:38:13 +01:00
  • 470d7eee31 fix(type-checker): remove as casts hiding type-errors thus bugs. Solve subsequent found bugs Jakob Schlanstedt 2025-10-30 18:07:21 +01:00
  • aada631c0f fix(note_autocomplete): fix wrong type of target Jakob Schlanstedt 2025-10-30 17:30:43 +01:00
  • bc4186d216 fix(note_create): type casting Jakob Schlanstedt 2025-10-30 17:26:22 +01:00
  • c2a27eff2c refactor(note_autocomplete): simplify big switch statement removing duplicate logic Jakob Schlanstedt 2025-10-30 17:23:43 +01:00
  • ca24408a13 fix(root-command-executor): fix regression in root_command_executor Jakob Schlanstedt 2025-10-30 17:15:38 +01:00
  • b9e19e524a fix(typecheck-proven incorrectness): typecheck caught incorrectness through pnpm typecheck Jakob Schlanstedt 2025-10-29 01:01:16 +01:00
  • 09c8a778f5 createNote: better typing without cast and never type contributor 2025-10-28 23:28:02 +02:00
  • 3438f1103d refactor(note-create): remove small redundancy Jakob Schlanstedt 2025-10-28 18:59:19 +01:00
  • 82a3be06d1 fix(note-create): fix type definition for CreateNoteWithUrlOpts Jakob Schlanstedt 2025-10-28 18:49:41 +01:00
  • f0dead5390 refactor(note-create): remove unnecessary deep hierarchy Jakob Schlanstedt 2025-10-28 18:47:09 +01:00
  • b0fdb9fef2 refactor(note-create): replace 'at' with 'with' Jakob Schlanstedt 2025-10-28 18:33:48 +01:00
  • 71009bddc7 refactor(note-create): simplify createNote switch to equivalent small ifs Jakob Schlanstedt 2025-10-28 18:30:48 +01:00
  • 66e499a2e1 refactor(note-create): replace enum with optional fields Jakob Schlanstedt 2025-10-28 18:26:54 +01:00
  • a5ef5eee2f refactor(note_create): simplify type implementation and documentation Jakob Schlanstedt 2025-10-28 18:03:32 +01:00
  • bcb29d22f5 docs(note_create): further clarify type system Jakob Schlanstedt 2025-10-22 16:39:39 +02:00
  • 6ad2b49ab3 docs: remove comments duplicating code Jakob Schlanstedt 2025-10-22 16:39:14 +02:00
  • 656e7c069d refactor(create_note): rename types to fit ontological concepts better Jakob Schlanstedt 2025-10-22 16:21:55 +02:00
  • 00aa470bf2 fix(Omit in types): remove Omit from types to make hierarchy logical consistent and resulting errors from corrected logic. Jakob Schlanstedt 2025-10-22 16:16:58 +02:00
  • c6ed0b43fc docs(note_create): improve clarification of type system Jakob Schlanstedt 2025-10-22 15:47:31 +02:00
  • 3d8a4d2553 docs(note_create): improve documentation for type checking system Jakob Schlanstedt 2025-10-22 15:44:55 +02:00
  • 42ab0eb804 fix(note_create): fix type hierarchy inheriting from wrong type and improve its documentation Jakob Schlanstedt 2025-10-22 15:39:52 +02:00
  • d80d06a9b8 refactor(note_create): cleanup by removing unused import Jakob Schlanstedt 2025-10-22 15:10:42 +02:00
  • 3c39026739 refactor(note_create): reorder function order to simplify diff Jakob Schlanstedt 2025-10-22 15:01:31 +02:00
  • 72c17b22df refactor(note_create): improve comments for type system Jakob Schlanstedt 2025-10-22 14:24:13 +02:00
  • dd1aa23cb6 refactor(note_create): clarify type system Jakob Schlanstedt 2025-10-22 01:12:56 +02:00
  • ecdf243e63 refactor: cleanup comments Jakob Schlanstedt 2025-10-22 01:05:24 +02:00
  • 1e15585a24 refactor(typeerror): resolve typeerrors by refactoring code Jakob Schlanstedt 2025-10-22 00:53:36 +02:00
  • 9d40c0cb26 fix(note-type-chooser): fix note type chooser, unnecessary stick to old chosen path Jakob Schlanstedt 2025-10-21 19:01:04 +02:00
  • e41e24b044 refactor(create-note): centralize and add advanced type checking to create-note with and without prompt Jakob Schlanstedt 2025-10-21 18:38:31 +02:00
  • a15d661fd7 fix(jump_to_note): fix enum typescript error in switch statement Jakob Schlanstedt 2025-10-18 16:32:48 +02:00
  • cb5954e8c7 fix typings for creating a note using mentions in ckeditor contributor 2025-10-18 13:55:03 +03:00
  • 2b55db05e1 rename MentionAction to CreateNoteAction and move to packages/common contributor 2025-10-12 23:06:53 +03:00
  • 74bf93059c refactor(ECMAScript Modules jsimport convention): refactor newly created imports to js convention Jakob Schlanstedt 2025-10-12 19:03:56 +02:00
  • 384d8c9c37 refactor(note-create): change order of noteCreate intoPath and intoInbox to improve code compatibility Jakob Schlanstedt 2025-10-12 18:54:39 +02:00
  • 1bb6149dbe feat(search): add create into inbox to search Jakob Schlanstedt 2025-10-12 06:31:48 +02:00
  • b872c2953e
    Merge branch 'TriliumNext:main' into main Lucas 2025-11-28 13:45:32 -08:00
  • 15171e3dee feat(gallery): add gallery note type and implement gallery widget with image management features lzinga 2025-11-28 13:44:57 -08:00
  • 3cc64b5764
    fix(mobile/context_menu): note color picker not working Elian Doran 2025-11-28 23:43:16 +02:00
  • 19cf07564f
    style(mobile/context_menu): taller height + small animation when expanding items Elian Doran 2025-11-28 23:21:31 +02:00
  • 5847ce5c14
    feat(dev): enable CSS source maps Elian Doran 2025-11-28 23:21:14 +02:00
  • a7ad45635e
    style(mobile/context_menu): clean up border radiuses Elian Doran 2025-11-28 21:27:06 +02:00
  • 781215394e
    refactor(mobile/context_menu): unify styles Elian Doran 2025-11-28 21:24:51 +02:00
  • 0aafdca999
    style(mobile/context_menu): improve backdrop Elian Doran 2025-11-28 21:21:07 +02:00
  • 18d3cb6f0c
    style(mobile/context_menu): dark submenu style Elian Doran 2025-11-28 21:14:06 +02:00
  • 263a96e8b7
    style(mobile/context_menu): improve submenu style Elian Doran 2025-11-28 20:57:42 +02:00
  • 27d5009486
    style(mobile/context_menu): disable hover color Elian Doran 2025-11-28 20:44:29 +02:00
  • 4d1a91baa6 Merge branch 'main' into fix/split_pane SiriusXT 2025-11-28 19:49:08 +08:00
  • 1898efa282 chore(e2e): add Playwright tests for split pane SiriusXT 2025-11-28 19:48:37 +08:00
  • 648ab4d736 fix(left-pane): only focus the note when toggling left pane visibility if necessary SiriusXT 2025-11-28 19:45:19 +08:00
  • 407cac588a fix(split): only trigger focusOnDetail when necessary SiriusXT 2025-11-28 19:42:04 +08:00
  • 210dcfb989 fix(empty): open note in the correct split pane SiriusXT 2025-11-28 19:38:52 +08:00
  • 2e431b1135
    chore(deps): update dependency electron to v38.7.2 (#7873) Elian Doran 2025-11-28 11:26:12 +02:00
  • e2ec27250c
    chore(deps): update dependency happy-dom to v20.0.11 (#7874) Elian Doran 2025-11-28 08:24:15 +02:00
  • 1228eda5ea
    chore(deps): update pnpm to v10.24.0 (#7875) Elian Doran 2025-11-28 08:23:01 +02:00
  • 435794df73
    chore(deps): update pnpm to v10.24.0 renovate[bot] 2025-11-28 01:16:30 +00:00
  • 7e3d0639f7
    chore(deps): update dependency happy-dom to v20.0.11 renovate[bot] 2025-11-28 01:16:18 +00:00
  • 86b0005821
    chore(deps): update dependency electron to v38.7.2 renovate[bot] 2025-11-28 01:15:07 +00:00
  • 2fb78275f7
    Translations update from Hosted Weblate (#7871) Elian Doran 2025-11-27 21:52:13 +02:00
  • 98f421c697
    Apply suggestions from code review Elian Doran 2025-11-27 21:49:17 +02:00
  • a5572b7d45
    Translated using Weblate (Chinese (Simplified Han script)) Francis C. 2025-11-27 08:06:09 +01:00
  • fdecbaaa6a
    Translated using Weblate (German) Manfred Manni 2025-11-27 09:01:02 +01:00
  • c6afd7fa24
    Translated using Weblate (Japanese) green 2025-11-27 10:51:58 +01:00