mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
Add option for promoted alias
This commit is contained in:
@@ -17,6 +17,11 @@ function parse(value) {
|
||||
|
||||
defObj.numberPrecision = parseInt(chunks[1]);
|
||||
}
|
||||
else if (token.startsWith('alias')) {
|
||||
const chunks = token.split('=');
|
||||
|
||||
defObj.promotedAlias = chunks[1];
|
||||
}
|
||||
else if (token.startsWith('inverse')) {
|
||||
const chunks = token.split('=');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user