mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
added dialog and read only view of attributes
This commit is contained in:
@@ -23,6 +23,10 @@ function newNoteImageId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function newAttributeId() {
|
||||
return randomString(12);
|
||||
}
|
||||
|
||||
function randomString(length) {
|
||||
return randtoken.generate(length);
|
||||
}
|
||||
@@ -106,6 +110,7 @@ module.exports = {
|
||||
newNoteHistoryId,
|
||||
newImageId,
|
||||
newNoteImageId,
|
||||
newAttributeId,
|
||||
toBase64,
|
||||
fromBase64,
|
||||
hmac,
|
||||
|
||||
Reference in New Issue
Block a user