mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
launchbar WIP
This commit is contained in:
@@ -66,6 +66,10 @@ function getHoistedNote() {
|
||||
return becca.getNote(cls.getHoistedNoteId());
|
||||
}
|
||||
|
||||
function createShortcut(req) {
|
||||
return specialNotesService.createShortcut(req.params.parentNoteId, req.params.type);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getInboxNote,
|
||||
getDayNote,
|
||||
@@ -76,5 +80,6 @@ module.exports = {
|
||||
createSqlConsole,
|
||||
saveSqlConsole,
|
||||
createSearchNote,
|
||||
saveSearchNote
|
||||
saveSearchNote,
|
||||
createShortcut
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user