MCPcopy
hub / github.com/callumalpass/tasknotes / ProjectSuggestion

Interface ProjectSuggestion

src/modals/taskCreationSuggest.ts:15–22  ·  view source on GitHub ↗

* Auto-suggestion provider for NLP textarea with @, #, and + triggers * @ = contexts, # = tags, + = wikilinks to vault files

Source from the content-addressed store, hash-verified

13 * @ = contexts, # = tags, + = wikilinks to vault files
14 */
15interface ProjectSuggestion {
16 basename: string;
17 displayName: string;
18 linkText: string;
19 type: "project";
20 entry?: ProjectEntry;
21 toString(): string;
22}
23
24interface TagSuggestion {
25 value: string;

Callers

nothing calls this directly

Implementers 8

NLPSuggestsrc/modals/taskCreationSuggest.ts
ContextSuggestsrc/modals/taskModalSuggests.ts
TagSuggestsrc/modals/taskModalSuggests.ts
UserFieldSuggestsrc/modals/taskModalSuggests.ts
AlphaRanksrc/bases/sortOrderUtils.ts
URLtests/test-setup.ts
RRuletests/__mocks__/rrule.ts
Timetests/__mocks__/ical.ts

Calls

no outgoing calls

Tested by

no test coverage detected