mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
WIP per-tab hoisting
This commit is contained in:
@@ -24,6 +24,10 @@ function set(key, value) {
|
||||
namespace.set(key, value);
|
||||
}
|
||||
|
||||
function getHoistedNoteId() {
|
||||
return namespace.get('hoistedNoteId');
|
||||
}
|
||||
|
||||
function getSourceId() {
|
||||
return namespace.get('sourceId');
|
||||
}
|
||||
@@ -74,6 +78,7 @@ module.exports = {
|
||||
get,
|
||||
set,
|
||||
namespace,
|
||||
getHoistedNoteId,
|
||||
getSourceId,
|
||||
getLocalNowDateTime,
|
||||
disableEntityEvents,
|
||||
|
||||
Reference in New Issue
Block a user