mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge branch 'stable'
This commit is contained in:
commit
8f2d2b189c
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "trilium",
|
"name": "trilium",
|
||||||
"version": "0.36.3",
|
"version": "0.36.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "trilium",
|
"name": "trilium",
|
||||||
"productName": "Trilium Notes",
|
"productName": "Trilium Notes",
|
||||||
"description": "Trilium Notes",
|
"description": "Trilium Notes",
|
||||||
"version": "0.36.3",
|
"version": "0.36.4",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"main": "electron.js",
|
"main": "electron.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -184,7 +184,7 @@ class NoteDetailRelationMap {
|
|||||||
this.saveData();
|
this.saveData();
|
||||||
}
|
}
|
||||||
else if (cmd === "edit-title") {
|
else if (cmd === "edit-title") {
|
||||||
const promptDialog = await import('"../dialogs/prompt.js"');
|
const promptDialog = await import("../dialogs/prompt.js");
|
||||||
const title = await promptDialog.ask({
|
const title = await promptDialog.ask({
|
||||||
message: "Enter new note title:",
|
message: "Enter new note title:",
|
||||||
defaultValue: $title.text()
|
defaultValue: $title.text()
|
||||||
@ -446,7 +446,7 @@ class NoteDetailRelationMap {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const promptDialog = await import('"../dialogs/prompt.js"');
|
const promptDialog = await import("../dialogs/prompt.js");
|
||||||
const name = await promptDialog.ask({
|
const name = await promptDialog.ask({
|
||||||
message: "Specify new relation name:",
|
message: "Specify new relation name:",
|
||||||
shown: ({ $answer }) =>
|
shown: ({ $answer }) =>
|
||||||
|
@ -1 +1 @@
|
|||||||
module.exports = { buildDate:"2019-11-05T21:49:16+01:00", buildRevision: "72fda89360d924aedf7a26216fd387346254dfd3" };
|
module.exports = { buildDate:"2019-11-09T21:19:34+01:00", buildRevision: "c2ebd4b308d712b3f4cff99019c559ccab0e49b7" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user