mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
shortcuts WIP
This commit is contained in:
@@ -13,6 +13,10 @@ class Options {
|
||||
return this.arr[key];
|
||||
}
|
||||
|
||||
getNames() {
|
||||
return Object.keys(this.arr);
|
||||
}
|
||||
|
||||
getJson(key) {
|
||||
try {
|
||||
return JSON.parse(this.arr[key]);
|
||||
|
||||
Reference in New Issue
Block a user