some help dialog content

This commit is contained in:
zadam
2019-02-10 12:19:48 +01:00
parent 92fcd7b345
commit 1e1d78999e
3 changed files with 73 additions and 4 deletions

View File

@@ -103,6 +103,10 @@ $("#logout-button").click(() => {
$("#tree").on("click", ".unhoist-button", hoistedNoteService.unhoist);
$("body").on("click", "a.external", function () {
window.open($(this).attr("href"), '_blank');
});
if (utils.isElectron()) {
require('electron').ipcRenderer.on('create-day-sub-note', async function(event, parentNoteId) {
// this might occur when day note had to be created