Jakob Schlanstedt
|
4eb773569c
|
fix(translation): missing ','
|
2025-11-26 19:41:14 +01:00 |
|
Jakob Schlanstedt
|
31b4f315b7
|
fix(translation): restore missing translations
|
2025-11-26 19:41:14 +01:00 |
|
Jakob Schlanstedt
|
7a552ccc40
|
fix(createNoteFromAction): don't overwrite promptForType but use the variable instead
|
2025-11-26 19:41:14 +01:00 |
|
Jakob Schlanstedt
|
01315717d2
|
refactor(note_create) use correct terminology link not url
|
2025-11-26 19:41:14 +01:00 |
|
Jakob Schlanstedt
|
d5a4c9554b
|
refactor(url -> link): let link refer to url and path.
before there was polysemy in word url that is now resolved by making
link hypernym to url and path.
|
2025-11-26 19:41:10 +01:00 |
|
Jakob Schlanstedt
|
9c1c59c472
|
refactor(note_create): Inbox -> Default naming in functions, parameters and types
|
2025-11-26 19:39:23 +01:00 |
|
Jakob Schlanstedt
|
ac7d1764cc
|
fix(AttributeEditor): wrong order of Arguments
|
2025-11-26 19:39:23 +01:00 |
|
Jakob Schlanstedt
|
f2dc29c340
|
feat(search): add create into inbox to search
|
2025-11-26 19:39:22 +01:00 |
|
Jakob Schlanstedt
|
ad4043e2c2
|
refactor(autocomplete-pipline): refactor autocomplete -> create -> select pipeline
|
2025-11-26 19:39:21 +01:00 |
|
Jakob Schlanstedt
|
d8aab1a3ce
|
refactor(create-note-naming): simplify naming
|
2025-11-26 19:39:21 +01:00 |
|
Jakob Schlanstedt
|
b16584d7ae
|
style(jump_to_note): remove dead case to improve readability
|
2025-11-26 19:39:21 +01:00 |
|
Jakob Schlanstedt
|
c47d1e7b17
|
style(row_editing comments): make inline comment proper doc
|
2025-11-26 19:39:21 +01:00 |
|
Jakob Schlanstedt
|
94915a48d7
|
style(unused-imports): Remove unused-imports
|
2025-11-26 19:39:20 +01:00 |
|
Jakob Schlanstedt
|
1c2b709ceb
|
test(server-e2e): fix test for new create note option
|
2025-11-26 19:39:20 +01:00 |
|
Jakob Schlanstedt
|
178b4b9d40
|
fix(note_autocomplete): fix wrong definition of types, and resulting bugs esp. improving row editing
|
2025-11-26 19:39:19 +01:00 |
|
Jakob Schlanstedt
|
55a79619e4
|
fix(note_autocomplete): fix attributes not linking
|
2025-11-26 19:39:19 +01:00 |
|
Jakob Schlanstedt
|
8f936c7b21
|
refactor(note-create): remove as typecast
|
2025-11-26 19:39:18 +01:00 |
|
Jakob Schlanstedt
|
9b111beabe
|
fix(note-autocomplete): logic error hidden by as typecast
|
2025-11-26 19:39:18 +01:00 |
|
Jakob Schlanstedt
|
82bde3b7aa
|
fix(type-checker): remove as casts hiding type-errors thus bugs. Solve subsequent found bugs
|
2025-11-26 19:39:18 +01:00 |
|
Jakob Schlanstedt
|
0ac59a522a
|
fix(note_autocomplete): fix wrong type of target
|
2025-11-26 19:39:17 +01:00 |
|
Jakob Schlanstedt
|
75f8370244
|
fix(note_create): type casting
|
2025-11-26 19:39:17 +01:00 |
|
Jakob Schlanstedt
|
961e59f0b4
|
refactor(note_autocomplete): simplify big switch statement removing duplicate logic
|
2025-11-26 19:39:17 +01:00 |
|
Jakob Schlanstedt
|
767ae6d528
|
fix(root-command-executor): fix regression in root_command_executor
|
2025-11-26 19:39:16 +01:00 |
|
Jakob Schlanstedt
|
80090b556c
|
fix(typecheck-proven incorrectness): typecheck caught incorrectness through pnpm typecheck
|
2025-11-26 19:39:16 +01:00 |
|
contributor
|
e7fb629aa8
|
createNote: better typing without cast and never type
|
2025-11-26 19:39:16 +01:00 |
|
Jakob Schlanstedt
|
114e06d4d2
|
refactor(note-create): remove small redundancy
|
2025-11-26 19:39:14 +01:00 |
|
Jakob Schlanstedt
|
e582eeddb5
|
fix(note-create): fix type definition for CreateNoteWithUrlOpts
|
2025-11-26 19:39:14 +01:00 |
|
Jakob Schlanstedt
|
2f00685fcb
|
refactor(note-create): remove unnecessary deep hierarchy
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
68a249e873
|
refactor(note-create): replace 'at' with 'with'
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
411179e1a3
|
refactor(note-create): simplify createNote switch to equivalent small ifs
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
3e638c7c60
|
refactor(note-create): replace enum with optional fields
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
d85c3f76c5
|
refactor(note_create): simplify type implementation and documentation
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
933338e6b9
|
docs(note_create): further clarify type system
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
0b21b062cb
|
docs: remove comments duplicating code
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
c94d642034
|
refactor(create_note): rename types to fit ontological concepts better
|
2025-11-26 19:39:13 +01:00 |
|
Jakob Schlanstedt
|
0141b027c7
|
fix(Omit in types): remove Omit from types to make hierarchy logical consistent and resulting errors from corrected logic.
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
651afd9459
|
docs(note_create): improve clarification of type system
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
42e108c505
|
docs(note_create): improve documentation for type checking system
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
580d58ff8e
|
fix(note_create): fix type hierarchy inheriting from wrong type and improve its documentation
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
cfb41e1d91
|
refactor(note_create): cleanup by removing unused import
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
34e8f347d4
|
refactor(note_create): reorder function order to simplify diff
|
2025-11-26 19:39:12 +01:00 |
|
Jakob Schlanstedt
|
9e14ee5994
|
refactor(note_create): improve comments for type system
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
0741b01fda
|
refactor(note_create): clarify type system
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
50d0326334
|
refactor: cleanup comments
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
f47951329f
|
refactor(typeerror): resolve typeerrors by refactoring code
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
2703aa0874
|
fix(note-type-chooser): fix note type chooser, unnecessary stick to old chosen path
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
1ff87f5757
|
refactor(create-note): centralize and add advanced type checking to create-note with and without prompt
|
2025-11-26 19:39:11 +01:00 |
|
Jakob Schlanstedt
|
089a2447ce
|
fix(jump_to_note): fix enum typescript error in switch statement
|
2025-11-26 19:39:11 +01:00 |
|
contributor
|
924979dc34
|
fix typings for creating a note using mentions in ckeditor
|
2025-11-26 19:39:10 +01:00 |
|
contributor
|
0e1ee267b0
|
rename MentionAction to CreateNoteAction and move to packages/common
|
2025-11-26 19:39:10 +01:00 |
|