-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(search): add create into inbox to search #7287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
werererer
wants to merge
59
commits into
TriliumNext:main
Choose a base branch
from
werererer:search-to-inbox
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+851
−363
Open
Changes from 57 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
f1e8c25
feat(search): add create into inbox to search
76e9771
refactor(note-create): change order of noteCreate intoPath and intoIn…
f28e6a3
refactor(ECMAScript Modules jsimport convention): refactor newly crea…
2bdffc3
rename MentionAction to CreateNoteAction and move to packages/common
contributor d2e7526
fix typings for creating a note using mentions in ckeditor
contributor 90fd8fb
fix(jump_to_note): fix enum typescript error in switch statement
09d2978
refactor(create-note): centralize and add advanced type checking to c…
cbcf70a
fix(note-type-chooser): fix note type chooser, unnecessary stick to o…
8af3ffe
refactor(typeerror): resolve typeerrors by refactoring code
1f35568
refactor: cleanup comments
1a36e54
refactor(note_create): clarify type system
99dd660
refactor(note_create): improve comments for type system
8f2365d
refactor(note_create): reorder function order to simplify diff
3029354
refactor(note_create): cleanup by removing unused import
cfc3b2b
fix(note_create): fix type hierarchy inheriting from wrong type and i…
83cc099
docs(note_create): improve documentation for type checking system
9ed3858
docs(note_create): improve clarification of type system
215a5d6
fix(Omit in types): remove Omit from types to make hierarchy logical …
cfd6cf4
refactor(create_note): rename types to fit ontological concepts better
fc22389
docs: remove comments duplicating code
08b3031
docs(note_create): further clarify type system
fd5db08
refactor(note_create): simplify type implementation and documentation
54808d5
refactor(note-create): replace enum with optional fields
ba5ce25
refactor(note-create): simplify createNote switch to equivalent small…
3fde55b
refactor(note-create): replace 'at' with 'with'
3efc5f3
refactor(note-create): remove unnecessary deep hierarchy
f0dfaeb
fix(note-create): fix type definition for CreateNoteWithUrlOpts
050f0e8
refactor(note-create): remove small redundancy
0d4d7dd
createNote: better typing without cast and never type
contributor efc3068
fix(typecheck-proven incorrectness): typecheck caught incorrectness t…
2254568
fix(root-command-executor): fix regression in root_command_executor
e615221
refactor(note_autocomplete): simplify big switch statement removing d…
7777fa6
fix(note_create): type casting
9ac8e15
fix(note_autocomplete): fix wrong type of target
f1db934
fix(type-checker): remove as casts hiding type-errors thus bugs. Solv…
77e48a9
fix(note-autocomplete): logic error hidden by as typecast
6ea6628
refactor(note-create): remove as typecast
1ba903d
fix(note_autocomplete): fix attributes not linking
0ab21e3
fix(note_autocomplete): fix wrong definition of types, and resulting …
77790bf
test(server-e2e): fix test for new create note option
cf947d6
style(unused-imports): Remove unused-imports
970fe26
style(row_editing comments): make inline comment proper doc
ba3596b
style(jump_to_note): remove dead case to improve readability
643e271
refactor(create-note-naming): simplify naming
8bf4dbb
refactor(autocomplete-pipline): refactor autocomplete -> create -> se…
a885556
feat(search): add create into inbox to search
da063cc
fix(AttributeEditor): wrong order of Arguments
53b9e67
refactor(note_create): Inbox -> Default naming in functions, paramete…
0aa12e8
refactor(url -> link): let link refer to url and path.
42f102b
refactor(note_create) use correct terminology link not url
1233b24
fix(createNoteFromAction): don't overwrite promptForType but use the …
d7cae4d
fix(translation): restore missing translations
53a3519
fix(translation): missing ','
0dd4912
fix(EditableTest): Fix EdtableText to use new API
3b83a22
fix(EditableTest): cutIntoNoteCommand createNote to new API
c43f7d1
fix(NoteAutocomplete): use new API
c0e18fc
fix(include_note): fix wrongly merged code
842f94d
fix(note_create): warn message
a0932ed
fix(note_create): use correct API for intoDefaultLocation
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.