mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
reddit notes will be created with "hide_in_autocomplete" attribute
This commit is contained in:
@@ -38,6 +38,7 @@ async function getDateNoteIdForReddit(dateTimeStr, rootNoteId) {
|
||||
redditDateNoteId = await createNote(dateNoteId, "Reddit");
|
||||
|
||||
await attributes.createAttribute(redditDateNoteId, REDDIT_DATE_ATTRIBUTE, dateStr);
|
||||
await attributes.createAttribute(redditDateNoteId, "hide_in_autocomplete");
|
||||
}
|
||||
|
||||
return redditDateNoteId;
|
||||
|
||||
Reference in New Issue
Block a user