mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 07:58:08 +00:00
added more headline "=" characters
This commit is contained in:
parent
88f466cba8
commit
e5b5bc30fa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ QtObject {
|
|||
// create a new journal entry note if it wasn't found
|
||||
// keep in mind that the note will not be created instantly on the disk
|
||||
script.log("creating new journal entry: " + headline);
|
||||
script.createNote(headline + "\n========\n\n");
|
||||
script.createNote(headline + "\n================\n\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue