Giter VIP home page Giter VIP logo

scripts's Introduction

Installation | Changelog | Issues | Shortcuts | Documentation | Screenshots | Nextcloud API | Nextcloud App Page | ownCloud API | Telegram Group | IRC Chat | Gitter Chat | Mastodon | Twitter | Facebook | QOwnNotes Web Companion Firefox extension | QOwnNotes Web Companion Chrome extension | QOwnNotes Web App | QOwnNotes Tor Hidden Service

Build Status GitHub Actions Build Status Windows Snap Status Coverage Status Percentage of issues still open Crowdin Gitter chat

QOwnNotes is the open source notepad with markdown support and todo list manager for GNU/Linux, macOS and Windows, that works together with Nextcloud Notes and ownCloud Notes.

You are able to write down your thoughts with QOwnNotes and edit or search for them later from your mobile device, like with Nextcloud Notes for Android or the Nextcloud / ownCloud web-service.

The notes are stored as plain text markdown files and are synced with Nextcloud's/ownCloud's file sync functionality. Of course other software, like Syncthing or Dropbox can be used too.

If you like the concept of having notes accessible in plain text files, like it is done in the Nextcloud / ownCloud notes apps to gain a maximum of freedom then QOwnNotes is for you.

Visit the project page here: QOwnNotes project page

To manage your todo lists in the web and on your mobile devices, you need to install the Tasks backend on Nextcloud or ownCloud.

To get more on-line features for your notes, like versioning and trash access, you might also want to install the QOwnNotesAPI app on your server.

To access your ownCloud notes from your mobile device you may want to get one of these:

On Android you could also use any sync-tool like Synchronize Ultimate or FolderSync to sync your note files and use software like neutriNotes or Markor to edit your notes.

On iOS Notebooks may also work well (syncing notes via WebDAV).

Screenshot

Screenhot

You can visit the QOwnNotes project page for more screenshots.

Features

  • written in C++ and optimized for low resource consumption (no CPU and memory-hungry Electron app)
  • multiple note folders can be used
  • you can use your existing text or markdown files, no need for an import most of the times
  • older versions of your notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
  • trashed notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
    • there also is a local trash
  • sub-string searching of notes is possible and search results are highlighted in the notes
  • application can be operated with customizable keyboard shortcuts
  • external changes of note files are watched (notes or note list are reloaded)
  • differences between current note and externally changed note are shown in a dialog
  • markdown highlighting of notes and a markdown preview
  • spellchecking support
  • tabbing support for editing notes
  • scripting support and an online script repository where you can install scripts inside the application
  • QOwnNotes Web Companion browser extension to a add notes from the selected text and other features
  • notes are getting their name from the first line of the note text (just like in the Nextcloud / ownCloud notes web-application) and the note text files are automatically renamed, if the first line changes
    • this feature can also be turned off and you can use any filename you like
  • manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus)
  • encryption of notes (AES-256 is built in or you can use custom encryption methods like Keybase.io (encryption-keybase.qml) or PGP (encryption-pgp.qml))
  • dark mode theme support
  • all panels can be placed wherever you want, they can even float or stack (fully dockable)
  • toolbars are fully customizable
  • support for freedesktop theme icons, so you can use QOwnNotes with your native desktop icons and with your favorite dark desktop theme QOwnNotes supports Freedesktop icon themes
  • support for hierarchical note tagging and note subfolders
  • support for sharing notes on your Nextcloud / ownCloud server
  • portable mode for carrying QOwnNotes around on USB sticks
  • Vim mode
  • distraction free mode, full-screen mode, typewriter mode
  • Evernote and Joplin import
  • QOwnNotes is available in over 60 different languages like English, German, French, Polish, Chinese, Japanese, Russian, Portuguese, Hungarian, Dutch and Spanish
    • Your help is very much appreciated to improve these translations or to translate QOwnNotes in more languages
    • Join the fun at Crowdin to help with the translations

Building QOwnNotes

To get the most current features you can build the application from the source code. Download the latest source here: QOwnNotes Source on GitHub as ZIP

Alternatively you can also checkout the code directly from the git repository:

git clone https://github.com/pbek/QOwnNotes.git -b master
cd QOwnNotes
git submodule update --init

Then download Qt Creator, open the project file src/QOwnNotes.pro and click on Build / Run.

Or you can build it directly in your terminal:

cd src

# build binary translation files if you want another language than English
lrelease QOwnNotes.pro

qmake
make

Building QOwnNotes For Development

If you are going to work with the code, then you can do the following instead of the above:

cd src
qmake CONFIG+=DEV_MODE CONFIG+=debug ..
make -j4

The DEV_MODE variable enabled higher warning levels + precompiled headers.

Please feel free to contribute source code to this project, make suggestions or report troubles on the QOwnNotes issues page!

You can also visit QOwnNotes on GitHub.

Minimum software requirements

  • A desktop operating system, that supports Qt
  • Qt 5.5+
  • gcc 4.8+

Disclaimer

This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT.

There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

Matomo Stats

scripts's People

Contributors

bendem avatar bessw avatar beurt avatar bvn9ne avatar clintonthegeek avatar cristianofromagio avatar cyclops1982 avatar dohliam avatar eduardo-architect avatar fabianski7 avatar flopp avatar fmakowski avatar fnkabit avatar fnkhz avatar gettons avatar hbarel avatar jaschop-1k5o avatar kantrol avatar maboroshy avatar macsunmood avatar milan-rusev avatar mtashackori avatar nikhilw avatar noureddin avatar pbek avatar r00tr4v3n avatar sanderboom avatar toindev avatar wiktor2200 avatar zaazbb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

scripts's Issues

Custom new note script now causes application closure

The attached script gives a custom name and headline to a new note. The script has worked almost every day for about a year.

Since last week, clicking the "New note" button closes the QOwnNotes application. Opening QOwnNotes again shows the file is there, with the correct custom name, but empty: there is no headline.

I am using version 21.10.9 of QOwnNotes via snap on Ubuntu 20.10.

I enabled logging, and saw that the two main functions in the script return the expected values. The messages that follow, before the application closes, are shown below. (I also tried removing the script, and after that, a new file is created with no problem.)

[Oct 19 17:35:04] [debug]: modifyNoteTextFileNameFromQMLHook  - 'newName':  "tue-19-oct-2021-17:35:04-BST"
[Oct 19 17:35:04] [debug]: storing note file:  "tue-19-oct-2021-17:35:04-BST.md"
[Oct 19 17:35:04] [debug]: storeNoteTextFileToDisk  - 'trashItem':  TrashItem: <id>0 <fileName>"Note 2021-10-19T17.35.04.md" <noteSubFolderId>0 <_fullNoteFilePath>"/home/pkeir/docs/my_qownnotes/Note 2021-10-19T17.35.04.md" <relativePath>""
[Oct 19 17:35:04] [debug]: doTrashing  - 'destinationFileName':  "/home/pkeir/docs/my_qownnotes/trash/728"

custom-new-note-headline.qml.txt

@tag and YAML tag scripts wipe out notes

This is for @pbek and @Maboroshy.

Expected behaviour

I am a new user of QOwnNotes (wonderful, wonderful app!) and tried installing the @tag and YAML tags scripts (separately).

I tried adding tags in the text of a new note by either typing @tag, or by typing the YAML header. I also tried adding tags from the menu.

Actual behaviour

Typing the tags in the text produced no result.

Adding the tag from the menu wiped out the entire note and replaced it with just an @tag or the YAML tag header. The tag was added to the tag list, but the notes do not show up when I click on the tag.

Steps to reproduce

As above.

Output from the debug section in the settings dialog

General Info

Current Date: Sun Jan 6 17:23:45 2019
Version: 19.1.0
Build date: Jan 1 2019
Build number: 505
Platform: linux
Release: OBS
Qt Version (build): 5.3.2
Qt Version (runtime): 5.11.3
Portable mode: no
Settings path / key: /home/user/.config/PBE/QOwnNotes.conf
Application database path: /home/user/.local/share/QOwnNotes.sqlite
Application arguments: QOwnNotes
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Icon theme: Adwaita
Notes in current note folder: 7
Enabled scripts: 1

Server Info

serverUrl: empty
appIsValid: yes
notesPathExists: empty
serverVersion: empty
appVersion: empty

Note folders

currentNoteFolderId: 1

Note folder default

id: 1
isCurrent: yes
activeTagId: -2
localPath: /home/user/testqnotes
remotePath: Notes
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /home/user/testqnotes/notes.sqlite

Enabled scripts

Script Epsilon Notes compatible tags (YAML tags)

id: 1
path: /home/user/.local/share/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
variablesJson: empty
identifier: epsilon-notes-tags
version: 0.0.2
minAppVersion: 18.03.7

Settings

ActionDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (QString): false
Debug/fileLogging (QString): true
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (QString): true
Editor/autoBracketRemoval (QString): true
Editor/editorWidthInDFMOnly (QString): true
Editor/highlightCurrentLine (QString): true
Editor/vimMode (QString): false
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2019-01-06T17:23:32.753
LocalTrashDialog/geometry (QByteArray): <binary data>
LogWidget/criticalLog (QString): true
LogWidget/debugLog (QString): true
LogWidget/fatalLog (QString): true
LogWidget/infoLog (QString): true
LogWidget/scriptingLog (QString): true
LogWidget/statusLog (QString): true
LogWidget/warningLog (QString): true
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (QString): 24
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteTextEdit.code.font (QString): monospace,9,-1,2,50,0,0,0,0,0
MainWindow/noteTextEdit.font (QString): Sans Serif,9,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.code.font (QString): monospace,9,-1,2,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): Sans Serif,9,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.rtl (QString): false
MainWindow/showNotesFromAllNoteSubFolders (bool): true
NoteHistory-1 (QVariantList): <variant list with 14 item(s)>
NoteHistoryCurrentIndex-1 (QString): 13
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (QString): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShowSystemTray (QString): false
StartHidden (QString): false
TagAddDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (QString): false
allowDifferentNoteFileName (QString): false
allowNoteEditing (bool): true
allowOnlyOneAppInstance (QString): true
appMetrics/disableAppHeartbeat (QString): false
appMetrics/disableTracking (QString): true
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (QString): false
closeTodoListAfterSave (QString): false
cryptoKey (QString): <hidden>
currentNoteFolderId (QString): 1
currentWorkspace (QString): initial
cursorWidth (QString): 1
customNoteFileExtensionList: empty
darkMode (QString): false
darkModeColors (QString): false
darkModeTrayIcon (QString): false
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (QString): true
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (QString): false
gitCommitInterval (QString): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
ignoreAllExternalModifications (QString): false
ignoreAllExternalNoteFolderChanges (QString): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (QString): false
imageScaleDownMaximumHeight (QString): 1024
imageScaleDownMaximumWidth (QString): 1024
initialLayoutIdentifier (QString): minimal
insertTimeFormat (QString): empty
interfaceFontSize (QString): 11
interfaceLanguage (QString): empty
internalIconTheme (QString): false
itemHeight (QString): 15
localTrash/autoCleanupDays (QString): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (QString): true
navigationPanelHideSearch (QString): false
networking/ignoreSSLErrors (QString): true
networking/proxyType (QString): 2
newNoteAskHeadline (QString): false
noteEditIsCentralWidget (QString): true
noteListPreview (QString): false
noteSaveIntervalTime (QString): 10
noteSubfoldersPanelDisplayAsFullTree (QString): true
noteSubfoldersPanelHideSearch (QString): false
noteSubfoldersPanelOrder (QString): 0
noteSubfoldersPanelShowFullPath (QString): false
noteSubfoldersPanelShowNotesRecursively (QString): false
noteSubfoldersPanelShowRootFolderName (QString): true
noteSubfoldersPanelSort (QString): 0
notesPanelOrder (QString): 0
notesPanelSort (QString): 1
notesPath (QString): /home/user/testqnotes
notifyAllExternalModifications (QString): false
overrideInterfaceFontSize (QString): false
ownCloud/password (QString): <hidden>
ownCloud/serverUrl (QString): empty
ownCloud/supportEnabled (QString): false
ownCloud/todoCalendarBackend (QString): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarDisplayNameList: empty
ownCloud/todoCalendarEnabledList: empty
ownCloud/todoCalendarEnabledUrlList: empty
ownCloud/todoCalendarUrlList: empty
ownCloud/userName (QString): empty
ownCloudInfo/appIsValid (bool): true
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
restoreCursorPosition (QString): true
savedSearches/noteFolder-1 (QStringList): Note 2019-01-06T17.20.23, Note 2019-01-06T16.59.02, Note 2019-01-06T16.50.18, Note 2019-01-06T16.46.36
showMenuBar (bool): true
showStatusBar (bool): true
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (QString): false
tagsPanelHideSearch (QString): false
tagsPanelOrder (QString): 0
tagsPanelSort (QString): 0
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QString): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (QString): 6
useUNIXNewline (QString): false
webSocketServerService/port (QString): 22222
workspace-initial/name (QString): Minimal
workspace-initial/noteSubFolderDockWidgetVisible (QString): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QString): initial

System environment

XDG_SESSION_ID: 3
XDG_RUNTIME_DIR: /run/user/1000
DISPLAY: :0.0
HOME: /home/user
SESSION_MANAGER: local/debian:@/tmp/.ICE-unix/1351,unix/debian:/tmp/.ICE-unix/1351
SSH_AGENT_PID: 1341
XDG_SEAT: seat0
COLORTERM: truecolor
XDG_MENU_PREFIX: xfce-
GLADE_MODULE_PATH: :
XDG_CURRENT_DESKTOP: XFCE
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
WINDOWID: 23068684
LOGNAME: user
GLADE_PIXMAP_PATH: :
WINDOWPATH: 7
LANG: en_US.UTF-8
TERM: xterm-256color
TZ: Asia/Kolkata
SSH_AUTH_SOCK: /tmp/ssh-NmTmo1iUbxVJ/agent.1314
XDG_VTNR: 7
XDG_CONFIG_DIRS: /etc/xdg
PWD: /home/user/testqnotes/trash
DESKTOP_SESSION: xfce
GLADE_CATALOG_PATH: :
VTE_VERSION: 5200
USER: user
PATH: /home/user/bin:/usr/local/bin:/usr/bin:/bin:/usr/games
SHELL: /usr/bin/fizsh
XDG_DATA_DIRS: /usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share
SHLVL: 1
OLDPWD: /home/user/testqnotes
_fizsh_F_DOT_DIR: /home/user/.fizsh
_fizsh_F_FIZSH: fizsh
_fizsh_F_EXEC_DIR: /usr/bin
_fizsh_F_FIZSH_FULL_PATH: /usr/bin/fizsh
_fizsh_F_BIN_DIR: /usr/bin
_fizsh_F_ETC_DIR: /etc/fizsh
_fizsh_F_SYNTAX: zsh-syntax-highlighting.zsh
_fizsh_F_HIGHLIGHTERS_DIR: highlighters
_fizsh_F_SEARCH: zsh-history-substring-search.zsh
_fizsh_F_PROMPT: fizsh-prompt.zsh
_fizsh_F_FIZSHRC: fizshrc.zsh
_fizsh_F_MISC: fizsh-miscellaneous.zsh
_fizsh_F_VERSION_FILE: .fizsh-version
_fizsh_F_CENTRAL_VERSION: 1.0.9
_fizsh_F_LOCAL_VERSION: 1.0.9
ZDOTDIR: /home/user/.fizsh
_: /usr/bin/QOwnNotes
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE: empty
LS_COLORS: rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:

Relevant log output in the Log panel

Attaching log file created when I added a tag to a note with the YAML script enabled.

QOwnNotes.log

Feature Request: Adjust the checkbox indent level

Expected behaviour

The checkboxes render a bit close to the the left of the document

Actual behaviour

They render with 1 or 2 indents

Steps to reproduce

Enable the "checkbox preview export" script and add the lines below to a markdown doc

- [ ] test 1

- [ ] test 2

- [ ] test 3

See the screenshot for what is going on.

screenshot_2019-02-02_19-01-58

EDIT:
Ok never mind, appearantly this script does not rely on the Github markdown checkboxes. One has to remove the dashes

thanks

PGP Encryption script

Expected behaviour

Decrypt notes only when you click the button to do so

Actual behaviour

The PGP encryption script attempts to decrypt the note whenever it is opened, even if not requested by the user.

Steps to reproduce

  1. Download and activate the mentioned script
  2. Encrypt any notes
  3. Browse for another note and try to go back to the one that was encrypted
  4. Now gpg-agent will request the password-phrase of the key (if it is not unlocked)

Additional information

This behavior happens when the private key is protected by a passphrase
Using a key without this protection would solve the problem, but anyway it seems to be an unnecessary use of resources as the QON will decrypt trying to decrypt the note every time it is opened

inbox script cant find python 3 and pandoc locations on the manjaro kde distro

QOwnNotes - version 19.5.2 - AUR - build 536
inbox script version 0.2.1

The inbox script can't find python 3 and pandoc location path on the manjaro kde distro even though they are installed.

The errors i get are:
The command/path for pandoc in the script settings is not valid.
Converting web pages to notes will be disabled.

The command/path for Python 3 interpreter in the script settings is not valid.
Please set the correct command/path.

@Maboroshy

Tagging in note text Script breaks the Table preview

I use the @tag tagging note text with #tag. When you use it like this it breaks the table preview.
When you use @tag it works. I know i know # is not optimal for tagging but in 1writer they use for tagging the notes so thats my problem.

Edit: its enough when you set the # in the Tag word maker setting

[FYI] noteToMarkdownHtmlHook update

The noteToMarkdownHtmlHook has been updated with an forExport information to render images/fonts accordingly. I updated your scripts with the parameter.

    /**
     * This function is called before the markdown html of a note is generated
     *
     * It allows you to modify what is passed to the markdown to html converter
     *
     * The method can for example be used in multiple scripts to render code (like LaTeX math or mermaid)
     * to its graphical representation for the preview
     *
     * The note will not be changed in this process
     *
     * @param {NoteApi} note - the note object
     * @param {string} markdown - the markdown that is about to being converted to html
     * @param {string} forExport - the html is used for an export, false for the preview
     * @return {string} the modified markdown or an empty string if nothing should be modified
     */
    function preNoteToMarkdownHtmlHook(note, markdown, forExport);

@Maboroshy @nikhilw @Beurt @MilanRusev @pbek @bessw @sanderboom @Fratt @mleo2003 @ryliejamesthomas @visika

[I] Script setting for interpreter doesn't work

Hello!

I am having trouble with setting the Python interpreter for "Merge multiple notes" created by @Maboroshy

Expected behaviour

Specifing the Python interpreter should make the script run (merge selected notes).

Actual behaviour

I specifed the full path of the Python interpreter (I triple checked through the terminal to make sure the path is correct and satisfies the version requirement), but the prompt keeps saying "Invalid command or path for python interpreter". I also tried changing the slashes to a different direction or surround it with quotes, but none worked.

Commands I tried (None worked):
/usr/bin/python3
~/usr/bin/python3
"/usr/bin/python3"
\usr\bin\python3

Steps to reproduce

Install "Merge notes" from script repository. Specify the full path of python interpreter. Prompt keeps denying the entry saying it is invalid

Relevant log output in the Log panel
Expand

[15:06:54] [scripting] loading script file: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/export-notes-as-one-html/export-notes-as-one-html.qml
[15:06:54] [scripting] loading script file: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[15:09:21] [scripting] loading script file: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/export-notes-as-one-html/export-notes-as-one-html.qml
[15:09:21] [scripting] loading script file: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml

Information about the application, settings and environment
Expand
QOwnNotes Debug Information
General Info

Current Date: Wed Apr 29 15:07:47 2020
Version: 20.4.17
Build date: Apr 28 2020
Build number: 5555
Platform: macosx
Operating System: macOS 10.15
Build architecture: x86_64
Current architecture: x86_64
Release: Travis CI
Qt Version (build): 5.13.2
Qt Version (runtime): 5.13.2
Portable mode: no
Settings path / key: /Users/ztian/Library/Preferences/com.pbe.QOwnNotes.plist
Application database path: /Users/ztian/Library/Application Support/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /Applications/QOwnNotes.app/Contents/MacOS/QOwnNotes
Qt Debug: 0
Locale (system): en_CH
Locale (interface): empty
Primary screen resolution: 1440x900
Screen resolution(s): 1440x900, 1920x1200
Icon theme: breeze-qownnotes
Notes in current note folder: 8
Calendar items: 0
Enabled scripts: 2
Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty
Spellchecking

Enabled: false
Selected language: empty
Language codes: empty
Language names: empty
Application dictionaries path: /Users/ztian/Library/Application Support/PBE/QOwnNotes/dicts
Note folders

currentNoteFolderId: 1
Note folder default

id: 1
isCurrent: yes
activeTagId: -1
localPath: /Users/ztian/Nextcloud/Notes
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /Users/ztian/Nextcloud/Notes/notes.sqlite
Cloud connections
Cloud connection Default

id: 1
isCurrent: yes
serverUrl: empty
username: empty
Enabled scripts
Script Export notes as one HTML file

id: 1
path: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/export-notes-as-one-html/export-notes-as-one-html.qml
variablesJson: empty
identifier: export-notes-as-one-html
version: 1.0.0
minAppVersion: 18.03.7
Script Merge selected notes

id: 2
path: /Users/ztian/Library/Application Support/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
variablesJson:

{
"deleteMerged": true,
"mergeToFirst": true,
"pyCommand": "\usr\bin\python3"
}

identifier: merge-notes
version: 0.0.3
minAppVersion: 17.08.5
Settings

AKLastCheckInAttemptDate (QDateTime): 2019-11-06T20:48:58.828
AKLastCheckInSuccessDate (QDateTime): 2019-11-06T20:48:59.684
AKLastEmailListRequestDateKey (QDateTime): 2020-04-29T14:08:34.602
AKLastIDMSEnvironment (qlonglong): 0
ActiveNoteHistoryItem (NoteHistoryItem):
Analogix Slimport Type-C to Legacy Adapter (QString): 1
Android Android (QString): 1
Country (QString): CH
Debug/fakeOldVersionNumber (bool): false
Debug/fileLogging (bool): true
EPSON XP-442 445 Series (QString): 1
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (bool): true
Editor/autoBracketRemoval (bool): true
Editor/disableCursorBlinking (bool): false
Editor/editorWidthInDFMOnly (bool): true
Editor/highlightCurrentLine (bool): true
Editor/indentSize (qlonglong): 4
Editor/useTabIndent (bool): false
Editor/vimMode (bool): false
FileDialog/LastPath (QString): /Users/ztian/anaconda3/bin
FileDialog/LastPath-ScriptSettingsFile-merge-notes-pyCommand (QString): /Users/ztian/anaconda3/bin
Generic USB Audio (QString): 1
HP DeskJet 3630 series (QString): 1
HP ENVY 4520 series (QString): 1
HP ENVY 5000 series (QString): 1
HP OfficeJet 4650 series (QString): 1
HUAWEI FRD-L04 (QString): 1
Hewlett Packard MFP M277dw (QString): 1
IssueAssistantDialog/geometry (QByteArray):
LastUpdateCheck (QDateTime): 2020-04-29T14:56:40.362
LogWidget/criticalLog (bool): true
LogWidget/debugLog (bool): true
LogWidget/fatalLog (bool): true
LogWidget/infoLog (bool): true
LogWidget/scriptingLog (bool): true
LogWidget/statusLog (bool): true
LogWidget/warningLog (bool): true
Logitech Wireless Headset (QString): 1
MainWindow/geometry (QByteArray):
MainWindow/mainToolBar.iconSize (qlonglong): 32
MainWindow/menuBarGeometry (QByteArray):
MainWindow/noteTextEdit.code.font (QString): .SF NS Mono,10,-1,5,50,0,0,0,0,0
MainWindow/noteTextEdit.font (QString): .AppleSystemUIFont,13,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.code.font (QString): .SF NS Mono,10,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): .AppleSystemUIFont,13,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.ignoreCodeFontSize (bool): true
MainWindow/noteTextView.rtl (bool): false
MainWindow/noteTextView.underline (bool): true
MainWindow/noteTextView.useEditorStyles (bool): true
MainWindow/noteTextView.useInternalExportStyling (bool): true
MultipleSessionEnabled (bool): true
NoteHistory-1 (QVariantList): <variant list with 8 item(s)>
NoteHistoryCurrentIndex-1 (qlonglong): 7
PKSecureElementAvailableFlagsByHost (qlonglong): 1
PersistentScripting/MdNT/pyCommand (QString): empty
PiwikClientId (QString):
Realtek USB 10·100·1000 LAN (QString): 1
ScriptRepositoryDialog/geometry (QByteArray):
ScriptRepositoryDialog/mainSplitterState (QByteArray):
SearchEngineId (qlonglong): 2
SettingsDialog/geometry (QByteArray):
SettingsDialog/mainSplitterState (QByteArray):
Shortcuts/MainWindow-customAction_exportHTML (QString): empty
ShowSystemTray (bool): false
StartHidden (bool): false
TISRomanSwitchState (qlonglong): 0
VIA Technologies Inc/ USB 2/0 BILLBOARD (QString): 1
WebAutomaticSpellingCorrectionEnabled (bool): true
WelcomeDialog/geometry (QByteArray):
acceptAllExternalModifications (bool): false
allowNoteEditing (bool): true
allowOnlyOneAppInstance (bool): false
appMetrics/disableAppHeartbeat (bool): false
appMetrics/disableTracking (bool): false
appMetrics/notificationShown (bool): true
automaticNoteFolderDatabaseClosing (bool): false
checkSpelling (bool): false
closeTodoListAfterSave (bool): false
cryptoKey (qlonglong):
currentNoteFolderId (qlonglong): 1
currentWorkspace (QString): initial
cursorWidth (qlonglong): 1
customNoteFileExtensionList (QStringList): empty
darkMode (bool): false
darkModeColors (bool): false
darkModeIconTheme (bool): false
darkModeTrayIcon (bool): false
defaultNoteFileExtension (QString): md
demoNotesCreated (bool): true
disableAutomaticUpdateDialog (bool): false
disableSavedSearchesAutoCompletion (bool): false
dockWasInitializedOnce (bool): true
enableNoteTree (bool): false
enableSocketServer (bool): true
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (bool): false
gitCommitInterval (qlonglong): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (bool): true
ignoreAllExternalModifications (bool): false
ignoreAllExternalNoteFolderChanges (bool): false
ignoreNoteSubFolders (QString): ^.
imageScaleDown (bool): false
imageScaleDownMaximumHeight (qlonglong): 1024
imageScaleDownMaximumWidth (qlonglong): 1024
initialLayoutIdentifier (QString): full
insertTimeFormat (QString): empty
interfaceFontSize (qlonglong): 11
interfaceLanguage (QString): empty
internalIconTheme (bool): false
itemHeight (qlonglong): 18
legacyLinking (bool): false
localTrash/autoCleanupDays (qlonglong): 30
localTrash/autoCleanupEnabled (bool): true
localTrash/supportEnabled (bool): true
markdownHighlightingEnabled (bool): true
navigationPanelHideSearch (bool): false
networking/ignoreSSLErrors (bool): true
networking/proxyType (qlonglong): 2
newNoteAskHeadline (bool): false
noteEditIsCentralWidget (bool): true
noteListPreview (bool): false
noteSaveIntervalTime (qlonglong): 10
noteSubfoldersPanelDisplayAsFullTree (bool): true
noteSubfoldersPanelHideSearch (bool): false
noteSubfoldersPanelOrder (qlonglong): 0
noteSubfoldersPanelShowFullPath (bool): false
noteSubfoldersPanelShowNotesRecursively (bool): false
noteSubfoldersPanelShowRootFolderName (bool): true
noteSubfoldersPanelSort (qlonglong): 0
notesPanelOrder (qlonglong): 0
notesPanelSort (qlonglong): 1
notesPath (QString): /Users/ztian/Nextcloud/Notes
notifyAllExternalModifications (bool): false
overrideInterfaceFontSize (bool): false
ownCloud/supportEnabled (bool): false
ownCloud/todoCalendarBackend (qlonglong): 3
ownCloud/todoCalendarCalDAVPassword (QString):
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (qlonglong): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (bool): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
restoreCursorPosition (bool): false
restoreLastNoteAtStartup (bool): true
savedSearches/noteFolder-1 (QStringList): Stlc The Simply Typed Lambda-Calculus 2020-04-29T14.31.35, Stlc The Simply Typed Lambda-Calculus 2020-04-29T14.30.20, Stlc The Simply Typed Lambda-Calculus 2020-04-29T14.30.03, Stlc The Simply Typed Lambda-Calculus 2020-04-29T14.15.08, Stlc The Simply Typed Lambda-Calculus 2020-04-29T14.14.45, Stlc The Simply Typed Lambda-Calculus
showMatches (bool): true
showMenuBar (bool): false
showStatusBar (bool): true
systemIconTheme (bool): false
taggingShowNotesRecursively (bool): false
tagsPanelHideSearch (bool): false
tagsPanelOrder (qlonglong): 0
tagsPanelSort (qlonglong): 0
todoCalendarSupport (bool): true
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (qlonglong): 6
useNoteFolderButtons (bool): false
useUNIXNewline (bool): false
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (qlonglong): 22222
webSocketServerService/token (QString): pktXGad2
workspace-initial/name (QString): Full
workspace-initial/noteSubFolderDockWidgetVisible (QString): true
workspace-initial/windowState (QByteArray):
workspaces (QStringList): initial

System environment

USER: ztian
DISPLAY: /private/tmp/com.apple.launchd.zDaI71ctCB/org.macosforge.xquartz:0
LOGNAME: ztian
PATH: /usr/bin:/bin:/usr/sbin:/sbin
SSH_AUTH_SOCK: /private/tmp/com.apple.launchd.qiAMStYBUp/Listeners
HOME: /Users/ztian
SHELL: /bin/bash
__CF_USER_TEXT_ENCODING: 0x1F6:0x0:0x2
TMPDIR: /var/folders/64/74g3scgd54721f5ctbqllg2h0000gp/T/
XPC_SERVICE_NAME: com.PBE.QOwnNotes.14564
XPC_FLAGS: 0x0
QT_LOGGING_RULES: qt.network.ssl.warning=false

Unchanging note filename when different from headline

I use handleNewNoteHeadlineHook to create a custom headline, but as I want the file created to have a different name, I also use handleNoteTextFileNameHook to avoid spaces in my date-based filename. Alas, handleNoteTextFileNameHook is called each time the file gets stored to disk (and so with a new name each time I edit the note). How can I ensure the note file name is assigned only once. Ideally I'd like to assign the headline and the filename together, after "New note", and have no further updates.

I tried calling currentNote in handleNewNoteHeadlineHook, but it doesn't exist yet. I also tried accessing note.fullNoteFilePath in handleNoteTextFileNameHook, but it's always empty.

Thanks.

How to create a shortcut?

Hello,
I'm new to this app. Can you tell me is there any way I can press a button on keyboard and task will be marked [ x ] ? And when I press again it will be [ ] ?

Regards

PlantUML does not render --> as arrow

Using render-plantuml. Expected behaviour with this script would be the rendering as you see in the screenshots. What I get is this Syntax error, which complains that &gt;could be wrong. This &gt; is the HTML escape code for >, which got me thinking that the Markdown (and in turn, the Plantuml-Section), is parsed as HTML (or some other language containing escape codes) at someplace during the rendering. This might as well mix up the Plantuml, making the > useless.

Right now I checked if there's anything else in Plantuml, that would be rendered the wrong way - and found some: "ends up as &quot; (below).

I don't really know how where to go from here/if this might be a bug with render-plantuml, QPlainTextEdit, or Plantuml (which works when started from a command line in the directory with the files, rendering them as it should).

grafik

Can't get markdown-it running

Expected behaviour

the script initialices without errors

Actual behaviour

getting the error markdown-it.qml:68: TypeError: Type error markdown-it.qml#L68

My platform

OS: Win10
QOwnNotes version: 19.10.7
I can remember that a few versions ago, when I tried it last time, it worked.

Other observations

function init() {
console.warn("typeof(MarkdownIt)=", typeof(MarkdownIt));
//prints: [warning] typeof(MarkdownIt)= object

console.warn("Object.keys(MarkdownIt)=", Object.keys(MarkdownIt));
//prints: [warning] Object.keys(MarkdownIt)= []
...

Seems to me like something has gone wrong with the import, but I haven't realy got a clue maybe you @pbek know what happend.

Script / feature request

I often add media or attachments to my notes. Sometimes, I remove the reference to the media in the markdown.

I'd like to have a script that identifies all of the "orphaned" media files.

Journal Entry Script Inserts Wrong File Name (eg. Note 12a742c7-e7e8-4e88-95ee-cca2ecb0b274)

Script name

Journal entry

Expected behaviour

I believe the intent of the script is to create a new note in a specified folder with the default file name of:
"Journal " + m.getFullYear() + ("0" + (m.getMonth()+1)).slice(-2) + ("0" + m.getDate()).slice(-2);

eg. Journal 20210919

Actual behaviour

What happens when I click the New Journal Entry button in the Qownnotes interface is, a new journal file is created, but without the "Journal 20210919" name.

Instead, a new note is created with the file name of:
Note 12a742c7-e7e8-4e88-95ee-cca2ecb0b274

etc. etc.

Steps to reproduce

  1. Install Journal Entry script
  2. Use New Journal Entry button
  3. See new journal created with your template, in proper directory, but with the wrong name.

Output from the debug section in the settings dialog

## General Info

**Current Date**: `Sun Sep 19 12:06:42 2021`
**Version**: `21.9.4`
**Build date**: `Sep 12 2021`
**Build number**: `881`
**Platform**: `linux`
**Operating System**: `Debian GNU/Linux 10 (buster)`
**Build architecture**: `x86_64`
**Current architecture**: `x86_64`
**Release**: `OBS`
**Qt Version (build)**: `5.11.3`
**Qt Version (runtime)**: `5.11.3`
**Portable mode**: `no`
**Settings path / key**: `/home/patrick/.config/PBE/QOwnNotes.conf`
**Application database path**: `/home/patrick/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite`
**Application arguments**: `/usr/bin/QOwnNotes`
**Qt Debug**: `0`
**Locale (system)**: `en_CA`
**Locale (interface)**: *empty*
**Primary screen resolution**: `1920x1080`
**Screen resolution(s)**: `1920x1080, 1920x1080`
**Icon theme**: `breeze-dark-qownnotes`
**Notes in current note folder**: `51`
**Calendar items**: `11`
**Enabled scripts**: `2`
### Script `Journal entry`

**id**: `1`
**path**: `/home/patrick/.local/share/PBE/QOwnNotes/scripts/journal-entry/journal-entry.qml`
**variablesJson**: 
{
    "defaultFolder": "Daily",
    "defaultTags": "journal",
    "noteBodyTemplate": "Today... ",
    "singleJournalPerDay": true
}
**identifier**: `journal-entry`
**version**: `1.5.1`
**minAppVersion**: `17.11.6`

Relevant log output in the Log panel

[12:05:13] [scripting] creating new journal entry: Journal 20210919
[12:05:13] [scripting] Attempt: Jump to default folder 'Daily' before creating a new journal note.
[12:05:13] [scripting] Success: Jump to default folder 'Daily' before creating a new journal note.
[12:05:13] [status] Stored current note to disk
[12:05:13] [scripting] Tag the new journal note with default tag: journal
[12:05:18] [status] Stored 1 note(s) to disk

Any ideas here?

PlantUML does not render image

Script name

Support for PlantUML in notes

Script authors

nikhilw, beurt

Expected behaviour

Write PlantUML and expect an image in the preview panel

Actual behaviour

Write PlantUML and image is not rendered in the preview panel. Instead a placeholder for image is displayed.

2021-01-24 00_31_21-Window

Steps to reproduce

  1. Install PlantUML plugin from script repository
  2. verify Java is available in PATH
  3. place plantuml.jar in a folder and specify it in the plugin settings

Output from the debug section in the settings dialog

QOwnNotes Debug Information

General Info

Current Date: Sun Jan 24 00:36:37 2021
Version: 21.1.7
Build date: Jan 23 2021
Build number: 808
Platform: windows
Operating System: Windows 10 Version 2009
Build architecture: x86_64
Current architecture: x86_64
Release: GitHub Actions
Qt Version (build): 5.15.2
Qt Version (runtime): 5.15.2
Portable mode: no
Settings path / key: \HKEY_CURRENT_USER\Software\PBE\QOwnNotes
Application database path: C:\Users\animesh\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite
Application arguments: C:\Users\animesh\programs\QOwnNotes\QOwnNotes.exe
Qt Debug: 0
Locale (system): en_IN
Locale (interface): empty
Primary screen resolution: 1920x1080
Icon theme: breeze-qownnotes
Notes in current note folder: 587
Calendar items: 0
Enabled scripts: 3

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Spellchecking

Enabled: false
Selected language: en_US
Language codes: en_US
Language names: American English (United States)
Application dictionaries path: C:\Users\animesh\AppData\Roaming\PBE\QOwnNotes\dicts

Note folders

currentNoteFolderId: 1

Note folder default

id: 1
isCurrent: yes
activeTagId: -1
localPath: C:\Users\animesh\Dropbox\notes
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: no
activeNoteSubFolder name: architecture-and-design
database file: C:\Users\animesh\Dropbox\notes\notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: empty
username: empty

Enabled scripts

Script List maker

id: 1
path: C:\Users\animesh\AppData\Roaming\PBE\QOwnNotes\scripts\list-maker\list-maker.qml
variablesJson:

{
    "setLetters": "abcdefghijklmnopqrstuvwxyz",
    "setMarkers": "- • ‣"
}

identifier: list-maker
version: 0.0.2
minAppVersion: 17.07.8

Script Sort lines

id: 3
path: C:\Users\animesh\AppData\Roaming\PBE\QOwnNotes\scripts\sort-lines\sort-lines.qml
variablesJson: empty
identifier: sort-lines
version: 1.0.0
minAppVersion: 18.04.3

Script Support for PlantUML in notes

id: 5
path: C:\Users\animesh\AppData\Roaming\PBE\QOwnNotes\scripts\render-plantuml\render-plantuml.qml
variablesJson:

{
    "hideMarkup": false,
    "javaExePath": "java",
    "noStartUml": true,
    "plantumlJarPath": "C:\\Users\\animesh\\programs\\plantuml\\plantuml.jar",
    "workDir": "C:\\Users\\animesh\\programs\\tmp"
}

identifier: render-plantuml
version: 0.0.8
minAppVersion: 20.6.0

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActionDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (QString): false
Debug/fileLogging (QString): true
DictionaryManagerDialog/geometry (QByteArray): <binary data>
DictionaryManagerDialog/mainSplitterState (QByteArray): <binary data>
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (int): 21
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (QString): true
Editor/autoBracketRemoval (QString): true
Editor/centerCursor (QString): false
Editor/disableCursorBlinking (QString): false
Editor/editorWidthInDFMOnly (QString): true
Editor/highlightCurrentLine (QString): true
Editor/indentSize (int): 4
Editor/removeTrailingSpaces (QString): false
Editor/useTabIndent (QString): false
Editor/vimMode (QString): false
FileDialog/LastPath (QString): C:/Users/animesh/Downloads
FileDialog/LastPath-NoteHTMLExport (QString): C:/Users/animesh/Downloads
FileDialog/LastPath-PreviewHTMLFileExport (QString): C:/Users/animesh/Downloads
FileDialog/LastPath-ScriptSettingsFile-render-plantuml-plantumlJarPath (QString): C:/Users/animesh/programs/plantuml
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2021-01-24T00:16:35.747
LinkDialog/geometry (QByteArray): <binary data>
LocalTrashDialog/geometry (QByteArray): <binary data>
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (int): 32
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-1 (QStringList): general
MainWindow/noteTextEdit.code.font (QString): Consolas,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextEdit.font (QString): Segoe UI,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.code.font (QString): Consolas,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.font (QString): Segoe UI,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.ignoreCodeFontSize (QString): true
MainWindow/noteTextView.rtl (QString): false
MainWindow/noteTextView.underline (QString): true
MainWindow/noteTextView.useEditorStyles (QString): true
MainWindow/noteTextView.useInternalExportStyling (QString): true
MainWindow/showNotesFromAllNoteSubFolders (QString): false
MessageBoxOverride/update-and-restart (int): 16384
NoteDiffDialog/geometry (QByteArray): <binary data>
NoteFolder-1/NoteTabNameList (QStringList): test
NoteFolder-1/NoteTabStickinessList (QStringList): empty
NoteFolder-1/NoteTabSubFolderPathDataList (QStringList):

learning
architecture-and-design

NoteFolder-1/allowDifferentNoteFileName (QString): true
NoteHistory-1 (QVariantList): <variant list with 200 item(s)>
NoteHistoryCurrentIndex-1 (int): 199
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (int): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShareDialog/geometry (QByteArray): <binary data>
Shortcuts/MainWindow-customAction_list 123 (QString): Ctrl+Alt+L
Shortcuts/MainWindow-togglePanel-notePreviewDockWidget (QString): Ctrl+Alt+W
ShowSystemTray (QString): false
StartHidden (QString): false
TableDialog/geometry (QByteArray): <binary data>
UpdateDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (QString): false
allowNoteEditing (QString): true
allowOnlyOneAppInstance (QString): true
appMetrics/disableAppHeartbeat (QString): false
appMetrics/disableTracking (QString): false
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (QString): false
checkSpelling (QString): false
closeTodoListAfterSave (QString): false
cryptoKey (qlonglong): <hidden>
currentNoteFolderId (int): 1
currentWorkspace (QString): initial
cursorWidth (int): 2
customNoteFileExtensionList (QStringList): empty
darkMode (QString): false
darkModeColors (QString): false
darkModeIconTheme (QString): false
darkModeTrayIcon (QString): true
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (QString): false
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
enableNoteTree (QString): false
enableSocketServer (QString): false
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (QString): true
gitCommitInterval (int): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (QString): true
ignoreAllExternalModifications (QString): false
ignoreAllExternalNoteFolderChanges (QString): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (QString): true
imageScaleDownMaximumHeight (int): 480
imageScaleDownMaximumWidth (int): 480
initialLayoutIdentifier (QString): minimal
insertTimeFormat (QString): empty
interfaceFontSize (int): 11
interfaceLanguage (QString): empty
internalIconTheme (QString): false
itemHeight (int): 16
legacyLinking (QString): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (QString): true
navigationPanelHideSearch (QString): false
networking/ignoreSSLErrors (QString): true
networking/proxyType (int): 2
newNoteAskHeadline (QString): true
noteEditIsCentralWidget (QString): true
noteListPreview (QString): false
noteSaveIntervalTime (int): 300
noteSubfoldersPanelDisplayAsFullTree (QString): true
noteSubfoldersPanelHideSearch (QString): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (QString): false
noteSubfoldersPanelShowNotesRecursively (QString): false
noteSubfoldersPanelShowRootFolderName (QString): true
noteSubfoldersPanelSort (int): 0
notesPanelOrder (int): 0
notesPanelSort (int): 1
notesPath (QString): C:/Users/animesh/Dropbox/notes
notifyAllExternalModifications (QString): true
overrideInterfaceFontSize (QString): false
ownCloud/supportEnabled (QString): false
ownCloud/todoCalendarBackend (int): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (int): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (QString): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): initial
restoreCursorPosition (QString): true
restoreLastNoteAtStartup (QString): true
restoreNoteTabs (QString): true
savedSearches/noteFolder-1 (QStringList): test, repairWorks, dec032020, dec022020, dec012020, nov302020, nov292020, nov062020, nov052020, nov042020, nov032020, nov022020, nov012020, oct312020, oct302020, oct292020, oct282020, oct272020, oct232020, oct222020, oct212020, webpack, oct202020, oct192020, pa11y, oct182020, oct172020, oct162020, oct152020, oct142020, oct122020, oct112020, oct102020, oct092020, oct082020, oct072020, oct062020, oct052020, oct042020, oct032020, oct022020, oct012020, sep302020, sep292020, sep282020, sep272020, sep262020, sep242020, sep222020, sep212020, reinstall, sep202020, sep192020, sep182020, sep172020, sep162020, sep152020, sep142020, sep132020, sep122020, sep112020, sep102020, sep092020, sep082020
showMatches (QString): true
showMenuBar (QString): true
showStatusBar (QString): true
skipVersion (QString): 21.1.3
spellCheckLanguage (QString): en_US
systemIconTheme (QString): false
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (QString): false
tagsPanelHideNoteCount (QString): false
tagsPanelHideSearch (QString): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (QString): false
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (int): 6
useNoteFolderButtons (QString): false
useUNIXNewline (QString): false
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (int): 22222
workspace-initial/name (QString): Minimal
workspace-initial/noteSubFolderDockWidgetVisible (QString): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial

System environment

ALLUSERSPROFILE: C:\ProgramData
APPDATA: C:\Users\animesh\AppData\Roaming
CommonProgramFiles: C:\Program Files\Common Files
CommonProgramFiles(x86): C:\Program Files (x86)\Common Files
CommonProgramW6432: C:\Program Files\Common Files
ComSpec: C:\WINDOWS\system32\cmd.exe
configsetroot: C:\WINDOWS\ConfigSetRoot
DriverData: C:\Windows\System32\Drivers\DriverData
HOMEDRIVE: C:
HOMEPATH: \Users\animesh
JAVA_HOME: C:\Program Files\AdoptOpenJDK\jdk-11.0.8.10-openj9\
LOCALAPPDATA: C:\Users\animesh\AppData\Local
OS: Windows_NT
Path: C:\Program Files\AdoptOpenJDK\jdk-11.0.8.10-openj9\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\dotnet\;C:\Program Files\Git\cmd;C:\Users\animesh\AppData\Local\Microsoft\WindowsApps;C:\Users\animesh\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\animesh\.dotnet\tools;C:\Users\animesh\AppData\Local\lektor-cli;C:\Users\animesh\programs;C:\Program Files\Java\jdk-13.0.1\bin
PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE: AMD64
PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
PROCESSOR_LEVEL: 6
PROCESSOR_REVISION: 9e0a
ProgramData: C:\ProgramData
ProgramFiles: C:\Program Files
ProgramFiles(x86): C:\Program Files (x86)
ProgramW6432: C:\Program Files
PSModulePath: %ProgramFiles%\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\PowerShell\Modules\
PUBLIC: C:\Users\Public
SystemDrive: C:
SystemRoot: C:\WINDOWS
TEMP: C:\Users\animesh\AppData\Local\Temp
TMP: C:\Users\animesh\AppData\Local\Temp
USERNAME: animesh
USERPROFILE: C:\Users\animesh
windir: C:\WINDOWS

Relevant log output in the Log panel

in-note-text-tagging using # as tag for compatibility with Epsilon Notes

Script name

in-note-text-tagging

Script authors

@Maboroshy

Expected behaviour

Script allows you to specify alternative tag word marker. Epsilon Notes (Android) uses # (in addition to YAML option). So this would be a good alternative to @.

Actual behaviour

The script picks up the markdown hashes as tags. For example, ## Heading will identify # as a tag, and ### Heading will identify ## as a tag. Presumably just needs the regex amending to ignore these.

Rename repository to qownnotes/qownnotes-scripts

Small but very important detail,

I think that renaming the repository to qownnotes-scripts or something similar would cause less trouble during cloning or forking. I have already encountered it myself by getting

fatal: destination path 'scripts' already exists and is not an empty directory.

Best regards!
Filip

Add due date in taskwarrior script

Hi @Maboroshy

Just one question. Is it easy (in your opinion) to add an option to add the due dates in export to taskwarrior via the dedicated script?
I now put my note tasks in the comment section of my YALM header. I configured a keyboard shortcut to "export to taskwarrior", I select the text and shortcut... Taskwarrior is powered and tasks remain marked in their original note.
In addition, this allows me to have them directly in the document without modifying my export (pdf or odt) via Pandoc. The only thing missing at this point is the end date.


---
title: Title of the note
subtile: 
author: 
 - Bepolymathe
date: 2018-06-12
lang: fr 
toc: yes 
abstract: A short text to resume...
tags: Tag1 Tag2
comment : >
	[Note relative](note://Complements notes)
        * A task here +tag
...

Thanks in advance for your opinion.

undefined error when loading script

@milan-rusev

Expected behaviour

Script should be able to render content

Actual behaviour

  • Content is rendered using the standard QOwnNotes mechanism
  • In the log, I see that MarkDownIt.markdownit(..) returns undefined

Steps to reproduce

  • Install markdown-it as the only script
  • Reload Script Engine
  • Try to render a note

Output from the debug section in the settings dialog

QOwnNotes Debug Information

General Info

Current Date: Mi. Sep. 12 13:52:22 2018
Version: 18.09.1
Build date: Sep 9 2018
Build number: 476
Platform: linux
Operating System: Ubuntu 16.04.4 LTS
Build architecture: x86_64
Current architecture: x86_64
Release: Launchpad PPA
Qt Version (build): 5.5.1
Qt Version (runtime): 5.6.1
Portable mode: no
Settings path / key: /home/fschoenh/.config/PBE/QOwnNotes.conf
Application database path: /home/fschoenh/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /usr/bin/QOwnNotes
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Icon theme: breeze-dark-qownnotes
Notes in current note folder: 23
Enabled scripts: 1

Server Info

serverUrl: https://www.the-anvil.net/nxtc
appIsValid: yes
notesPathExists: yes
serverVersion: 12.0.4.3
appVersion: empty

Note folders

currentNoteFolderId: 1

Note folder default

id: 1
isCurrent: yes
activeTagId: 1
localPath: /home/fschoenh/ownCloud/work/cs/Notes
remotePath: work/cs/Notes
isShowSubfolders: yes
isUseGit: yes
activeNoteSubFolder name: empty
database file: /home/fschoenh/ownCloud/work/cs/Notes/notes.sqlite

Note folder O2

id: 2
isCurrent: no
activeTagId: -1
localPath: /home/fschoenh/work/projects/o2/Documents
remotePath: empty
isShowSubfolders: yes
isUseGit: yes
activeNoteSubFolder name: empty
database file: /home/fschoenh/work/projects/o2/Documents/notes.sqlite

Enabled scripts

Script Markdown-it markdown parser

id: 11
path: /home/fschoenh/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
variablesJson: empty
identifier: markdown-it
version: 1.0.1
minAppVersion: 17.08.2

Settings

AboutDialog/geometry: <binary data>
ActionDialog/geometry: <binary data>
ActiveNoteHistoryItem: empty
Debug/fakeOldVersionNumber: false
Debug/fileLogging: false
DistractionFreeMode/editorWidthMode: 3
DistractionFreeMode/isEnabled: false
DistractionFreeMode/menuBarGeometry: <binary data>
DistractionFreeMode/menuBarHeight: 30
DistractionFreeMode/windowState: <binary data>
Editor/CurrentSchemaKey: EditorColorSchema-cdbf28fc-1ddc-4d13-bb21-6a4043316a2f
Editor/autoBracketClosing: true
Editor/autoBracketRemoval: true
Editor/editorWidthInDFMOnly: true
Editor/highlightCurrentLine: true
Editor/vimMode: false
LastUpdateCheck: 2018-09-12T13:50:22
LogWidget/showAtStartup: false
MainWindow/geometry: <binary data>
MainWindow/mainToolBar.iconSize: 22
MainWindow/menuBarGeometry: <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-2: O2 Shop, O2 Shop/infrastructure, O2 Shop/shop-infrastructure, Review-MCE_IF_R18.5
MainWindow/noteTextEdit.code.font: Source Code Pro,9,-1,0,50,0,0,0,0,0
MainWindow/noteTextEdit.font: Arial,10,-1,0,50,0,0,0,0,0
MainWindow/noteTextView.code.font: Hasklig,10,-1,0,75,0,0,0,0,0
MainWindow/noteTextView.font: Arial,12,-1,0,50,0,0,0,0,0
MainWindow/noteTextView.rtl: false
MainWindow/showNotesFromAllNoteSubFolders: false
PiwikClientId: <hidden>
ScriptRepositoryDialog/geometry: <binary data>
ScriptRepositoryDialog/mainSplitterState: <binary data>
SearchEngineId: 0
SettingsDialog/geometry: <binary data>
SettingsDialog/mainSplitterState: <binary data>
ShareDialog/geometry: <binary data>
Shortcuts/MainWindow-action_DuplicateText: Ctrl+Shift+D
ShowSystemTray: true
StartHidden: false
TodoDialog/geometry: <binary data>
TodoDialog/mainSplitterState: <binary data>
TodoDialog/showCompletedItems: 2
TodoDialog/todoListSelectorSelectedItem: project
UpdateDialog/geometry: <binary data>
WelcomeDialog/geometry: <binary data>
acceptAllExternalModifications: true
allowDifferentNoteFileName: true
allowNoteEditing: true
allowOnlyOneAppInstance: true
appMetrics/disableAppHeartbeat: false
appMetrics/disableTracking: true
appMetrics/notificationShown: true
automaticNoteFolderDatabaseClosing: false
closeTodoListAfterSave: false
cryptoKey: <hidden>
currentNoteFolderId: 1
currentWorkspace: 6b252e98-a5d3-44ba-a033-32648d25d8d2
cursorWidth: 1
customNoteFileExtensionList: empty
darkMode: true
darkModeColors: true
darkModeTrayIcon: true
defaultNoteFileExtension: md
demoNotesCreated: true
disableAutomaticUpdateDialog: true
dockWasInitializedOnce: true
externalEditorPath: /usr/bin/atom
fullyHighlightedBlockquotes: true
gitCommitInterval: 30
gitExecutablePath: empty
gitLogCommand: empty
ignoreAllExternalModifications: false
ignoreAllExternalNoteFolderChanges: false
imageScaleDown: false
imageScaleDownMaximumHeight: 1024
imageScaleDownMaximumWidth: 1024
insertTimeFormat: empty
interfaceLanguage: empty
internalIconTheme: false
itemHeight: 26
localTrash/autoCleanupDays: 30
localTrash/autoCleanupEnabled: true
localTrash/supportEnabled: true
markdownHighlightingEnabled: true
networking/ignoreSSLErrors: true
networking/proxyHostName: proxy.muc1.device-insight.de
networking/proxyNeedsAuth: false
networking/proxyPassword: <hidden>
networking/proxyPort: 3128
networking/proxyType: 2
networking/proxyUser: empty
newNoteAskHeadline: false
noteEditIsCentralWidget: false
noteListPreview: false
noteSaveIntervalTime: 10
noteSubfoldersPanelDisplayAsFullTree: true
noteSubfoldersPanelHideSearch: false
noteSubfoldersPanelOrder: 0
noteSubfoldersPanelShowFullPath: false
noteSubfoldersPanelShowNotesRecursively: true
noteSubfoldersPanelShowRootFolderName: true
noteSubfoldersPanelSort: 0
notesPanelOrder: 0
notesPanelSort: 0
notesPath: /home/fschoenh/ownCloud/work/cs/Notes
notifyAllExternalModifications: false
oneColumnModeEnabled: false
ownCloud/ignoreNonTodoCalendars: false
ownCloud/password: <hidden>
ownCloud/serverUrl: https://www.the-anvil.net/nxtc
ownCloud/supportEnabled: true
ownCloud/todoCalendarBackend: 3
ownCloud/todoCalendarCalDAVPassword: <hidden>
ownCloud/todoCalendarCalDAVServerUrl: empty
ownCloud/todoCalendarCalDAVUsername: empty
ownCloud/todoCalendarDisplayNameList: private, comsysto, project-optional, project, binoflo, einkaufsliste, wunschzettel-bettina, wunschzettel-flo
ownCloud/todoCalendarEnabledList: project
ownCloud/todoCalendarEnabledUrlList: https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/project/
ownCloud/todoCalendarUrlList: https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/private/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/comsysto/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/project-optional/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/project/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/binoflo/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/einkaufsliste/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/wunschzettel-bettina/, https://www.the-anvil.net/nxtc/remote.php/dav/calendars/flo/wunschzettel-flo/
ownCloud/userName: flo
ownCloudInfo/appIsValid: true
ownCloudInfo/connectionErrorMessage: Unknown error
ownCloudInfo/notesPathExistsText: yes
ownCloudInfo/serverVersion: 12.0.4.3
previousWorkspace: 6d0e2c1a-dcf2-4cc5-a73e-0490a99106d1
recentNoteFolders: /home/fschoenh/work/projects/o2/Documents, /home/fschoenh/work/projects/o2/Documents/Notes, /home/fschoenh/work/truecrypt/projects/di/vaillant/documents, /home/fschoenh/ownCloud/Notes
restoreCursorPosition: true
savedSearches/noteFolder-1: scratch, mockito, Note 2017-04-18T10.29.04, bash, Postgres, docker, linux, junit, Agile
savedSearches/noteFolder-2: Note 2018-02-26T17.12.31
showMenuBar: true
showStatusBar: true
skipVersion: 16.10.0
taggingShowNotesRecursively: true
tagsPanelHideSearch: false
tagsPanelOrder: 0
tagsPanelSort: 0
toolbar/1/items: action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name: mainToolBar
toolbar/1/title: main toolbar
toolbar/2/items: actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text
toolbar/2/name: formattingToolbar
toolbar/2/title: formatting toolbar
toolbar/3/items: actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name: insertingToolbar
toolbar/3/title: inserting toolbar
toolbar/4/items: action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name: encryptionToolbar
toolbar/4/title: encryption toolbar
toolbar/5/items: actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name: windowToolbar
toolbar/5/title: window toolbar
toolbar/6/items: action_Quit
toolbar/6/name: quitToolbar
toolbar/6/title: quit toolbar
toolbar/size: 6
useSoftWrapInNoteEditor: true
useUNIXNewline: false
workspace-6b252e98-a5d3-44ba-a033-32648d25d8d2/name: default
workspace-6b252e98-a5d3-44ba-a033-32648d25d8d2/noteSubFolderDockWidgetVisible: true
workspace-6b252e98-a5d3-44ba-a033-32648d25d8d2/windowState: <binary data>
workspace-6d0e2c1a-dcf2-4cc5-a73e-0490a99106d1/noteSubFolderDockWidgetVisible: true
workspace-6d0e2c1a-dcf2-4cc5-a73e-0490a99106d1/windowState: <binary data>
workspaces: 6b252e98-a5d3-44ba-a033-32648d25d8d2

System environment

LC_PAPER: de_DE.UTF-8
XDG_VTNR: 7
LC_ADDRESS: de_DE.UTF-8
XDG_SESSION_ID: 2
SSH_AGENT_PID: 4838
PAM_KWALLET5_LOGIN: /tmp/kwallet5_fschoenh.socket
LC_MONETARY: de_DE.UTF-8
GPG_AGENT_INFO: /home/fschoenh/.gnupg/S.gpg-agent:0:1
SHELL: /usr/bin/zsh
XDG_SESSION_COOKIE: 9742ee653ae29e9bcba4c527568a5204-1536737523.795051-1122162687
QT_LINUX_ACCESSIBILITY_ALWAYS_ON: 1
GS_LIB: /home/fschoenh/.fonts
LC_NUMERIC: de_DE.UTF-8
GTK_MODULES: gail:atk-bridge
XDG_SESSION_CLASS: user
KDE_FULL_SESSION: true
USER: fschoenh
QT_ACCESSIBILITY: 1
LC_TELEPHONE: de_DE.UTF-8
XCURSOR_SIZE: 0
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session1
QT_AUTO_SCREEN_SCALE_FACTOR: 0
XDG_SEAT_PATH: /org/freedesktop/DisplayManager/Seat0
SSH_AUTH_SOCK: /tmp/ssh-S0TR2yKsRhaS/agent.4411
PLANTUML_HOME: /home/fschoenh/ownCloud/work/cs/resources/plantuml
SESSION_MANAGER: local/fschoenh-ThinkPad-T550:@/tmp/.ICE-unix/5061,unix/fschoenh-ThinkPad-T550:/tmp/.ICE-unix/5061
DEFAULTS_PATH: /usr/share/gconf//usr/share/xsessions/plasma.default.path
QT_SCREEN_SCALE_FACTORS: eDP1=1;DP1=1;DP2=1;HDMI1=1;HDMI2=1;VIRTUAL1=1;
XDG_CONFIG_DIRS: /etc/xdg/xdg-/usr/share/xsessions/plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/fschoenh/bin/FDK/Tools/linux
DESKTOP_SESSION: /usr/share/xsessions/plasma
LC_IDENTIFICATION: de_DE.UTF-8
PWD: /home/fschoenh
XDG_SESSION_TYPE: x11
KDE_SESSION_UID: 1000
LANG: de_DE.UTF-8
MANDATORY_PATH: /usr/share/gconf//usr/share/xsessions/plasma.mandatory.path
LC_MEASUREMENT: de_DE.UTF-8
HOME: /home/fschoenh
SHLVL: 1
XDG_SEAT: seat0
KDE_SESSION_VERSION: 5
LANGUAGE: en_US:de
XCURSOR_THEME: Maya-Black
XDG_SESSION_DESKTOP: KDE
LOGNAME: fschoenh
XDG_DATA_DIRS: /usr/share//usr/share/xsessions/plasma:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop
DBUS_SESSION_BUS_ADDRESS: unix:abstract=/tmp/dbus-f4afp0UTVN,guid=80566eba7098054082247d0b5b98c0f3
DISPLAY: :0
XDG_RUNTIME_DIR: /run/user/1000
XDG_CURRENT_DESKTOP: KDE
FDK_EXE: /home/fschoenh/bin/FDK/Tools/linux
PAM_KWALLET_LOGIN: /tmp/kwallet_fschoenh.socket
LC_TIME: de_DE.UTF-8
LC_NAME: de_DE.UTF-8
XAUTHORITY: /home/fschoenh/.Xauthority
_: /usr/bin/nohup

Relevant log output in the Log panel

[13:51:07] [scripting] loading script file: /home/fschoenh/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
[13:51:07] [warning] file:///home/fschoenh/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml:59: TypeError: Type error
[13:51:07] [status] The scripting engine was reloaded

[F] Suggest words automatically

Script name

dictionary-autocomplete

Script authors

@pbek

Actual behaviour

I currently use this script to correct words using the CTRL+Space shortcut, but this becomes extremely repetitive when I am writing a large file.

Expected behaviour

My suggestion is to allow the script to run automatically (without having to use the keyboard shortcut) whenever a word starts to be typed.

This could be identified when a sequence of words is inserted.
Ex.: When inserting three words together, the QON would activate the script and it will show the same suggestions as the shortcut CTRL+Space.

This behavior is quite similar to what we already have in Android.

In Note Text Tagging Counting Behavior and Parsing

@pbek and @Maboroshy

Expected behaviour

I utilize a tool called jrnl, from https://jrnl.sh. It has in-note text tagging using the '@' sign, as this script makes available. The way that jrnl parses tags is to include only alphanumeric characters and underscores, meaning that if a string contains a period or an apostrophe, the text after the character is excluded. Thus the following tags are understood by jrnl to each be an instance of test1_test2 and are thus counted together.

  • @test1_test2
  • @test1_test2's
  • @test1_test2.

Actual behaviour

This script recognizes test1_test2, test1_test2's, and test1_test2. as separate tags, rather than as natural break points in the tag.

Steps to reproduce

  • Install QON, install/activate this script.
  • Create a note with tag strings containing punctuation characters outside usual alphanumeric characters and underscores.
  • Review tags for "duplicate" tag entries.

Related behavior

Another related issue to this, from what I can tell, is how QON handles multiple underscore characters in a tag. For instance, in one note, I have written @Test0_Test1_Test2. This is interpreted in the live preview to mean that I want the text Test1 to be underlined, when actually it is a tag consisting of multiple words. The highlighting of the tag name is fine, but the underline in the tag's name is not intended. These are properly recognized as a tag but their live preview is incorrect.

Let me know if I can provide additional information.

export-notes-as-one-html script exports document as ANSI

I'm using Windows 10 on Japanese locale.
Exported html document by export-notes-as-one-html script says <meta charset="utf-8"/>, but document encoding is not utf-8 but ANSI.

This problem doesn't happen when I use export as HTML.

Recognition of Hyperlinks in Notes

Expected behaviour

Webadresses in notes are recognized as a hyperlink when they start with http or just with www.

Actual behaviour

If I insert a webadress hyperlink into my note as plain text it is only recognized as a hyperlink when it starts with http.
A plain www. adress is not recognized.
Therefore it is also not possible to simple Ctrl+Click the hyperlink to be opened in the browser.

Unbenannt

Question

Is it possible for me as a user to change the behaviour in an .ini file myself?
Otherwise it would be really great if you could implement the hyperlink recognition.

New script "share by email"

Hello,

I wrote a little script to share a note by mail using mail application. You just have to click right on the note title and select "share by email". That open your mail application with the note as an attachment. In my case (fedora, thunderbird), it works.
It's a quite basic... maybe you want complete ;)
A pull requests arrive...

Double click and nested tags in in-note-text-tagging

Awesome application and a very useful script!
I am looking for a way to make the notes more portable/syncable thus the tags have to be included in the notes themselves. This could be an optional feature to be included in the main app.

Expected behaviour

A: Double click in tag panel adds a tag in the note.
B: Adding a tag child adds the entire tag tree e.g. @animals/mammals/wolves

Actual behaviour

A: nothing happens
B: just the child tag is added @ wolves

@Maboroshy

Table matrix does not appear

I am using version 18.11.1 on Windows.
A table is not rendered correctly anymore in the preview: the matrix lines around and between the celles do not appear.

Expected behaviour

Matrix should appear

Actual behaviour

Matrix does NOT appear

Steps to reproduce

Make a table

Output from the debug section in the settings dialog

Output log is big, what do you need?

Relevant log output in the Log panel

latex-math not working on Mac

Expected behaviour

Renders latex

Actual behaviour

First attempt:

Warning: QQmlComponent: Component is not ready ((null):0, (null))
Warning: script errors:  (file:///Users/jeff/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:1:1: module "QtQml" version 2.14 is not installed
    import QtQml 2.14
    ^) ((null):0, (null))

Changed import QtQml 2.14 to import QtQml 2.0:

Warning: QQmlComponent: Component is not ready ((null):0, (null))
Warning: script errors:  (file:///Users/jeff/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml:3:1: module "QtQuick" is not installed
    import QtQuick 2.0
    ^) ((null):0, (null))

Removed import QtQuick 2.0:

The file /Applications/QOwnNotes.app/Contents/MacOS/bash does not exist.
The file /Applications/QOwnNotes.app/Contents/MacOS/bash does not exist.

Replacing "bash" with "/bin/bash":

Spawns a bunch of bash windows that don't close, but the bash windows do not try to run the the klatexformula command.

Also, I've noticed that the code includes a execBashDetached(rm ${workDir}/*), which seems like it could be pretty bad if the config location is left blank, set to the project path, etc.

Steps to reproduce

Tried to render $x^2$

Output from the debug section in the settings dialog

General Info

Current Date: Sun May 24 21:55:02 2020
Version: 20.5.10
Build date: May 18 2020
Build number: 5641
Platform: macosx
Operating System: macOS 10.15
Build architecture: x86_64
Current architecture: x86_64
Release: Travis CI
Qt Version (build): 5.13.2
Qt Version (runtime): 5.13.2
Portable mode: no
Settings path / key: /Users/jeff/Library/Preferences/com.pbe.QOwnNotes.plist
Application database path: /Users/jeff/Library/Application Support/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /Applications/QOwnNotes.app/Contents/MacOS/QOwnNotes
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Primary screen resolution: 1440x900
Icon theme: breeze-qownnotes
Notes in current note folder: 8
Calendar items: 0
Enabled scripts: 1

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Spellchecking

Enabled: true
Selected language: en_US
Language codes: en_US
Language names: American English (United States)
Application dictionaries path: /Users/jeff/Library/Application Support/PBE/QOwnNotes/dicts

Note folders

currentNoteFolderId: 1

Note folder default

id: 1
isCurrent: yes
activeTagId: -2
localPath: /Users/jeff/Notes
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: yes
activeNoteSubFolder name: NYB
database file: /Users/jeff/Notes/notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: empty
username: empty

Enabled scripts

Script Latex Math

id: 1
path: /Users/jeff/Library/Application Support/PBE/QOwnNotes/scripts/latex-math/latex-math.qml
variablesJson:

{
    "customPreamble": "\\newcommand{\\mycmd}[1]{\\bf \\underline{#1}}",
    "executable": "/Applications/klatexformula.app/Contents/MacOS/klatexformula",
    "formulaBgColor": "-",
    "formulaColor": "#000000",
    "formulaPrefix": "\\bf ",
    "settingDPI": 600,
    "settingImageSize": 22,
    "usepackages": "amsmath,amssymb,amsfonts",
    "workDir": "/tmp/qon/latex"
}

identifier: latex-math
version: 0.0.3
minAppVersion: 20.5.0

Settings

AKLastCheckInAttemptDate (QDateTime): 2019-10-17T07:27:18.652
AKLastCheckInSuccessDate (QDateTime): 2019-10-17T07:27:20.767
AKLastEmailListRequestDateKey (QDateTime): 2020-05-14T20:02:39.180
AKLastIDMSEnvironment (qlonglong): 0
AboutDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Country (QString): US
Debug/fakeOldVersionNumber (bool): false
Debug/fileLogging (bool): false
DictionaryManagerDialog/geometry (QByteArray): <binary data>
DictionaryManagerDialog/mainSplitterState (QByteArray): <binary data>
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (bool): true
Editor/autoBracketRemoval (bool): true
Editor/disableCursorBlinking (bool): false
Editor/editorWidthInDFMOnly (bool): true
Editor/highlightCurrentLine (bool): true
Editor/indentSize (qlonglong): 4
Editor/useTabIndent (bool): false
Editor/vimMode (bool): false
InitialKeyRepeat (qlonglong): 15
IssueAssistantDialog/geometry (QByteArray): <binary data>
JMicron External (QString): 1
KeyRepeat (qlonglong): 2
LastUpdateCheck (QDateTime): 2020-05-24T21:51:10.589
LocalTrashDialog/geometry (QByteArray): <binary data>
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (qlonglong): 32
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteTextEdit.code.font (QString): .SF NS Mono,14,-1,5,50,0,0,0,0,0
MainWindow/noteTextEdit.font (QString): .AppleSystemUIFont,17,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.code.font (QString): .SF NS Mono,10,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): .AppleSystemUIFont,13,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.ignoreCodeFontSize (bool): true
MainWindow/noteTextView.rtl (bool): false
MainWindow/noteTextView.underline (bool): true
MainWindow/noteTextView.useEditorStyles (bool): true
MainWindow/noteTextView.useInternalExportStyling (bool): true
MainWindow/showNotesFromAllNoteSubFolders (bool): false
MessageBoxOverride/log-file-cleared (qlonglong): 1024
MessageBoxOverride/move-notes (qlonglong): 16384
MessageBoxOverride/remove-notes (qlonglong): 16384
MultipleSessionEnabled (bool): true
NoteDiffDialog/geometry (QByteArray): <binary data>
NoteFolder-1/NoteTabNameList (QStringList): Cell Biotech (BTEC120) Questions
NoteFolder-1/NoteTabStickinessList (QStringList): empty
NoteFolder-1/NoteTabSubFolderPathDataList (QStringList): Learning & Research
NoteHistory-1 (QVariantList): <variant list with 27 item(s)>
NoteHistoryCurrentIndex-1 (qlonglong): 26
PKSecureElementAvailableFlagsByHost (qlonglong): 3
PasswordDialog/geometry (QByteArray): <binary data>
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (qlonglong): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
Shortcuts/MainWindow-customAction_latex-math-refresh (QString): empty
ShowSystemTray (bool): false
StartHidden (bool): false
UpdateDialog/geometry (QByteArray): <binary data>
VLI Manufacture String VLI Product String (QString): 1
WebAutomaticSpellingCorrectionEnabled (bool): false
WelcomeDialog/geometry (QByteArray): <binary data>
_HIHideMenuBar (bool): false
acceptAllExternalModifications (bool): false
allowNoteEditing (bool): true
allowOnlyOneAppInstance (bool): false
appMetrics/disableAppHeartbeat (bool): true
appMetrics/disableTracking (bool): true
appMetrics/notificationShown (bool): true
automaticNoteFolderDatabaseClosing (bool): false
checkSpelling (bool): true
closeTodoListAfterSave (bool): false
cryptoKey (qlonglong): <hidden>
currentNoteFolderId (qlonglong): 1
cursorWidth (qlonglong): 1
customNoteFileExtensionList (QStringList): empty
darkMode (bool): false
darkModeColors (bool): false
darkModeIconTheme (bool): false
darkModeTrayIcon (bool): false
defaultNoteFileExtension (QString): md
demoNotesCreated (bool): true
disableAutomaticUpdateDialog (bool): false
disableSavedSearchesAutoCompletion (bool): false
dockWasInitializedOnce (bool): true
enableNoteTree (bool): false
enableSocketServer (bool): true
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (bool): false
gitCommitInterval (qlonglong): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (bool): true
ignoreAllExternalModifications (bool): false
ignoreAllExternalNoteFolderChanges (bool): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (bool): false
imageScaleDownMaximumHeight (qlonglong): 1024
imageScaleDownMaximumWidth (qlonglong): 1024
initialLayoutIdentifier (QString): full
insertTimeFormat (QString): empty
interfaceFontSize (qlonglong): 11
interfaceLanguage (QString): empty
internalIconTheme (bool): false
itemHeight (qlonglong): 18
legacyLinking (bool): false
localTrash/autoCleanupDays (qlonglong): 30
localTrash/autoCleanupEnabled (bool): true
localTrash/supportEnabled (bool): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (bool): true
navigationPanelHideSearch (bool): false
networking/ignoreSSLErrors (bool): true
networking/proxyType (qlonglong): 2
newNoteAskHeadline (bool): false
noteEditIsCentralWidget (bool): true
noteListPreview (bool): false
noteSaveIntervalTime (qlonglong): 10
noteSubfoldersPanelDisplayAsFullTree (bool): true
noteSubfoldersPanelHideSearch (bool): false
noteSubfoldersPanelOrder (qlonglong): 0
noteSubfoldersPanelShowFullPath (bool): false
noteSubfoldersPanelShowNotesRecursively (bool): false
noteSubfoldersPanelShowRootFolderName (bool): true
noteSubfoldersPanelSort (qlonglong): 0
notesPanelOrder (qlonglong): 0
notesPanelSort (qlonglong): 1
notesPath (QString): /Users/jeff/Notes
notifyAllExternalModifications (bool): false
overrideInterfaceFontSize (bool): false
ownCloud/supportEnabled (bool): false
ownCloud/todoCalendarBackend (qlonglong): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (qlonglong): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (bool): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): initial
restoreCursorPosition (bool): false
restoreLastNoteAtStartup (bool): true
restoreNoteTabs (bool): true
showMatches (bool): true
showMenuBar (bool): false
showStatusBar (bool): true
spellCheckLanguage (QString): en_US
systemIconTheme (bool): false
taggingShowNotesRecursively (bool): false
tagsPanelHideSearch (bool): false
tagsPanelOrder (qlonglong): 0
tagsPanelSort (qlonglong): 0
todoCalendarSupport (bool): true
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (qlonglong): 6
useNoteFolderButtons (bool): false
useUNIXNewline (bool): false
userMenuExtraStyle (qlonglong): 1
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (qlonglong): 22222
workspace-2HP7tKguZG3v/name (QString): Full
workspace-2HP7tKguZG3v/noteSubFolderDockWidgetVisible (bool): true
workspace-2HP7tKguZG3v/windowState (QByteArray): <binary data>
workspace-initial/name (QString): Minimal
workspace-initial/noteSubFolderDockWidgetVisible (bool): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial, 2HP7tKguZG3v

System environment

TERM_PROGRAM: Apple_Terminal
SHELL: /bin/zsh
TERM: xterm-256color
TMPDIR: /var/folders/p3/kmmh53_s1r9f4pmzym6k3t_w0000gn/T/
TERM_PROGRAM_VERSION: 433
TERM_SESSION_ID: 4AA5412A-1864-4C20-B4D0-B22E2EEAFA7A
USER: jeff
SSH_AUTH_SOCK: /private/tmp/com.apple.launchd.bOdkjTMrDB/Listeners
PATH: /usr/local/sbin:/Users/jeff/Scripts:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS:/Users/jeff/Qt/5.14.2/clang_64/bin
PWD: /Users/jeff/Qt
LANG: en_US.UTF-8
XPC_FLAGS: 0x0
XPC_SERVICE_NAME: 0
SHLVL: 1
HOME: /Users/jeff
LOGNAME: jeff
OLDPWD: /Users/jeff/Qt
QML_IMPORT_PATH: /Users/jeff/Qt/5.14.2/clang_64/qml/
_: /Applications/QOwnNotes.app/Contents/MacOS/QOwnNotes
__CF_USER_TEXT_ENCODING: 0x1F5:0x0:0x0
QT_LOGGING_RULES: qt.network.ssl.warning=false

The tag word marker # and the title markers interpreted as word tags

Script concerned: in note text tagging
Author: @pbek @Maboroshy

Description

The choice of the character # as tag word marker, generates an interaction with the title tags, from h2 to h6.

Expected behaviour

The expected behavior would be that a character string # is not interpreted as a tag word.

Actual behaviour

The titles, from h2 (##) to h6 (######) are interpreted as tags, respectively consisting of one to five “#”.

Steps to reproduce

  • install in-note-text-tagging.qml
  • choose the tag word marker #
  • create a note and type several # in a row

Note

I chose the tag word marker # because it is the conventional character in other applications, and the one I have used so far in my notes. It is one of the most used markers for tag words.

scribble seems to be broken

Expected behaviour

  1. template image gets copied to media folder
  2. link to image gets inserted in document
  3. external editor gets opend with full image path as parameter

Actual behaviour

  1. ✔️
  2. ❓ link gets inserted but looks like this ![scribble](media/4413.png), shouldn't there be a "file://"?
  3. ❗️ tries to open external editor with <QOwnNotesInstallDir>/media/4413.png instead of <NotesDir>/media/4413.png as parameter

My platform

OS: Win10
QOwnNotes version: 19.10.7

problems in code

In scribble.qml#L63 you are calling insertMediaFile with returnUrlOnly set to true but in the next line you are trying to replace "file://media" which (as far of my understanding) will never match.
@pbek

When I was trying to fix this I somehow managed to split my note into two saperate ones when running the script🤣, might look into this when im more concentrated.

Note Stats script doesn't show anything

@Maboroshy

Expected behaviour

Statistics for current note shown in the 'scripting widget' (scripting panel?).

Actual behaviour

The scripting panel is completely empty, and there are no options in Custom actions related to the Note Stats script.

Steps to reproduce

  1. Install Note Stats script.
  2. Set options.
  3. Save settings.
  4. Check the Scripting panel and menu.

Output from the debug section in the settings dialog

Expand

QOwnNotes Debug Information

General Info

Current Date: Sun Mar 15 00:39:29 2020
Version: 20.3.5
Build date: Mar 14 2020
Build number: 5472
Platform: windows
Operating System: Windows 10 (10.0)
Build architecture: i386
Current architecture: x86_64
Release: AppVeyor
Qt Version (build): 5.13.2
Qt Version (runtime): 5.13.2
Portable mode: no
Settings path / key: \HKEY_CURRENT_USER\Software\PBE\QOwnNotes
Application database path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite
Application arguments: C:\Users\USER\AppData\Local\Programs\QOwnNotes\QOwnNotes.exe
Qt Debug: 0
Locale (system): en_US
Locale (interface): en
Primary screen resolution: 1366x768
Icon theme: breeze-dark-qownnotes
Notes in current note folder: 155
Calendar items: 0
Enabled scripts: 4

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Spellchecking

Enabled: false
Selected language: auto
Language codes: en-medical, en_US
Language names: American English (medical), American English (United States)
Application dictionaries path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\dicts

Note folders

currentNoteFolderId: 1

Note folder Default

id: 1
isCurrent: yes
activeTagId: -1
localPath: C:\Users\USER\Nextcloud\Notebook
remotePath: Notebook
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: no
activeNoteSubFolder name: empty
database file: C:\Users\USER\Nextcloud\Notebook\notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: empty
username: empty

Enabled scripts

Script Insert Table of Contents (TOC)

id: 3
path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\scripts\insert-toc\insert-toc.qml
variablesJson:

{
    "tocLinks": true,
    "tocTitle": "Table of Contents"
}

identifier: insert-toc
version: 0.0.3
minAppVersion: 17.06.2

Script Insert symbol buttons

id: 4
path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\scripts\symbol-buttons\symbol-buttons.qml
variablesJson:

{
    "symbolString": "∮"
}

identifier: symbol-buttons
version: 0.0.1
minAppVersion: 17.05.8

Script Note link to clipboard

id: 5
path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\scripts\note-link-to-clipboard\note-link-to-clipboard.qml
variablesJson: empty
identifier: note-link-to-clipboard
version: 0.0.2
minAppVersion: 17.02.4

Script Note stats

id: 6
path: C:\Users\USER\AppData\Roaming\PBE\QOwnNotes\scripts\note-stats\note-stats.qml
variablesJson:

{
    "charNoSpaceName": "Characters (no spaces)",
    "charSpaceLeftTarget": 0,
    "charSpaceName": "Characters (with spaces)",
    "paragraphsName": "Paragraphs",
    "readTimeName": "Reading Time",
    "readTimeRate": 120,
    "wordsName": "Words"
}

identifier: note-stats
version: 0.0.2
minAppVersion: 17.06.3

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (QString): false
Debug/fileLogging (QString): false
DictionaryManagerDialog/geometry (QByteArray): <binary data>
DictionaryManagerDialog/mainSplitterState (QByteArray): <binary data>
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (int): 21
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/CurrentSchemaKey (QString): EditorColorSchema-046e1c8d-9175-4272-81d8-203febd5bc8a
Editor/autoBracketClosing (QString): true
Editor/autoBracketRemoval (QString): true
Editor/disableCursorBlinking (QString): true
Editor/editorWidthInDFMOnly (QString): false
Editor/highlightCurrentLine (QString): true
Editor/indentSize (int): 4
Editor/useTabIndent (QString): true
Editor/vimMode (QString): false
FileDialog/LastPath (QString): C:/Program Files/Notepad++
FileDialog/LastPath-ExternalEditor (QString): C:/Program Files/Notepad++
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2020-03-15T00:14:36.106
LocalTrashDialog/geometry (QByteArray): <binary data>
LogWidget/criticalLog (QString): true
LogWidget/debugLog (QString): true
LogWidget/fatalLog (QString): true
LogWidget/infoLog (QString): true
LogWidget/scriptingLog (QString): true
LogWidget/statusLog (QString): true
LogWidget/warningLog (QString): true
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (int): 24
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-1 (QStringList): projects/pre-apocalypse fic/chapters
MainWindow/noteTextEdit.code.font (QString): Droid Sans Mono,16,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextEdit.font (QString): iA Writer Duospace,16,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.code.font (QString): Ubuntu Mono,20,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.font (QString): Open Sans,20,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.ignoreCodeFontSize (QString): false
MainWindow/noteTextView.rtl (QString): false
MainWindow/noteTextView.underline (QString): true
MainWindow/noteTextView.useEditorStyles (QString): true
MainWindow/noteTextView.useInternalExportStyling (QString): true
MainWindow/showNotesFromAllNoteSubFolders (QString): false
NoteFolder-1/allowDifferentNoteFileName (QString): true
NoteHistory-1 (QVariantList): <variant list with 39 item(s)>
NoteHistoryCurrentIndex-1 (int): 38
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (int): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
Shortcuts/MainWindow-actionCheck_spelling (QString): F1
Shortcuts/MainWindow-actionImport_notes_from_text_files (QString): Ctrl+O
Shortcuts/MainWindow-actionShow_local_trash (QString): Ctrl+Alt+T
Shortcuts/MainWindow-actionShow_menu_bar (QString): Alt+M
Shortcuts/MainWindow-actionTypewriter_mode (QString): Ctrl+Shift+Backspace
Shortcuts/MainWindow-action_Find_note (QString): Ctrl+G
Shortcuts/MainWindow-action_Find_text_in_note (QString): Ctrl+F
Shortcuts/MainWindow-togglePanel-notePreviewDockWidget (QString): Ctrl+Shift+M
ShowSystemTray (QString): true
StartHidden (QString): false
UpdateDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (QString): false
allowNoteEditing (QString): true
allowOnlyOneAppInstance (QString): true
appMetrics/disableAppHeartbeat (QString): true
appMetrics/disableTracking (QString): true
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (QString): true
checkSpelling (QString): false
closeTodoListAfterSave (QString): false
cryptoKey (qlonglong): <hidden>
currentNoteFolderId (int): 1
currentWorkspace (QString): initial
cursorWidth (int): 1
customNoteFileExtensionList (QStringList): empty
darkMode (QString): true
darkModeColors (QString): true
darkModeIconTheme (QString): true
darkModeTrayIcon (QString): true
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (QString): true
disableExternalDictionaries (QString): false
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
enableNoteTree (QString): false
enableSocketServer (QString): false
externalEditorPath (QString): C:/Program Files/Notepad++/notepad++.exe
fullyHighlightedBlockquotes (QString): true
gitCommitInterval (int): 300
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (QString): true
ignoreAllExternalModifications (QString): false
ignoreAllExternalNoteFolderChanges (QString): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (QString): false
imageScaleDownMaximumHeight (int): 1024
imageScaleDownMaximumWidth (int): 1024
initialLayoutIdentifier (QString): full
insertTimeFormat (QString): MM/dd/yyyy hh:mm AP
interfaceFontSize (int): 12
interfaceLanguage (QString): en
interfaceStyle (QString): windowsvista
internalIconTheme (QString): true
itemHeight (int): 16
legacyLinking (QString): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): true
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (QString): true
navigationPanelHideSearch (QString): false
networking/ignoreSSLErrors (QString): false
networking/proxyType (int): 2
newNoteAskHeadline (QString): true
noteEditIsCentralWidget (QString): true
noteListPreview (QString): false
noteSaveIntervalTime (int): 300
noteSubfoldersPanelDisplayAsFullTree (QString): true
noteSubfoldersPanelHideSearch (QString): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (QString): false
noteSubfoldersPanelShowNotesRecursively (QString): true
noteSubfoldersPanelShowRootFolderName (QString): true
noteSubfoldersPanelSort (int): 0
notesPanelOrder (int): 0
notesPanelSort (int): 0
notesPath (QString): C:/Users/USER/Nextcloud/Notebook
notifyAllExternalModifications (QString): true
overrideInterfaceFontSize (QString): true
ownCloud/supportEnabled (QString): false
ownCloud/todoCalendarBackend (int): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (int): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (QString): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): initial
recentNoteFolders (QStringList): C:/Users/USER/Nextcloud/Notes
restoreCursorPosition (QString): true
restoreLastNoteAtStartup (QString): true
savedSearches/noteFolder-1 (QStringList): Note 140af3ce-fcf9-430d-9843-3c35f5c1a16d
showMatches (QString): true
showMenuBar (QString): true
showStatusBar (QString): true
skipVersion (QString): 20.3.5
spellCheckLanguage (QString): auto
systemIconTheme (QString): false
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (QString): false
tagsPanelHideSearch (QString): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (QString): false
toolbar/1/items (QStringList): action_New_note, actionSave_modified_notes, actionAllow_note_editing, actionShow_note_in_file_manager, action_Open_note_in_external_editor, , actionCheck_spelling, action_new_tag, actionSplit_note_at_cursor_position, , action_Find_note, actionFind_notes_in_all_subfolders, action_Find_text_in_note, actionReplace_in_current_note, , action_Remove_note, actionShow_local_trash, , action_Settings
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionInsert_current_time, actionInsert_table
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_attachment, actionDelete_orphaned_images, actionManage_orphaned_attachments
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (int): 6
useUNIXNewline (QString): false
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (int): 22222
workspace-initial/name (QString): Full
workspace-initial/noteSubFolderDockWidgetVisible (QString): true
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial

System environment

ALLUSERSPROFILE: C:\ProgramData
APPDATA: C:\Users\USER\AppData\Roaming
CommonProgramFiles: C:\Program Files (x86)\Common Files
CommonProgramFiles(x86): C:\Program Files (x86)\Common Files
CommonProgramW6432: C:\Program Files\Common Files
COMPUTERNAME: COMPUTER
ComSpec: C:\WINDOWS\system32\cmd.exe
DriverData: C:\Windows\System32\Drivers\DriverData
HOMEDRIVE: C:
HOMEPATH: \Users\USER
LOCALAPPDATA: C:\Users\USER\AppData\Local
LOGONSERVER: \\COMPUTER
NUMBER_OF_PROCESSORS: 4
OS: Windows_NT
Path: C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\USER\AppData\Local\Microsoft\WindowsApps
PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE: x86
PROCESSOR_ARCHITEW6432: AMD64
PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
PROCESSOR_LEVEL: 6
PROCESSOR_REVISION: 8e09
ProgramData: C:\ProgramData
ProgramFiles: C:\Program Files (x86)
ProgramFiles(x86): C:\Program Files (x86)
ProgramW6432: C:\Program Files
PSModulePath: C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
PUBLIC: C:\Users\Public
SESSIONNAME: Console
SystemDrive: C:
SystemRoot: C:\WINDOWS
TEMP: C:\Users\USER\AppData\Local\Temp
TMP: C:\Users\USER\AppData\Local\Temp
USERDOMAIN: COMPUTER
USERDOMAIN_ROAMINGPROFILE: COMPUTER
USERNAME: USER
USERPROFILE: C:\Users\USER
windir: C:\WINDOWS
__COMPAT_LAYER: DetectorsMessageBoxErrors

Relevant log output in the Log panel

Expand

[00:31:04] [scripting] loading script file: C:/Users/USER/AppData/Roaming/PBE/QOwnNotes/scripts/insert-toc/insert-toc.qml
[00:31:04] [scripting] loading script file: C:/Users/USER/AppData/Roaming/PBE/QOwnNotes/scripts/symbol-buttons/symbol-buttons.qml
[00:31:04] [scripting] loading script file: C:/Users/USER/AppData/Roaming/PBE/QOwnNotes/scripts/note-link-to-clipboard/note-link-to-clipboard.qml
[00:31:04] [scripting] loading script file: C:/Users/USER/AppData/Roaming/PBE/QOwnNotes/scripts/note-stats/note-stats.qml

Edit: hide debug info under Expand sections

how to use: markdown-it script?

Hi,

I don't know if it's the right place to make this question :)

I was wondering if there is a setting preference into QOwnNotes for highlight the code and surprising I found the markdown-it script.
But after installation nothing changes, the code in preview is still simple black and white, also in html or pdf exported files.
I experiments with parameters but nothing changes.
Where I'm wrong?

I don't know if this is the right place to make this question :)

tx

ciao
vale

Adapt 'Note link to clipboard' script to insert non-legacy-links

Tagging @Maboroshy (thanks for the script ;))

Expected behaviour

When having Use legacy way to link to notes, images and attachments set to false, insert a new-style-link to the note (relative path).

Actual behaviour

Inserts legacy note://-style-link.

Steps to reproduce

  • Make sure Use legacy way to link to notes, images and attachments is unchecked
  • Enable script 'Note link to clipboard'
  • Copy a notelink by right-clicking the note
  • Paste link into a note

Output from the debug section in the settings dialog

Settings

legacyLinking (bool): false


I adapted the script a bit to address this, but hit a problem: there is no way to get the relative link between two notes as the link is constructed on copy:

var note = script.currentNote()
). The note link could of course be pasted in any note.

Questions:

  • Is there any way transform note:// to a relative/absolute path on paste?
  • Is there a way to link to notes with an absolute path (seems not to be the case)?
  • Is there a way to copy a note link (using right mouse click) without opening the note (so no switching notes) but still being able to access the information needed? This would be the most elegant solution IMO, as probably the user didn't want to switch notes anyway.

Thanks

Proposal: Mandatory OS requerments in script info

Some complex scripts, like the new Taskwarrior one, don't run on all OSes QOwnNotes run. I propose new mandatory entry "Supported OS" in script info, which can be either "Any desktop OS", a combination of "Windows", "macOS", "Linux", or maybe even "Windows 7" or "Kubuntu" if the script is that special.

The best way is also implementing it on the code level so the app would "grey out" scripts for unsupported platform.

When importing HTML pages, save absolute links (QOwnNotes)

Expected behavior

Using the QOwnNotes Web Companion extension, I import a page from CHROME.
After importing, I get a note with the text of the page.
I get absolute references in the text.
Link example: [introduction to C#](https://docs.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/)

Actual behaviour

Using the QOwnNotes Web Companion extension, I import a page from CHROME.
After importing, I get a note with the text of the page.
I get relative links in the text.
Example of the link I'm getting now: [introduction to C#](tutorials/)

Steps to reproduce

CHROME. Right click.
Select QOwnNotes > Send page to QOwnNotes.
Result: I get a note with the text of the page
3635

[I] markdown-it shows html (markdown) comments

Expected behaviour

html comments are not shown

Actual behaviour

Comments are shown.

Steps to reproduce

Create a new markdown note (markdown-it plugin on)

Hello there

<!-- you should not see this -->

I am here

and you will see <!-- you should not see this --> in the preview.

Relevant log output in the Log panel

Expand
[13:58:09] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:09] [debug] on_noteTreeWidget_currentItemChanged
[13:58:09] [debug] setCurrentNote - 'note': Note: <id>17 <name>"faq" <fileName>"faq.md" <noteSubFolderId>7 <relativePath>"mindforger-repository/memory/mindforger" <hasDirtyData>false - 'updateNoteText': true - 'updateSelectedNote': false
[13:58:09] [debug] Loading trigrams from ":/libraries/sonnet/src/trigrams.map"
[13:58:09] [warning] Missing trigrams for languages: QSet("es_CL", "es_MX", "es_PR", "es_PA", "es_EC", "es_GT", "es_VE", "es_CR", "fr_CH", "it_CH", "es_HN", "fr_BE", "en_ZA", "es_NI", "fr_MC", "fr_CA", "en_CA", "es_DO", "es_CU", "es_BO", "es_PY", "es_CO", "de_CH", "es_AR", "es_US", "es_SV", "es_UY", "es_PE", "en_AU", "fr_LU")
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "it_IT"
[13:58:09] [debug] Loading dictionary for "it_IT" from "/usr/share/hunspell"
[13:58:09] [debug] Created 0x557fa27ed810
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "pt_BR"
[13:58:09] [debug] Loading dictionary for "pt_BR" from "/usr/share/hunspell"
[13:58:09] [debug] Created 0x557fa2a559b0
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "pt_PT"
[13:58:09] [debug] Loading dictionary for "pt_PT" from "/usr/share/hunspell"
[13:58:09] [debug] Created 0x557fa2733780
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr"
[13:58:09] [debug] Loading dictionary for "fr" from "/usr/share/hunspell"
[13:58:09] [debug] Created 0x557fa4f453a0
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "en_GB"
[13:58:09] [debug] Loading dictionary for "en_GB" from "/usr/share/hunspell"
[13:58:09] [debug] Created 0x557fa612f970
[13:58:09] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "de_DE_frami"
[13:58:09] [debug] Loading dictionary for "de_DE_frami" from "/usr/share/hunspell"
[13:58:10] [debug] Created 0x557fa68b8e30
[13:58:10] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "de_AT"
[13:58:10] [debug] Loading dictionary for "de_AT" from "/usr/share/hunspell"
[13:58:10] [debug] Created 0x557fa59a67f0
[13:58:10] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_ES"
[13:58:10] [debug] Loading dictionary for "es_ES" from "/usr/share/hunspell"
[13:58:10] [debug] Created 0x557fa98e2840
[13:58:10] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "de_AT_frami"
[13:58:10] [debug] Loading dictionary for "de_AT_frami" from "/usr/share/hunspell"
[13:58:10] [debug] Created 0x557fa80fb7b0
[13:58:10] [debug] added to history: NoteHistoryItem: <noteName>"faq" <noteSubFolderPathData>"mindforger-repository\nmemory\nmindforger" <cursorPosition>0 <relativeScrollBarPosition>0
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:10] [debug] updatePanelMenu - 'updatePanelMenu'
[13:58:22] [debug] storing note file: "Note 2020-03-02T13.58.22.txt"
[13:58:22] [status] Stored current note to disk
[13:58:22] [debug] loadNoteDirectoryList
[13:58:22] [debug] reloadTagTree
[13:58:22] [debug] handleScriptingNotesTagUpdating
[13:58:22] [debug] reloadTagTree - 'noteSubFolderIds': QVector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)
[13:58:22] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)
[13:58:22] [debug] reloadNoteSubFolderTree
[13:58:22] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)
[13:58:22] [debug] setCurrentNote - 'note': Note: <id>36 <name>"Note 2020-03-02T13.58.22" <fileName>"Note 2020-03-02T13.58.22.txt" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false - 'updateNoteText': true - 'updateSelectedNote': true
[13:58:22] [debug] added to history: NoteHistoryItem: <noteName>"Note 2020-03-02T13.58.22" <noteSubFolderPathData>"" <cursorPosition>0 <relativeScrollBarPosition>0
[13:58:28] [debug] storing note file: "Note 2020-03-02T13.58.22.txt"
[13:58:28] [debug] stored note: Note: <id>36 <name>"Note 2020-03-02T13.58.22" <fileName>"Note 2020-03-02T13.58.22.txt" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false
[13:58:28] [debug] storeUpdatedNotesToDisk - 'count': 1
[13:58:28] [status] Stored 1 note(s) to disk
[13:58:38] [debug] storing note file: "Note 2020-03-02T13.58.22.txt"
[13:58:38] [debug] stored note: Note: <id>36 <name>"Note 2020-03-02T13.58.22" <fileName>"Note 2020-03-02T13.58.22.txt" <noteSubFolderId>0 <relativePath>"" <hasDirtyData>false
[13:58:38] [debug] storeUpdatedNotesToDisk - 'count': 1
[13:58:38] [status] Stored 1 note(s) to disk
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:32] [debug] updatePanelMenu - 'updatePanelMenu'
[14:07:35] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(2, 3, 4)
[14:07:35] [debug] reloadTagTree
[14:07:35] [debug] handleScriptingNotesTagUpdating
[14:07:35] [debug] reloadTagTree - 'noteSubFolderIds': QVector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13)
[14:07:37] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(1)
[14:07:37] [debug] reloadTagTree
[14:07:37] [debug] handleScriptingNotesTagUpdating
[14:07:37] [debug] reloadTagTree - 'noteSubFolderIds': QVector(2, 3, 4)
[14:07:37] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(5, 6, 7, 8, 9, 10, 11, 12, 13)
[14:07:37] [debug] reloadTagTree
[14:07:37] [debug] handleScriptingNotesTagUpdating
[14:07:38] [debug] reloadTagTree - 'noteSubFolderIds': QVector(1)
[14:07:46] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:07:46] [debug] reloadTagTree
[14:07:46] [debug] handleScriptingNotesTagUpdating
[14:07:46] [debug] reloadTagTree - 'noteSubFolderIds': QVector(5, 6, 7, 8, 9, 10, 11, 12, 13)
[14:07:48] [debug] on_noteTreeWidget_currentItemChanged
[14:07:48] [debug] setCurrentNote - 'note': Note: <id>24 <name>"windows-build" <fileName>"windows-build.md" <noteSubFolderId>8 <relativePath>"mindforger-repository/memory/mindforger/developer-documentation" <hasDirtyData>false - 'updateNoteText': true - 'updateSelectedNote': false
[14:07:48] [debug] No scores for "WebKit)"
[14:07:48] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_VE"
[14:07:48] [debug] Loading dictionary for "es_VE" from "/usr/share/hunspell"
[14:07:48] [debug] Created 0x557fa1969cd0
[14:07:48] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_UY"
[14:07:48] [debug] Loading dictionary for "es_UY" from "/usr/share/hunspell"
[14:07:48] [debug] Created 0x557fab9819d0
[14:07:48] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_US"
[14:07:48] [debug] Loading dictionary for "es_US" from "/usr/share/hunspell"
[14:07:48] [debug] Created 0x557fa2626ea0
[14:07:48] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_PR"
[14:07:48] [debug] Loading dictionary for "es_PR" from "/usr/share/hunspell"
[14:07:48] [debug] Created 0x557fac800ca0
[14:07:48] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_PE"
[14:07:48] [debug] Loading dictionary for "es_PE" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fa68f90b0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_PY"
[14:07:49] [debug] Loading dictionary for "es_PY" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fad6110e0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_PA"
[14:07:49] [debug] Loading dictionary for "es_PA" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557facf74900
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_NI"
[14:07:49] [debug] Loading dictionary for "es_NI" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fa19eed00
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_MX"
[14:07:49] [debug] Loading dictionary for "es_MX" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fadcedb90
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_HN"
[14:07:49] [debug] Loading dictionary for "es_HN" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557faf7bc750
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_GT"
[14:07:49] [debug] Loading dictionary for "es_GT" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557faea689d0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_SV"
[14:07:49] [debug] Loading dictionary for "es_SV" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557faf120560
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_EC"
[14:07:49] [debug] Loading dictionary for "es_EC" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb0b82a50
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_DO"
[14:07:49] [debug] Loading dictionary for "es_DO" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb0554ba0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_CU"
[14:07:49] [debug] Loading dictionary for "es_CU" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb0554fa0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_CR"
[14:07:49] [debug] Loading dictionary for "es_CR" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557faea68e60
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_CO"
[14:07:49] [debug] Loading dictionary for "es_CO" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb20425f0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_CL"
[14:07:49] [debug] Loading dictionary for "es_CL" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb26fdf30
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_BO"
[14:07:49] [debug] Loading dictionary for "es_BO" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb2db9760
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "es_AR"
[14:07:49] [debug] Loading dictionary for "es_AR" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb3474f80
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "it_CH"
[14:07:49] [debug] Loading dictionary for "it_CH" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb3474fe0
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "de_CH_frami"
[14:07:49] [debug] Loading dictionary for "de_CH_frami" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb2dbae80
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr_CH"
[14:07:49] [debug] Loading dictionary for "fr_CH" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb4ac9880
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr_MC"
[14:07:49] [debug] Loading dictionary for "fr_MC" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb4a13a10
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr_LU"
[14:07:49] [debug] Loading dictionary for "fr_LU" from "/usr/share/hunspell"
[14:07:49] [debug] Created 0x557fb69fc020
[14:07:49] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr_CA"
[14:07:49] [debug] Loading dictionary for "fr_CA" from "/usr/share/hunspell"
[14:07:50] [debug] Created 0x557fb6c0be10
[14:07:50] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "fr_BE"
[14:07:50] [debug] Loading dictionary for "fr_BE" from "/usr/share/hunspell"
[14:07:50] [debug] Created 0x557fb7c83bd0
[14:07:50] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "en_ZA"
[14:07:50] [debug] Loading dictionary for "en_ZA" from "/usr/share/hunspell"
[14:07:50] [debug] Created 0x557fb8f0abe0
[14:07:50] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "en_CA"
[14:07:50] [debug] Loading dictionary for "en_CA" from "/usr/share/hunspell"
[14:07:50] [debug] Created 0x557fb69fd4a0
[14:07:50] [debug] SpellerPlugin *HunspellClient::createSpeller(const QString &language) ; "en_AU"
[14:07:50] [debug] Loading dictionary for "en_AU" from "/usr/share/hunspell"
[14:07:50] [debug] Created 0x557fb95c9390
[14:07:50] [debug] No scores for " (PDF, "
[14:07:50] [debug] No scores for "GIF, ...)"
[14:07:50] [debug] No scores for " * Qt->Qt 5.12.x->MSVC 2017 64-bit"
[14:07:50] [debug] No scores for "* Zlib"
[14:07:50] [debug] added to history: NoteHistoryItem: <noteName>"windows-build" <noteSubFolderPathData>"mindforger-repository\nmemory\nmindforger\ndeveloper-documentation" <cursorPosition>0 <relativeScrollBarPosition>0
[14:12:17] [debug] storing note file: "Note 2020-03-02T14.12.17.txt"
[14:12:17] [status] Stored current note to disk
[14:12:17] [debug] loadNoteDirectoryList
[14:12:17] [debug] reloadTagTree
[14:12:17] [debug] handleScriptingNotesTagUpdating
[14:12:17] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:12:17] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:12:17] [debug] reloadNoteSubFolderTree
[14:12:17] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:12:17] [debug] setCurrentNote - 'note': Note: <id>37 <name>"Note 2020-03-02T14.12.17" <fileName>"Note 2020-03-02T14.12.17.txt" <noteSubFolderId>8 <relativePath>"mindforger-repository/memory/mindforger/developer-documentation" <hasDirtyData>false - 'updateNoteText': true - 'updateSelectedNote': true
[14:12:17] [debug] added to history: NoteHistoryItem: <noteName>"Note 2020-03-02T14.12.17" <noteSubFolderPathData>"mindforger-repository\nmemory\nmindforger\ndeveloper-documentation" <cursorPosition>0 <relativeScrollBarPosition>0
[14:12:28] [debug] storing note file: "Note 2020-03-02T14.12.17.txt"
[14:12:28] [debug] stored note: Note: <id>37 <name>"Note 2020-03-02T14.12.17" <fileName>"Note 2020-03-02T14.12.17.txt" <noteSubFolderId>8 <relativePath>"mindforger-repository/memory/mindforger/developer-documentation" <hasDirtyData>false
[14:12:28] [debug] storeUpdatedNotesToDisk - 'count': 1
[14:12:28] [status] Stored 1 note(s) to disk
[14:12:38] [debug] storing note file: "Note 2020-03-02T14.12.17.txt"
[14:12:38] [debug] stored note: Note: <id>37 <name>"Note 2020-03-02T14.12.17" <fileName>"Note 2020-03-02T14.12.17.txt" <noteSubFolderId>8 <relativePath>"mindforger-repository/memory/mindforger/developer-documentation" <hasDirtyData>false
[14:12:38] [debug] storeUpdatedNotesToDisk - 'count': 1
[14:12:38] [status] Stored 1 note(s) to disk
[14:12:45] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:12:49] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:12:49] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:12:49] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:12:49] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:12:49] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:12:50] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:12:55] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:12:55] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:12:55] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:12:55] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:12:55] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:12:57] [debug] Set proxy configuration to use NO proxy
[14:12:57] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:12:57] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:12:57] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:12:57] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:12:57] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:12:57] [debug] initShortcuts - 'menuBarIsVisible': true
[14:12:57] [info] "QOwnNotes server listening on port 22222"
[14:12:57] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 0
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 1
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 2
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 3
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 4
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 5
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 6
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 7
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 8
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 9
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 10
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 11
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 12
[14:12:57] [debug] buildNotesIndex - 'noteSubFolderId': 13
[14:12:57] [debug] setupNoteFolderTables - 'database version': 14
[14:12:57] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:12:57] [debug] loadNoteDirectoryList
[14:12:57] [debug] reloadTagTree
[14:12:57] [debug] handleScriptingNotesTagUpdating
[14:12:57] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:12:57] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:12:57] [debug] reloadNoteSubFolderTree
[14:12:57] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:12:57] [debug] reloadNoteSubFolderTree
[14:12:57] [debug] reloadTagTree
[14:12:57] [debug] handleScriptingNotesTagUpdating
[14:12:57] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:12:57] [debug] loadNoteDirectoryList
[14:12:57] [debug] reloadTagTree
[14:12:57] [debug] handleScriptingNotesTagUpdating
[14:12:58] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:12:58] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:12:58] [debug] reloadNoteSubFolderTree
[14:12:58] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:13:02] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:13:08] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:13:35] [debug] initShortcuts - 'menuBarIsVisible': true
[14:13:36] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 0
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 1
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 2
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 3
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 4
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 5
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 6
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 7
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 8
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 9
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 10
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 11
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 12
[14:13:36] [debug] buildNotesIndex - 'noteSubFolderId': 13
[14:13:36] [debug] setupNoteFolderTables - 'database version': 14
[14:13:36] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:13:36] [debug] loadNoteDirectoryList
[14:13:36] [debug] reloadTagTree
[14:13:36] [debug] handleScriptingNotesTagUpdating
[14:13:36] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:13:36] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:13:36] [debug] reloadNoteSubFolderTree
[14:13:36] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:13:36] [debug] reloadNoteSubFolderTree
[14:13:36] [debug] reloadTagTree
[14:13:36] [debug] handleScriptingNotesTagUpdating
[14:13:36] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:13:36] [debug] loadNoteDirectoryList
[14:13:36] [debug] reloadTagTree
[14:13:36] [debug] handleScriptingNotesTagUpdating
[14:13:37] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:13:37] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:13:37] [debug] reloadNoteSubFolderTree
[14:13:37] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:14:16] [debug] storing note file: "Note 2020-03-02T14.12.17.txt"
[14:14:16] [debug] stored note: Note: <id>37 <name>"Note 2020-03-02T14.12.17" <fileName>"Note 2020-03-02T14.12.17.txt" <noteSubFolderId>8 <relativePath>"mindforger-repository/memory/mindforger/developer-documentation" <hasDirtyData>false
[14:14:16] [debug] storeUpdatedNotesToDisk - 'count': 1
[14:14:16] [status] Stored 1 note(s) to disk
[14:14:16] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:14:19] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:14:19] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:14:19] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:14:19] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:14:19] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:14:20] [debug] Set proxy configuration to use NO proxy
[14:14:20] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:14:20] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:14:20] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:14:20] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:14:20] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:14:20] [debug] initShortcuts - 'menuBarIsVisible': true
[14:14:20] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 0
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 1
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 2
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 3
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 4
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 5
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 6
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 7
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 8
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 9
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 10
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 11
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 12
[14:14:20] [debug] buildNotesIndex - 'noteSubFolderId': 13
[14:14:20] [debug] setupNoteFolderTables - 'database version': 14
[14:14:20] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:14:20] [debug] loadNoteDirectoryList
[14:14:20] [debug] reloadTagTree
[14:14:20] [debug] handleScriptingNotesTagUpdating
[14:14:20] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:14:20] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:14:20] [debug] reloadNoteSubFolderTree
[14:14:20] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:14:20] [debug] reloadNoteSubFolderTree
[14:14:20] [debug] reloadTagTree
[14:14:20] [debug] handleScriptingNotesTagUpdating
[14:14:20] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:14:21] [debug] loadNoteDirectoryList
[14:14:21] [debug] reloadTagTree
[14:14:21] [debug] handleScriptingNotesTagUpdating
[14:14:21] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:14:21] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:14:21] [debug] reloadNoteSubFolderTree
[14:14:21] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:15:43] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:16:40] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:16:42] [debug] Set proxy configuration to use NO proxy
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
[14:16:42] [scripting] loading script file: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
[14:16:42] [debug] initShortcuts - 'menuBarIsVisible': true
[14:16:42] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 0
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 1
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 2
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 3
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 4
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 5
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 6
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 7
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 8
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 9
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 10
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 11
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 12
[14:16:42] [debug] buildNotesIndex - 'noteSubFolderId': 13
[14:16:42] [debug] setupNoteFolderTables - 'database version': 14
[14:16:42] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"" <username>"" <priority>1
[14:16:42] [debug] loadNoteDirectoryList
[14:16:42] [debug] reloadTagTree
[14:16:42] [debug] handleScriptingNotesTagUpdating
[14:16:42] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:16:42] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:16:42] [debug] reloadNoteSubFolderTree
[14:16:42] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:16:42] [debug] reloadNoteSubFolderTree
[14:16:42] [debug] reloadTagTree
[14:16:42] [debug] handleScriptingNotesTagUpdating
[14:16:43] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:16:43] [debug] loadNoteDirectoryList
[14:16:43] [debug] reloadTagTree
[14:16:43] [debug] handleScriptingNotesTagUpdating
[14:16:43] [debug] reloadTagTree - 'noteSubFolderIds': QVector(8)
[14:16:43] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:16:43] [debug] reloadNoteSubFolderTree
[14:16:43] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(8)
[14:17:28] [debug] No scores for "html "
[14:17:46] [debug] No scores for "Creat"

Information about the application, settings and environment

Expand

QOwnNotes Debug Information

General Info

Current Date: Mon Mar 2 14:19:16 2020
Version: 20.3.0
Build date: Feb 29 2020
Build number: 679
Platform: linux
Operating System: Linux Mint 19.3
Build architecture: x86_64
Current architecture: x86_64
Release: Launchpad PPA
Qt Version (build): 5.9.5
Qt Version (runtime): 5.9.5
Portable mode: no
Settings path / key: /home/pihentagy/.config/PBE/QOwnNotes.conf
Application database path: /home/pihentagy/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /usr/bin/QOwnNotes
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Primary screen resolution: 1920x1080
Screen resolution(s): 1920x1080, 1920x1080
Icon theme: Mint-Y
Notes in current note folder: 37
Calendar items: 0
Enabled scripts: 6

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Spellchecking

Enabled: true
Selected language: auto
Language codes: de_AT, de_AT_frami, de_CH, de_CH_frami, de_DE, de_DE_frami, en_AU, en_CA, en_GB, en_US, en_ZA, es_AR, es_BO, es_CL, es_CO, es_CR, es_CU, es_DO, es_EC, es_ES, es_GT, es_HN, es_MX, es_NI, es_PA, es_PE, es_PR, es_PY, es_SV, es_US, es_UY, es_VE, fr, fr_BE, fr_CA, fr_CH, fr_FR, fr_LU, fr_MC, it_CH, it_IT, pt_BR, pt_PT, ru_RU
Language names: Österreichisches Deutsch (Österreich), Österreichisches Deutsch (Österreich), Schweizer Hochdeutsch (Schweiz), Schweizer Hochdeutsch (Schweiz), Deutsch (Deutschland), Deutsch (Deutschland), Australian English (Australia), Canadian English (Canada), British English (United Kingdom), American English (United States), English (South Africa), español (Argentina), español (Bolivia), español (Chile), español (Colombia), español (Costa Rica), español (Cuba), español (República Dominicana), español (Ecuador), español de España (España), español (Guatemala), español (Honduras), español de México (México), español (Nicaragua), español (Panamá), español (Perú), español (Puerto Rico), español (Paraguay), español (El Salvador), español (Estados Unidos), español (Uruguay), español (Venezuela), français, français (Belgique), français canadien (Canada), français suisse (Suisse), français (France), français (Luxembourg), français (Monaco), italiano (Svizzera), italiano (Italia), português do Brasil (Brasil), português europeu (Portugal), русский (Россия)
Application dictionaries path: /home/pihentagy/.local/share/PBE/QOwnNotes/dicts

Note folders

currentNoteFolderId: 1

Note folder default

id: 1
isCurrent: yes
activeTagId: -1
localPath: /home/pihentagy/Notes
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: yes
activeNoteSubFolder name: developer-documentation
database file: /home/pihentagy/Notes/notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: empty
username: empty

Enabled scripts

Script Epsilon Notes compatible tags (YAML tags)

id: 1
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
variablesJson: empty
identifier: epsilon-notes-tags
version: 0.0.2
minAppVersion: 18.03.7

Script Unique note id

id: 2
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
variablesJson: empty
identifier: unique-note-id
version: 1.0.1
minAppVersion: 18.05.1

Script Markdown-it markdown parser

id: 5
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/markdown-it/markdown-it.qml
variablesJson:

{
    "customStylesheet": "",
    "options": "{\n    //html:         false,        // Enable HTML tags in source\n    //xhtmlOut:     false,        // Use '/' to close single tags (<br />)\n    //breaks:       false,        // Convert '\\n' in paragraphs into <br>\n    //langPrefix:   'language-',  // CSS language prefix for fenced blocks\n    //linkify:      false,        // autoconvert URL-like texts to links\n\n    // Enable some language-neutral replacements + quotes beautification\n    //typographer:  false,\n\n    // Double + single quotes replacement pairs, when typographer enabled,\n    // and smartquotes on. Could be either a String or an Array.\n    //\n    // For example, you can use '«»„“' for Russian, '„“‚‘' for German,\n    // and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).\n    //quotes: '\\u201c\\u201d\\u2018\\u2019', /* “”‘’ */\n\n    // Highlighter function. Should return escaped HTML,\n    // or '' if the source string is not changed and should be escaped externaly.\n    // If result starts with <pre... internal wrapper is skipped.\n    //\n    // function (/*str, lang*/) { return ''; }\n    //\n    //highlight: null,\n\n    //maxNesting:   100            // Internal protection, recursion limit\n}",
    "useDeflistPlugin": true
}

identifier: markdown-it
version: 1.3
minAppVersion: 17.08.2

Script Merge selected notes

id: 6
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/merge-notes/merge-notes.qml
variablesJson:

{
    "pyCommand": "python3"
}

identifier: merge-notes
version: 0.0.3
minAppVersion: 17.08.5

Script Support for PlantUML in notes

id: 7
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/render-plantuml/render-plantuml.qml
variablesJson:

{
    "hideMarkup": true,
    "javaExePath": "java",
    "noStartUml": true,
    "plantumlJarPath": "/home/pihentagy/bin/plantuml.jar",
    "workDir": "/tmp"
}

identifier: render-plantuml
version: 0.0.6
minAppVersion: 17.05.7

Script Text Highlights

id: 8
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/text-highlights/text-highlights.qml
variablesJson:

{
    "backgroundColor": "#FFFF00"
}

identifier: text-highlights
version: 0.0.3
minAppVersion: 17.06.2

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActionDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (bool): false
Debug/fileLogging (bool): true
DistractionFreeMode/editorWidthMode (int): 4
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (QString): 27
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/ColorSchemes (QString): EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d
Editor/CurrentSchemaKey (QString): EditorColorSchema-6033d61b-cb96-46d5-a3a8-20d5172017eb
Editor/autoBracketClosing (bool): true
Editor/autoBracketRemoval (bool): true
Editor/disableCursorBlinking (bool): false
Editor/editorWidthInDFMOnly (bool): true
Editor/highlightCurrentLine (bool): true
Editor/indentSize (int): 4
Editor/useTabIndent (bool): false
Editor/vimMode (bool): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_-1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_0 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_11 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_18 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_19 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_2 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_21 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_22 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_23 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_25 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_3 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_4 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_8 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_-1 (QColor): #ffffff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_0 (QColor): #fff8ef
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_1 (QColor): #fff2e4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_11 (QColor): #aaf7ff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_12 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_13 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_14 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_15 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_16 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_17 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_18 (QColor): #f5f9d8
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_19 (QColor): #e2e7e2
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_2 (QColor): #fff2e4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_21 (QColor): #7c7c7c
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_22 (QColor): #f7f6ff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_23 (QColor): #eaebea
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_25 (QColor): #fffae2
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_3 (QColor): #edffed
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_4 (QColor): #eaebea
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_8 (QColor): #dbf9e5
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_8 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_12 (QString): 200
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_13 (QString): 160
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_14 (QString): 130
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_15 (QString): 100
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_16 (QString): 90
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_17 (QString): 90
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_8 (QString): 100
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_-1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_0 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_10 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_11 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_18 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_19 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_2 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_20 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_21 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_22 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_23 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_24 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_26 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_3 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_4 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_5 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_6 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_7 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_8 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_9 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_-1 (QColor): #000000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_0 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_1 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_10 (QColor): #a3007b
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_11 (QColor): #ababab
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_12 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_13 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_14 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_15 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_16 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_17 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_18 (QColor): #aa0000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_19 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_2 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_20 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_21 (QColor): #393939
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_22 (QColor): #4e18b9
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_23 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_24 (QColor): #cccccc
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_26 (QColor): #ff5500
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_3 (QColor): #00bf00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_4 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_5 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_6 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_7 (QColor): #0057ae
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_8 (QColor): #00428a
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_9 (QColor): #a3007b
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Italic_7 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Name (QString): Light (Copy)
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Underline_26 (QString): true
FileDialog/LastPath (QString): /home/pihentagy/utils/markdown-it
FileDialog/LastPath-ScriptPath (QString): /home/pihentagy/utils/markdown-it
ImageDialog/disableCopying (QString): false
ImageDialog/geometry (QByteArray): <binary data>
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2020-03-02T13:58:09
LinkDialog/geometry (QByteArray): <binary data>
LogWidget/criticalLog (bool): true
LogWidget/debugLog (bool): true
LogWidget/fatalLog (bool): true
LogWidget/infoLog (bool): true
LogWidget/scriptingLog (bool): true
LogWidget/statusLog (bool): true
LogWidget/warningLog (bool): true
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (int): 24
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteSubFolderTreeWidgetExpandState-1 (QStringList): mindforger-repository, mindforger-repository/memory, mindforger-repository/memory/mindforger
MainWindow/noteTextEdit.code.font (QString): DejaVu Sans Mono,9,-1,5,50,0,0,0,0,0,Book
MainWindow/noteTextEdit.font (QString): DejaVu Serif,9,-1,5,50,0,0,0,0,0,Book
MainWindow/noteTextView.code.font (QString): Monospace,10,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): Tibetan Machine Uni,11,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.ignoreCodeFontSize (bool): true
MainWindow/noteTextView.rtl (bool): false
MainWindow/noteTextView.underline (bool): true
MainWindow/noteTextView.useEditorStyles (bool): true
MainWindow/noteTextView.useInternalExportStyling (bool): true
MainWindow/showNotesFromAllNoteSubFolders (bool): false
MessageBoxOverride/script-install-successful (QString): 1024
NoteDialog/geometry (QByteArray): <binary data>
NoteDiffDialog/geometry (QByteArray): <binary data>
NoteHistory-0 (QVariantList): <variant list with 44 item(s)>
NoteHistory-1 (QVariantList): <variant list with 86 item(s)>
NoteHistoryCurrentIndex-0 (QString): 43
NoteHistoryCurrentIndex-1 (int): 85
PasswordDialog/geometry (QByteArray): <binary data>
PersistentScripting/MdNT/pyCommand (QString): python3
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (int): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShareDialog/geometry (QByteArray): <binary data>
ShowSystemTray (bool): true
StartHidden (bool): false
TableDialog/geometry (QByteArray): <binary data>
UpdateDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (bool): false
allowDifferentNoteFileName (bool): true
allowNoteEditing (bool): true
allowOnlyOneAppInstance (bool): true
appMetrics/disableAppHeartbeat (bool): false
appMetrics/disableTracking (bool): false
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (bool): false
checkSpelling (bool): true
closeTodoListAfterSave (bool): false
cryptoKey (QString): <hidden>
currentNoteFolderId (QString): 1
currentWorkspace (QString): 92e58ed3-9d17-423b-a69e-526f553f8280
cursorWidth (int): 1
customNoteFileExtensionList (QStringList): empty
darkMode (bool): false
darkModeColors (bool): false
darkModeIconTheme (bool): false
darkModeTrayIcon (bool): false
defaultNoteFileExtension (QString): txt
disableAutomaticUpdateDialog (bool): true
disableSavedSearchesAutoCompletion (bool): false
dockWasInitializedOnce (QString): true
enableNoteTree (bool): false
enableSocketServer (bool): true
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (bool): true
gitCommitInterval (int): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (bool): true
ignoreAllExternalModifications (bool): false
ignoreAllExternalNoteFolderChanges (bool): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (bool): false
imageScaleDownMaximumHeight (int): 1024
imageScaleDownMaximumWidth (int): 1024
insertTimeFormat (QString): empty
interfaceFontSize (int): 11
interfaceLanguage (QString): empty
interfaceStyle (QString): plastique
internalIconTheme (bool): false
itemHeight (int): 19
legacyLinking (bool): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (bool): true
localTrash/supportEnabled (bool): true
markdownHighlightingEnabled (bool): true
navigationPanelHideSearch (bool): false
networking/ignoreSSLErrors (bool): true
networking/proxyType (int): 2
newNoteAskHeadline (bool): false
noteEditIsCentralWidget (bool): true
noteListPreview (bool): false
noteSaveIntervalTime (int): 10
noteSubfoldersPanelDisplayAsFullTree (bool): true
noteSubfoldersPanelHideSearch (bool): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (bool): true
noteSubfoldersPanelShowNotesRecursively (bool): true
noteSubfoldersPanelShowRootFolderName (bool): true
noteSubfoldersPanelSort (int): 0
notesPanelOrder (int): 0
notesPanelSort (int): 1
notesPath (QString): /home/pihentagy/Notes
notifyAllExternalModifications (bool): true
overrideInterfaceFontSize (bool): false
ownCloud/supportEnabled (bool): false
ownCloud/todoCalendarBackend (int): 2
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (int): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (QString): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): ec4e41a7-ce51-4006-ae07-d7768cb1cc49
restoreCursorPosition (bool): true
restoreLastNoteAtStartup (bool): true
savedSearches/noteFolder-0 (QStringList): Note 2019-02-14T13.46.55, Note 2019-02-14T13.46.34, Note 2019-01-30T16.03.42, Note 2019-01-16T13.12.36 2019-01-16T14.15.01, Note 2019-01-16T13.12.36 2019-01-16T13.12.53, Note 2019-01-16T13.12.36, docker 2019-01-16T12.58.29, Note 2019-01-15T11.26.32, Note 2018-11-23T10.45.12, Note 2018-11-22T11.30.29, Note 2018-11-15T14.17.02, Note 2018-11-12T09.08.47
savedSearches/noteFolder-1 (QStringList): Note 2020-03-02T14.12.17, Note 2020-03-02T13.58.22, Note 2020-01-05T21.02.10, Note 2020-01-05T21.02.00, Note 2020-01-04T16.13.33, Note 2019-10-29T13.07.25, Note 2019-10-29T11.06.58, Note 2019-10-29T11.04.49, Note 2019-10-28T13.31.11, joplin
showMatches (bool): true
showMenuBar (bool): true
showStatusBar (bool): true
spellCheckLanguage (QString): auto
systemIconTheme (bool): false
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (bool): true
tagsPanelHideSearch (bool): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (bool): true
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (int): 6
useUNIXNewline (bool): false
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (int): 22222
webSocketServerService/token (QString): x9ufRTvr
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/name (QString): minimal
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/noteSubFolderDockWidgetVisible (QString): true
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/windowState (QByteArray): <binary data>
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/name (QString): preview only
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/noteSubFolderDockWidgetVisible (QString): true
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/windowState (QByteArray): <binary data>
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/name (QString): full
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/noteSubFolderDockWidgetVisible (QString): true
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/windowState (QByteArray): <binary data>
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/name (QString): two-panel
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/noteSubFolderDockWidgetVisible (QString): true
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/windowState (QByteArray): <binary data>
workspaces (QStringList): 92e58ed3-9d17-423b-a69e-526f553f8280, 55ea34e7-c50e-4b58-930e-1f7db985cf97, 82d5a242-ebaf-4bf2-b072-7dec36cd46f0, ec4e41a7-ce51-4006-ae07-d7768cb1cc49

System environment

SDKMAN_VERSION: 5.7.4+362
J2SDKDIR: /usr/lib/jvm/java-8-oracle
USER: pihentagy
LANGUAGE: en_US
XDG_SEAT: seat0
XDG_SESSION_TYPE: x11
SSH_AGENT_PID: 1600
J2REDIR: /usr/lib/jvm/java-8-oracle/jre
SHLVL: 0
HOME: /home/pihentagy
DESKTOP_SESSION: cinnamon
GRADLE_HOME: /home/pihentagy/.sdkman/candidates/gradle/current
GTK_MODULES: gail:atk-bridge
XDG_SEAT_PATH: /org/freedesktop/DisplayManager/Seat0
LC_MONETARY: hu_HU.UTF-8
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
MANDATORY_PATH: /usr/share/gconf/cinnamon.mandatory.path
QT_QPA_PLATFORMTHEME: qt5ct
LOGNAME: pihentagy
SDKMAN_CANDIDATES_API: https://api.sdkman.io/2
DEFAULTS_PATH: /usr/share/gconf/cinnamon.default.path
XDG_SESSION_ID: c1
PATH: /home/pihentagy/.sdkman/candidates/java/current/bin:/home/pihentagy/.sdkman/candidates/gradle/current/bin:/home/pihentagy/.cargo/bin:/home/pihentagy/.local/bin:/home/pihentagy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
GDM_LANG: en_US
DERBY_HOME: /usr/lib/jvm/java-8-oracle/db
SDKMAN_CANDIDATES_DIR: /home/pihentagy/.sdkman/candidates
S_COLORS: auto
LC_ADDRESS: hu_HU.UTF-8
XDG_RUNTIME_DIR: /run/user/1000
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session0
DISPLAY: :0
LANG: en_US.UTF-8
LC_TELEPHONE: hu_HU.UTF-8
XDG_SESSION_DESKTOP: cinnamon
SDKMAN_DIR: /home/pihentagy/.sdkman
XAUTHORITY: /home/pihentagy/.Xauthority
SDKMAN_PLATFORM: Linux64
XDG_GREETER_DATA_DIR: /var/lib/lightdm-data/pihentagy
SSH_AUTH_SOCK: /run/user/1000/keyring/ssh
LC_NAME: hu_HU.UTF-8
SHELL: /bin/zsh
QT_ACCESSIBILITY: 1
GDMSESSION: cinnamon
LC_MEASUREMENT: hu_HU.UTF-8
GPG_AGENT_INFO: /run/user/1000/gnupg/S.gpg-agent:0:1
LC_IDENTIFICATION: hu_HU.UTF-8
XDG_VTNR: 7
JAVA_HOME: /home/pihentagy/.sdkman/candidates/java/current
PWD: /home/pihentagy
XDG_DATA_DIRS: /usr/share/cinnamon:/usr/share/gnome:/home/pihentagy/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_CONFIG_DIRS: /etc/xdg/xdg-cinnamon:/etc/xdg
LC_NUMERIC: hu_HU.UTF-8
LC_PAPER: hu_HU.UTF-8
GNOME_DESKTOP_SESSION_ID: this-is-deprecated
GTK_OVERLAY_SCROLLING: 1
SESSION_MANAGER: local/thinkpad:@/tmp/.ICE-unix/1497,unix/thinkpad:/tmp/.ICE-unix/1497
XDG_CURRENT_DESKTOP: X-Cinnamon

Notify @pbek @bessw @MilanRusev

Script - Keybase Encryption Script - No Settings to Identify Keybase Executable

Hello! Sorry this initially went to the wrong list. I started filling out a new issue as you directed but I noticed language about using the help option in QOwnNotes (which was really cool and helpful). I just followed the process under Help > Post Questions and my question ended up in that list.

Also, I have been using keybase-encryption in QOwnNotes quite successfully for months now. It was only after the most recent QOwnNotes updates that this changed.

Expected behaviour

When I attempt to encrypt a note, I expect that QOwnNotes will default to keybase since I have the keybase encryption script installed.

Actual behaviour

Instead of defaulting to keybase, I am given the option to enter a password twice. This alerted me that something was wrong with the keybase encryption setup. And when I went to check the keybase settings by going to Scripting > Script Settings > Keybase Encryption, the option to identify the path to the executable and other settings was not available. All the displays is information about the script. Unless I have forgotten where the keybase encryption settings should reside--entirely possible!--something is wrong.

Steps to reproduce

Go to Scripting > Script Settings > Keybase Encryption and the option to identify the path to the executable and other settings is not available.

Relevant log output in the Log panel

[06:35:53] [status] No script updates were found
[06:38:57] [warning] OpenType support missing for "MS Shell Dlg 2", script 12
[06:38:57] [warning] OpenType support missing for "Arial", script 12
[06:38:57] [warning] OpenType support missing for "MS UI Gothic", script 12
[06:38:57] [warning] OpenType support missing for "SimSun", script 12
[06:38:57] [warning] OpenType support missing for "MS Shell Dlg 2", script 11
[06:38:57] [warning] OpenType support missing for "Arial", script 11
[06:38:57] [warning] OpenType support missing for "MS UI Gothic", script 11
[06:38:57] [warning] OpenType support missing for "SimSun", script 11
[06:38:57] [warning] OpenType support missing for "MS Shell Dlg 2", script 32
[06:38:57] [warning] OpenType support missing for "Arial", script 32
[06:38:57] [warning] OpenType support missing for "MS UI Gothic", script 32
[06:38:57] [warning] OpenType support missing for "SimSun", script 32
[06:38:57] [warning] OpenType support missing for "MS Shell Dlg 2", script 13
[06:38:57] [warning] OpenType support missing for "Arial", script 13
[06:38:57] [warning] OpenType support missing for "MS UI Gothic", script 13
[06:38:57] [warning] OpenType support missing for "SimSun", script 13
[06:38:57] [warning] OpenType support missing for "MS Shell Dlg 2", script 20
[06:38:57] [warning] OpenType support missing for "Arial", script 20
[06:38:57] [warning] OpenType support missing for "MS UI Gothic", script 20
[06:38:57] [warning] OpenType support missing for "SimSun", script 20
[06:38:58] [warning] OpenType support missing for "Segoe UI", script 20
[06:38:58] [warning] OpenType support missing for "MS Shell Dlg 2", script 20
[06:38:58] [warning] OpenType support missing for "Arial", script 20
[06:38:58] [warning] OpenType support missing for "MS UI Gothic", script 20
[06:38:58] [warning] OpenType support missing for "SimSun", script 20
[06:38:58] [warning] QQmlComponent: Component is not ready
[06:39:15] [debug] Set proxy configuration to use NO proxy
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/journal-entry/journal-entry.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/journal-entry/journal-entry.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/image-preview/image-preview.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/image-preview/image-preview.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/insert-toc/insert-toc.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/insert-toc/insert-toc.qml:1:1: module "QtQml" is not installed import QtQml 2.2 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/unwrap/unwrap.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/unwrap/unwrap.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/vivaldi-notes/vivaldi-notes.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/vivaldi-notes/vivaldi-notes.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/encryption-keybase/encryption-keybase.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/encryption-keybase/encryption-keybase.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [scripting] loading script file: C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/zettelkasten/zettelkasten.qml
[06:39:18] [warning] QQmlComponent: Component is not ready
[06:39:18] [warning] script errors: (file:///C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/zettelkasten/zettelkasten.qml:1:1: module "QtQml" is not installed import QtQml 2.0 ^)
[06:39:18] [debug] initShortcuts - 'menuBarIsVisible': true
[06:39:18] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"http://willtmonroe.com/files" <username>"p35pwu" <priority>1
[06:39:18] [debug] buildNotesIndex - 'noteSubFolderId': 0
[06:39:18] [debug] setupNoteFolderTables - 'database version': 14
[06:39:19] [debug] cloudConnection: CloudConnection: <id>1 <name>"Default" <serverUrl>"http://willtmonroe.com/files" <username>"p35pwu" <priority>1
[06:39:19] [debug] loadNoteDirectoryList
[06:39:19] [debug] reloadTagTree
[06:39:19] [debug] reloadTagTree - 'noteSubFolderIds': QVector(0)
[06:39:19] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[06:39:19] [debug] reloadNoteSubFolderTree
[06:39:19] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[06:39:19] [debug] reloadNoteSubFolderTree
[06:39:19] [debug] loadNoteDirectoryList
[06:39:19] [debug] reloadTagTree
[06:39:19] [debug] reloadTagTree - 'noteSubFolderIds': QVector(0)
[06:39:19] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)
[06:39:19] [debug] reloadNoteSubFolderTree
[06:39:19] [debug] filterNotesByNoteSubFolders - 'noteSubFolderIds': QVector(0)

Information about the application, settings and environment

Expand

QOwnNotes Debug Information

General Info

Current Date: Thu Dec 10 20:30:32 2020
Version: 20.12.3
Build date: Dec 7 2020
Build number: 794
Platform: windows
Operating System: Windows 10 Version 2009
Build architecture: x86_64
Current architecture: x86_64
Release: GitHub Actions
Qt Version (build): 5.15.2
Qt Version (runtime): 5.15.2
Portable mode: no
Settings path / key: \HKEY_CURRENT_USER\Software\PBE\QOwnNotes
Application database path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite
Application arguments: C:\Users\wtmon\QOwnNotes\QOwnNotes.exe
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Primary screen resolution: 1920x1200
Icon theme: breeze-dark-qownnotes
Notes in current note folder: 38
Calendar items: 0
Enabled scripts: 7

Server Info

serverUrl: http://willtmonroe.com/files
appIsValid: yes
notesPathExists: empty
serverVersion: empty
appVersion: empty

Spellchecking

Enabled: true
Selected language: en_US
Language codes: en_US
Language names: American English (United States)
Application dictionaries path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\dicts

Note folders

currentNoteFolderId: 3

Note folder default

id: 3
isCurrent: yes
activeTagId: -1
localPath: C:\Users\wtmon\Google Drive\notes
remotePath: Notes
cloudConnectionId: 1
isShowSubfolders: yes
isUseGit: yes
activeNoteSubFolder name: empty
database file: C:\Users\wtmon\Google Drive\notes\notes.sqlite

Cloud connections

Cloud connection Default

id: 1
isCurrent: yes
serverUrl: http://willtmonroe.com/files
username: p35pwu

Enabled scripts

Script Journal entry

id: 2
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\journal-entry\journal-entry.qml
variablesJson:

{
    "defaultTags": "journal",
    "noteBodyTemplate": "",
    "singleJournalPerDay": true
}

identifier: journal-entry
version: 1.5.1
minAppVersion: 17.11.6

Script Image preview

id: 3
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\image-preview\image-preview.qml
variablesJson:

{
    "maxWidth": 640
}

identifier: image-preview
version: 1.0.1
minAppVersion: 20.6.0

Script Insert Table of Contents (TOC)

id: 5
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\insert-toc\insert-toc.qml
variablesJson:

{
    "tocTitle": "Table of Contents"
}

identifier: insert-toc
version: 0.0.3
minAppVersion: 17.06.2

Script Un-wrap Text

id: 7
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\unwrap\unwrap.qml
variablesJson: empty
identifier: unwrap
version: 1.0.0
minAppVersion: 18.04.3

Script Vivaldi Notes

id: 11
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\vivaldi-notes\vivaldi-notes.qml
variablesJson: empty
identifier: vivaldi-notes
version: 0.0.3
minAppVersion: 20.11.0

Script Keybase Encryption

id: 12
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\encryption-keybase\encryption-keybase.qml
variablesJson: empty
identifier: encryption-keybase
version: 0.0.1
minAppVersion: 17.05.7

Script zettelkasten

id: 13
path: C:\Users\wtmon\AppData\Roaming\PBE\QOwnNotes\scripts\zettelkasten\zettelkasten.qml
variablesJson: empty

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActionDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (QString): false
Debug/fileLogging (QString): true
DictionaryManagerDialog/geometry (QByteArray): <binary data>
DictionaryManagerDialog/mainSplitterState (QByteArray): <binary data>
DistractionFreeMode/editorWidthMode (int): 2
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (int): 21
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/CurrentSchemaKey (QString): EditorColorSchema-cdbf28fc-1ddc-4d13-bb21-6a4043316a2f
Editor/autoBracketClosing (QString): false
Editor/autoBracketRemoval (QString): true
Editor/centerCursor (QString): true
Editor/disableCursorBlinking (QString): true
Editor/editorWidthInDFMOnly (QString): true
Editor/highlightCurrentLine (QString): true
Editor/indentSize (int): 4
Editor/removeTrailingSpaces (QString): true
Editor/useTabIndent (QString): false
Editor/vimMode (QString): false
FileDialog/LastPath (QString): C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/zettelkasten
FileDialog/LastPath-ExternalEditor (QString): C:/Program Files/iA Writer
FileDialog/LastPath-GitExecutable (QString): C:/Program Files/Git
FileDialog/LastPath-ImportTextFiles (QString): C:/Users/wtmon/Downloads/Readwise
FileDialog/LastPath-NotePDFExport (QString): C:/Users/wtmon/Downloads
FileDialog/LastPath-ScriptPath (QString): C:/Users/wtmon/AppData/Roaming/PBE/QOwnNotes/scripts/zettelkasten
FileDialog/LastPath-ScriptSettingsFile-encryption-keybase-kaybasePath (QString): C:/Users/wtmon/AppData/Local/Keybase
ImageDialog/disableCopying (QString): false
ImageDialog/geometry (QByteArray): <binary data>
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2020-12-10T20:01:23.812
LinkDialog/geometry (QByteArray): <binary data>
LocalTrashDialog/geometry (QByteArray): <binary data>
LogWidget/criticalLog (QString): true
LogWidget/debugLog (QString): true
LogWidget/fatalLog (QString): true
LogWidget/infoLog (QString): true
LogWidget/scriptingLog (QString): true
LogWidget/statusLog (QString): true
LogWidget/warningLog (QString): true
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (int): 24
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteTextEdit.code.font (QString): Courier New,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextEdit.font (QString): Calibri,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.code.font (QString): Courier New,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.font (QString): Calibri,12,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.ignoreCodeFontSize (QString): true
MainWindow/noteTextView.rtl (QString): false
MainWindow/noteTextView.underline (QString): true
MainWindow/noteTextView.useEditorStyles (QString): true
MainWindow/noteTextView.useInternalExportStyling (QString): true
MainWindow/showNotesFromAllNoteSubFolders (QString): false
MessageBoxOverride/delete-files (int): 16384
MessageBoxOverride/readonly-mode-allow (int): 16384
MessageBoxOverride/remove-note (int): 16384
MessageBoxOverride/remove-notes (int): 16384
MessageBoxOverride/remove-script (int): 16384
MessageBoxOverride/script-install-successful (int): 1024
MessageBoxOverride/update-and-restart (int): 16384
NoteDiffDialog/geometry (QByteArray): <binary data>
NoteFolder-3/NoteTabNameList (QStringList): Note 2020-11-29T20.33.08
NoteFolder-3/NoteTabStickinessList (QStringList): empty
NoteFolder-3/NoteTabSubFolderPathDataList (QStringList): empty
NoteFolder-3/allowDifferentNoteFileName (QString): false
NoteHistory-3 (QVariantList): <variant list with 115 item(s)>
NoteHistoryCurrentIndex-3 (int): 114
OrphanedImagesDialog/geometry (QByteArray): <binary data>
PasswordDialog/geometry (QByteArray): <binary data>
PiwikClientId (QString): <hidden>
Printer/NotePDFExportOrientation (int): 0
Printer/NotePDFExportPageSize (int): 10
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (int): 0
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShareDialog/geometry (QByteArray): <binary data>
Shortcuts/MainWindow-customAction_createZettelkastenNote (QString): empty
Shortcuts/MainWindow-customAction_insertToc (QString): empty
Shortcuts/MainWindow-customAction_journalEntry (QString): empty
Shortcuts/MainWindow-customAction_journalEntryTomorrow (QString): empty
Shortcuts/MainWindow-customAction_unWrap (QString): empty
ShowSystemTray (QString): false
StartHidden (QString): false
TableDialog/geometry (QByteArray): <binary data>
TagAddDialog/geometry (QByteArray): <binary data>
UpdateDialog/geometry (QByteArray): <binary data>
VersionDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (QString): false
allowNoteEditing (QString): true
allowOnlyOneAppInstance (QString): true
appMetrics/disableAppHeartbeat (QString): false
appMetrics/disableTracking (QString): false
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (QString): false
checkSpelling (QString): true
closeTodoListAfterSave (QString): false
cryptoKey (qlonglong): <hidden>
currentNoteFolderId (int): 3
currentWorkspace (QString): initial
cursorWidth (int): 1
customNoteFileExtensionList (QStringList): empty
darkMode (QString): true
darkModeColors (QString): true
darkModeIconTheme (QString): true
darkModeTrayIcon (QString): false
defaultNoteFileExtension (QString): md
demoNotesCreated (QString): true
disableAutomaticUpdateDialog (QString): false
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
enableNoteTree (QString): false
enableSocketServer (QString): true
externalEditorPath (QString): C:/Program Files/iA Writer/iAWriter.exe
fullyHighlightedBlockquotes (QString): false
gitCommitInterval (int): 31
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
guiFirstRunInit (QString): true
ignoreAllExternalModifications (QString): true
ignoreAllExternalNoteFolderChanges (QString): true
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (QString): false
imageScaleDownMaximumHeight (int): 1024
imageScaleDownMaximumWidth (int): 1024
initialLayoutIdentifier (QString): minimal
insertTimeFormat (QString): empty
interfaceFontSize (int): 11
interfaceLanguage (QString): empty
internalIconTheme (QString): false
itemHeight (int): 15
legacyLinking (QString): false
localTrash/autoCleanupDays (int): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): false
localTrashSplitterSizes (QByteArray): <binary data>
markdownHighlightingEnabled (QString): true
navigationPanelHideSearch (QString): false
networking/ignoreSSLErrors (QString): true
networking/proxyType (int): 2
newNoteAskHeadline (QString): false
noteEditIsCentralWidget (QString): true
noteListPreview (QString): false
noteSaveIntervalTime (int): 10
noteSubfoldersPanelDisplayAsFullTree (QString): true
noteSubfoldersPanelHideSearch (QString): false
noteSubfoldersPanelOrder (int): 0
noteSubfoldersPanelShowFullPath (QString): false
noteSubfoldersPanelShowNotesRecursively (QString): false
noteSubfoldersPanelShowRootFolderName (QString): true
noteSubfoldersPanelSort (int): 0
notesPanelOrder (int): 0
notesPanelSort (int): 1
notesPath (QString): C:/Users/wtmon/Google Drive/notes
notifyAllExternalModifications (QString): false
overrideInterfaceFontSize (QString): false
ownCloud/supportEnabled (QString): false
ownCloud/todoCalendarBackend (int): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarCloudConnectionId (int): 1
ownCloud/todoCalendarDisplayNameList (QStringList): empty
ownCloud/todoCalendarEnabledList (QStringList): empty
ownCloud/todoCalendarEnabledUrlList (QStringList): empty
ownCloud/todoCalendarUrlList (QStringList): empty
ownCloudInfo/appIsValid (QString): true
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): c55a63e6-aeb8-418c-8bab-7c29117508da
recentNoteFolders (QStringList): C:/Users/wtmon/Nextcloud/Notes
restoreCursorPosition (QString): false
restoreLastNoteAtStartup (QString): true
restoreNoteTabs (QString): true
savedSearches/noteFolder-3 (QStringList): Note 2020-12-06T19.16.40, Note 2020-12-02T09.29.35, Interviewing Your Domain, Note 2020-11-29T20.33.08, Note 2020-11-25T09.07.47, Note bc4302f8-3c11-47c7-bffe-776c3ea61c91, Note 2020-10-20T09.14.02, Note 2020-10-19T21.33.36, Note cf6cfc0b-bf73-48be-a727-33ad0b1b089c, Note 2020-10-04T20.13.38, Note 2020-10-04T13.56.04, Note 2020-09-28T08.16.25, Note 2020-09-25T09.23.26, Note 2020-09-22T11.38.10, Note 2020-09-20T13.49.52, blog, Note 2020-09-20T07.19.47, Note 719171a0-28ce-4b74-bfbf-e1a939873ba8, Note 9474e1e8-99ce-48ef-8b62-1c7fcaddeb09, Note 2020-02-06T19.59.10, Note e6e64860-d3bf-46ad-ba1b-e0b3185c2cc2, Note 75dc9482-ca9b-4c95-9f8a-58d24ca0942f, Note b6e3ae08-a0f2-49c0-a373-0a4f890eec9f, Note 2020-02-04T14.37.44, Note ae8de3ea-db09-435a-8661-9a94240053c1, Note 51fd38c7-6328-4374-b0dd-1d6ed985419e, Note d034abd0-991f-4abc-8da1-d11a0b9112ae, c9f3280087ff4941b80c96569798c1a1, qownnotes web-companion Browser extension to browse bookmarks and create notes in QOwnNotes, QOwnNotes shortcuts, Note 7dde1544-a793-4cc0-bb14-275c05c36fea, Note c20b854d-66a6-4550-880f-d5d1f8599f4f, Welcome to QOwnNotes, This is a note, Markdown Showcase, Markdown Cheatsheet, 201911011451 backward design enduring understanding, 201906041038 backward design - core tasks, 201906041016 big ideas and skills, 201906031121 backward design - big ideas, 201905311049 unpacking content standards, 201905311046 problems with content standards, 201905311042 skills, 201905311025 essential questions, 201905311021 goals, 201905290839 evidence of understanding, 201905281609 coverage versus uncoverage, 201905281602 understanding versus misunderstanding, 201905281555 understanding and transfer, 201905281535 knowledge versus understanding, 201905281054 backward design summary, 201904250851 elrc 7240, 201902131155 what is a disability, 201902131103 web content accessibility standards, 201811291328 digital literacy survey lsu law, 201811210543 how to create direct instruction screencasts, 201811210516 how to create a zettel note
showMatches (QString): true
showMenuBar (QString): true
showStatusBar (QString): true
skipVersion (QString): 20.9.11
spellCheckLanguage (QString): en_US
systemIconTheme (QString): false
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (QString): false
tagsPanelHideNoteCount (QString): false
tagsPanelHideSearch (QString): false
tagsPanelOrder (int): 0
tagsPanelSort (int): 0
todoCalendarSupport (QString): false
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QStringList): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (int): 6
useNoteFolderButtons (QString): false
useSoftWrapInNoteEditor (QString): true
useUNIXNewline (QString): false
versionSplitterSizes (QByteArray): <binary data>
webSocketServerService/bookmarksNoteName (QString): Bookmarks
webSocketServerService/bookmarksTag (QString): bookmarks
webSocketServerService/port (int): 22222
webSocketServerService/token (QString): xVErqVyT
workspace-c55a63e6-aeb8-418c-8bab-7c29117508da/name (QString): Preview
workspace-c55a63e6-aeb8-418c-8bab-7c29117508da/noteSubFolderDockWidgetVisible (QString): true
workspace-c55a63e6-aeb8-418c-8bab-7c29117508da/windowState (QByteArray): <binary data>
workspace-initial/name (QString): Minimal
workspace-initial/noteSubFolderDockWidgetVisible (QString): false
workspace-initial/windowState (QByteArray): <binary data>
workspaces (QStringList): initial, c55a63e6-aeb8-418c-8bab-7c29117508da

System environment

ALLUSERSPROFILE: C:\ProgramData
APPDATA: C:\Users\wtmon\AppData\Roaming
ChocolateyInstall: C:\ProgramData\chocolatey
ChocolateyLastPathUpdate: 132046511924330234
CommonProgramFiles: C:\Program Files\Common Files
CommonProgramFiles(x86): C:\Program Files (x86)\Common Files
CommonProgramW6432: C:\Program Files\Common Files
COMPUTERNAME: WILLS-FAST-LAPP
ComSpec: C:\WINDOWS\system32\cmd.exe
configsetroot: C:\WINDOWS\ConfigSetRoot
DokanLibrary1: C:\Program Files\Dokan\Dokan Library-1.2.2\
DokanLibrary1_LibraryPath_x64: C:\Program Files\Dokan\Dokan Library-1.2.2\lib\
DokanLibrary1_LibraryPath_x86: C:\Program Files\Dokan\Dokan Library-1.2.2\x86\lib\
DriverData: C:\Windows\System32\Drivers\DriverData
FPS_BROWSER_APP_PROFILE_STRING: Internet Explorer
FPS_BROWSER_USER_PROFILE_STRING: Default
HOMEDRIVE: C:
HOMEPATH: \Users\wtmon
LOCALAPPDATA: C:\Users\wtmon\AppData\Local
LOGONSERVER: \\WILLS-FAST-LAPP
NUMBER_OF_PROCESSORS: 8
OneDrive: C:\Users\wtmon\OneDrive
OneDriveConsumer: C:\Users\wtmon\OneDrive
OS: Windows_NT
Path: C:\Python27\;C:\Python27\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\ProgramData\chocolatey\bin;C:\Program Files\Calibre2\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\FileProtector\;C:\Program Files (x86)\Common Files\Acronis\FileProtector64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\Pandoc\;C:\Program Files\MiKTeX\miktex\bin\x64\;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\dotnet\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Users\wtmon\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\wtmon\AppData\Local\GitHubDesktop\bin;C:\Program Files\GPAC;C:\Users\wtmon\AppData\Local\Box\Box Edit\;C:\Users\wtmon\AppData\Local\Keybase\;C:\Users\wtmon\AppData\Local\Programs\Microsoft VS Code\bin
PATHEXT: .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE: AMD64
PROCESSOR_IDENTIFIER: Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
PROCESSOR_LEVEL: 6
PROCESSOR_REVISION: 8e0a
ProgramData: C:\ProgramData
ProgramFiles: C:\Program Files
ProgramFiles(x86): C:\Program Files (x86)
ProgramW6432: C:\Program Files
PSModulePath: C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
PUBLIC: C:\Users\Public
PYTHONHOME: C:\Python27
SESSIONNAME: Console
SystemDrive: C:
SystemRoot: C:\WINDOWS
TEMP: C:\Users\wtmon\AppData\Local\Temp
TMP: C:\Users\wtmon\AppData\Local\Temp
USERDOMAIN: WILLS-FAST-LAPP
USERDOMAIN_ROAMINGPROFILE: WILLS-FAST-LAPP
USERNAME: wtmon
USERPROFILE: C:\Users\wtmon
windir: C:\WINDOWS

Markdown-it parser not showing images in preview

Hello, just tried the Markdown-it script and the preview doesn't show the images
anymore.

Expected behaviour

Markdown-it parser shows images as the default parser

Actual behaviour

Default parser shows images in preview, Markdown-it does not.
The HTML Export shows the image.

Steps to reproduce

Create note with
![Bild](https://www.servernoobs.com/wp-content/uploads/2012/01/Linux-3.jpg)
and activate/deactivate Markdown-it script

Output from the debug section in the settings dialog

Version**: 20.2.11
Build date: Feb 26 2020
Build number: 5419
Platform: windows
Operating System: Windows 10 (10.0)
Build architecture: i386
Current architecture: x86_64
Release: AppVeyor
Qt Version (build): 5.13.2
Qt Version (runtime): 5.13.2
Portable mode: no
Settings path / key: \HKEY_CURRENT_USER\Software\PBE\QOwnNotes
Application database path: C:\Users\Normal\AppData\Roaming\PBE\QOwnNotes\QOwnNotes.sqlite
Application arguments: C:\Users\Normal\Desktop\QownNotes\QOwnNotes.exe
Qt Debug: 0
Locale (system): de_DE
Locale (interface): empty
Primary screen resolution: 1920x1080
Icon theme: breeze-dark-qownnotes
Notes in current note folder: 26
Calendar items: 0
Enabled scripts: 2

Enabled scripts

Script Merge selected notes

id: 1
path: C:\Users\Normal\AppData\Roaming\PBE\QOwnNotes\scripts\merge-notes\merge-notes.qml
variablesJson:

{
    "pyCommand": "C:\\Users\\Normal\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe"
}

identifier: merge-notes
version: 0.0.3
minAppVersion: 17.08.5

Script Markdown-it markdown parser

id: 3
path: C:\Users\Normal\AppData\Roaming\PBE\QOwnNotes\scripts\markdown-it\markdown-it.qml
variablesJson:

{
    "customStylesheet": "table {border-spacing: 0; border-style: solid; border-width: 1px; border-collapse: collapse; margin-top: 0.5em;} th, td {padding: 0 50px;}",
    "options": "{\n    //html:         false,        // Enable HTML tags in source\n    //xhtmlOut:     false,        // Use '/' to close single tags (<br />)\n    //breaks:       false,        // Convert '\\n' in paragraphs into <br>\n    //langPrefix:   'language-',  // CSS language prefix for fenced blocks\n    //linkify:      false,        // autoconvert URL-like texts to links\n\n    // Enable some language-neutral replacements + quotes beautification\n    //typographer:  false,\n\n    // Double + single quotes replacement pairs, when typographer enabled,\n    // and smartquotes on. Could be either a String or an Array.\n    //\n    // For example, you can use '«»„“' for Russian, '„“‚‘' for German,\n    // and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).\n    //quotes: '\\u201c\\u201d\\u2018\\u2019', /* “”‘’ */\n\n    // Highlighter function. Should return escaped HTML,\n    // or '' if the source string is not changed and should be escaped externaly.\n    // If result starts with <pre... internal wrapper is skipped.\n    //\n    // function (/*str, lang*/) { return ''; }\n    //\n    //highlight: null,\n\n    //maxNesting:   100            // Internal protection, recursion limit\n}"
}

identifier: markdown-it
version: 1.3
minAppVersion: 17.08.2

Relevant log output in the Log panel

nothing special

Line numbering

Is it possible to have line numbering in the Editor panel?

Expected behaviour

Actual behaviour

Steps to reproduce

Output from the debug section in the settings dialog

Relevant log output in the Log panel

markdown-it-deflist usage

Expected behaviour

Able to use markdown-it plugin with markdown-it-deflist

Actual behaviour

Cannot hack it together

Steps to reproduce

Copied and modified markdown-it.qml:
markdown-it.txt
markdown-it-deflist.js is in the same directory as markdown-it, gets compiled (.jsc file created)

Output from the debug section in the settings dialog

Long debug info

QOwnNotes Debug Information

General Info

Current Date: Thu Dec 20 10:32:34 2018
Version: 18.12.4
Build date: Dec 14 2018
Build number: 499
Platform: linux
Operating System: Linux Mint 19
Build architecture: x86_64
Current architecture: x86_64
Release: Launchpad PPA
Qt Version (build): 5.9.5
Qt Version (runtime): 5.9.5
Portable mode: no
Settings path / key: /home/pihentagy/.config/PBE/QOwnNotes.conf
Application database path: /home/pihentagy/.local/share/PBE/QOwnNotes/QOwnNotes.sqlite
Application arguments: /usr/bin/QOwnNotes
Qt Debug: 0
Locale (system): en_US
Locale (interface): empty
Icon theme: Mint-Y
Notes in current note folder: 4
Enabled scripts: 3

Server Info

serverUrl: empty
appIsValid: no
notesPathExists: empty
connectionErrorMessage: empty

Note folders

currentNoteFolderId: 0

Note folder default

id: 1
isCurrent: no
activeTagId: 0
localPath: /home/pihentagy/Notes
remotePath: Notes
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /home/pihentagy/Notes/notes.sqlite

Note folder ``

id: 2
isCurrent: no
activeTagId: -1
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Note folder ``

id: 3
isCurrent: no
activeTagId: 1
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Note folder ``

id: 4
isCurrent: no
activeTagId: -2
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Note folder ``

id: 5
isCurrent: no
activeTagId: 1
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Note folder ``

id: 6
isCurrent: no
activeTagId: -2
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Note folder ``

id: 7
isCurrent: no
activeTagId: -1
localPath: empty
remotePath: empty
isShowSubfolders: no
isUseGit: no
activeNoteSubFolder name: empty
database file: /notes.sqlite

Enabled scripts

Script Epsilon Notes compatible tags (YAML tags)

id: 1
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/epsilon-notes-tags/epsilon-notes-tags.qml
variablesJson: empty
identifier: epsilon-notes-tags
version: 0.0.2
minAppVersion: 18.03.7

Script Unique note id

id: 2
path: /home/pihentagy/.local/share/PBE/QOwnNotes/scripts/unique-note-id/unique-note-id.qml
variablesJson: empty
identifier: unique-note-id
version: 1.0.1
minAppVersion: 18.05.1

Script markdown-it

id: 4
path: /home/pihentagy/utils/markdown-it/markdown-it.qml
variablesJson:

{
    "customStylesheet": "",
    "options": "{\n    //html:         false,        // Enable HTML tags in source\n    //xhtmlOut:     false,        // Use '/' to close single tags (<br />)\n    //breaks:       false,        // Convert '\\n' in paragraphs into <br>\n    //langPrefix:   'language-',  // CSS language prefix for fenced blocks\n    linkify:      true,        // autoconvert URL-like texts to links\n\n    // Enable some language-neutral replacements + quotes beautification\n    typographer:  true,\n\n    // Double + single quotes replacement pairs, when typographer enabled,\n    // and smartquotes on. Could be either a String or an Array.\n    //\n    // For example, you can use '«»„“' for Russian, '„“‚‘' for German,\n    // and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).\n    //quotes: '\\u201c\\u201d\\u2018\\u2019', /* “”‘’ */\n\n    // Highlighter function. Should return escaped HTML,\n    // or '' if the source string is not changed and should be escaped externaly.\n    // If result starts with <pre... internal wrapper is skipped.\n    //\n    // function (/*str, lang*/) { return ''; }\n    //\n    //highlight: null,\n\n    //maxNesting:   100            // Internal protection, recursion limit\n}"
}

Settings

AboutDialog/geometry (QByteArray): <binary data>
ActionDialog/geometry (QByteArray): <binary data>
ActiveNoteHistoryItem (NoteHistoryItem): <binary data>
Debug/fakeOldVersionNumber (QString): false
Debug/fileLogging (QString): true
DistractionFreeMode/isEnabled (QString): false
DistractionFreeMode/menuBarGeometry (QByteArray): <binary data>
DistractionFreeMode/menuBarHeight (QString): 27
DistractionFreeMode/menuBarVisible (QString): true
DistractionFreeMode/windowState (QByteArray): <binary data>
Editor/ColorSchemes (QString): EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d
Editor/CurrentSchemaKey (QString): EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d
Editor/autoBracketClosing (QString): true
Editor/autoBracketRemoval (QString): true
Editor/editorWidthInDFMOnly (QString): true
Editor/highlightCurrentLine (QString): true
Editor/vimMode (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_-1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_0 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_11 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_18 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_19 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_2 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_21 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_22 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_23 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_25 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_3 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_4 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColorEnabled_8 (QString): false
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_-1 (QColor): #ffffff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_0 (QColor): #fff8ef
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_1 (QColor): #fff2e4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_11 (QColor): #aaf7ff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_12 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_13 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_14 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_15 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_16 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_17 (QColor): #f1f1f4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_18 (QColor): #f5f9d8
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_19 (QColor): #e2e7e2
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_2 (QColor): #fff2e4
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_21 (QColor): #7c7c7c
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_22 (QColor): #f7f6ff
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_23 (QColor): #eaebea
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_25 (QColor): #fffae2
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_3 (QColor): #edffed
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_4 (QColor): #eaebea
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/BackgroundColor_8 (QColor): #dbf9e5
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Bold_8 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_12 (QString): 200
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_13 (QString): 160
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_14 (QString): 130
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_15 (QString): 100
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_16 (QString): 90
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_17 (QString): 90
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/FontSizeAdaption_8 (QString): 100
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_-1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_0 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_1 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_10 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_11 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_12 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_13 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_14 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_15 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_16 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_17 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_18 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_19 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_2 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_20 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_21 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_22 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_23 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_24 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_26 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_3 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_4 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_5 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_6 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_7 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_8 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColorEnabled_9 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_-1 (QColor): #000000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_0 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_1 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_10 (QColor): #a3007b
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_11 (QColor): #ababab
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_12 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_13 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_14 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_15 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_16 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_17 (QColor): #00316e
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_18 (QColor): #aa0000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_19 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_2 (QColor): #fc7e00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_20 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_21 (QColor): #393939
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_22 (QColor): #4e18b9
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_23 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_24 (QColor): #cccccc
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_26 (QColor): #ff5500
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_3 (QColor): #00bf00
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_4 (QColor): #008000
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_5 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_6 (QColor): #3d3d3d
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_7 (QColor): #0057ae
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_8 (QColor): #00428a
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/ForegroundColor_9 (QColor): #a3007b
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Italic_7 (QString): true
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Name (QString): Light (Copy)
EditorColorSchema-10c804df-d9a8-4aca-a781-c9f281848a3d/Underline_26 (QString): true
FileDialog/LastPath (QString): /home/pihentagy/utils/markdown-it
FileDialog/LastPath-ScriptPath (QString): /home/pihentagy/utils/markdown-it
IssueAssistantDialog/geometry (QByteArray): <binary data>
LastUpdateCheck (QDateTime): 2018-12-20T10:31:54
LinkDialog/geometry (QByteArray): <binary data>
LogWidget/criticalLog (QString): true
LogWidget/debugLog (QString): true
LogWidget/fatalLog (QString): true
LogWidget/infoLog (QString): true
LogWidget/scriptingLog (QString): true
LogWidget/statusLog (QString): true
LogWidget/warningLog (QString): true
MainWindow/geometry (QByteArray): <binary data>
MainWindow/mainToolBar.iconSize (QString): 24
MainWindow/menuBarGeometry (QByteArray): <binary data>
MainWindow/noteTextEdit.code.font (QString): DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0,Book
MainWindow/noteTextEdit.font (QString): DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0,Book
MainWindow/noteTextView.code.font (QString): Monospace,10,-1,5,50,0,0,0,0,0
MainWindow/noteTextView.font (QString): Noto Serif,11,-1,5,50,0,0,0,0,0,Regular
MainWindow/noteTextView.rtl (QString): false
MainWindow/showNotesFromAllNoteSubFolders (bool): true
NoteDialog/geometry (QByteArray): <binary data>
NoteHistory-0 (QVariantList): <variant list with 16 item(s)>
NoteHistoryCurrentIndex-0 (QString): 15
PasswordDialog/geometry (QByteArray): <binary data>
PiwikClientId (QString): <hidden>
ScriptRepositoryDialog/geometry (QByteArray): <binary data>
ScriptRepositoryDialog/mainSplitterState (QByteArray): <binary data>
SearchEngineId (QString): 2
SettingsDialog/geometry (QByteArray): <binary data>
SettingsDialog/mainSplitterState (QByteArray): <binary data>
ShowSystemTray (QString): false
StartHidden (QString): false
UpdateDialog/geometry (QByteArray): <binary data>
WelcomeDialog/geometry (QByteArray): <binary data>
acceptAllExternalModifications (QString): false
allowDifferentNoteFileName (QString): false
allowNoteEditing (bool): true
allowOnlyOneAppInstance (QString): false
appMetrics/disableAppHeartbeat (QString): false
appMetrics/disableTracking (QString): false
appMetrics/notificationShown (QString): true
automaticNoteFolderDatabaseClosing (QString): false
closeTodoListAfterSave (QString): false
cryptoKey (QString): <hidden>
currentWorkspace (QString): 92e58ed3-9d17-423b-a69e-526f553f8280
cursorWidth (QString): 1
customNoteFileExtensionList: empty
darkMode (QString): false
darkModeColors (QString): false
darkModeTrayIcon (QString): false
defaultNoteFileExtension (QString): md
disableAutomaticUpdateDialog (QString): true
disableSavedSearchesAutoCompletion (QString): false
dockWasInitializedOnce (QString): true
externalEditorPath (QString): empty
fullyHighlightedBlockquotes (QString): true
gitCommitInterval (QString): 30
gitExecutablePath (QString): empty
gitLogCommand (QString): empty
ignoreAllExternalModifications (QString): false
ignoreAllExternalNoteFolderChanges (QString): false
ignoreNoteSubFolders (QString): ^\.
imageScaleDown (QString): false
imageScaleDownMaximumHeight (QString): 1024
imageScaleDownMaximumWidth (QString): 1024
insertTimeFormat (QString): empty
interfaceFontSize (QString): 11
interfaceLanguage (QString): empty
internalIconTheme (QString): false
itemHeight (QString): 19
localTrash/autoCleanupDays (QString): 30
localTrash/autoCleanupEnabled (QString): true
localTrash/supportEnabled (QString): true
markdownHighlightingEnabled (QString): true
networking/ignoreSSLErrors (QString): true
networking/proxyType (QString): 2
newNoteAskHeadline (QString): false
noteEditIsCentralWidget (QString): false
noteListPreview (QString): true
noteSaveIntervalTime (QString): 10
noteSubfoldersPanelDisplayAsFullTree (QString): true
noteSubfoldersPanelHideSearch (QString): false
noteSubfoldersPanelOrder (QString): 0
noteSubfoldersPanelShowFullPath (QString): false
noteSubfoldersPanelShowNotesRecursively (QString): false
noteSubfoldersPanelShowRootFolderName (QString): true
noteSubfoldersPanelSort (QString): 0
notesPanelOrder (QString): 0
notesPanelSort (QString): 1
notesPath (QString): /home/pihentagy/Notes
notifyAllExternalModifications (QString): false
overrideInterfaceFontSize (QString): false
ownCloud/password (QString): <hidden>
ownCloud/serverUrl (QString): empty
ownCloud/supportEnabled (QString): false
ownCloud/todoCalendarBackend (QString): 3
ownCloud/todoCalendarCalDAVPassword (QString): <hidden>
ownCloud/todoCalendarCalDAVServerUrl (QString): empty
ownCloud/todoCalendarCalDAVUsername (QString): empty
ownCloud/todoCalendarDisplayNameList: empty
ownCloud/todoCalendarEnabledList: empty
ownCloud/todoCalendarEnabledUrlList: empty
ownCloud/todoCalendarUrlList: empty
ownCloud/userName (QString): empty
ownCloudInfo/appIsValid (bool): false
ownCloudInfo/connectionErrorMessage (QString): empty
ownCloudInfo/notesPathExistsText (QString): empty
ownCloudInfo/serverVersion (QString): empty
previousWorkspace (QString): 82d5a242-ebaf-4bf2-b072-7dec36cd46f0
restoreCursorPosition (QString): true
savedSearches/noteFolder-0 (QStringList): Note 2018-11-23T10.45.12, Note 2018-11-22T11.30.29, Note 2018-11-15T14.17.02, Note 2018-11-12T09.08.47
showMenuBar (bool): true
showStatusBar (bool): true
tagWasAddedToNote (QString): true
taggingShowNotesRecursively (QString): false
tagsPanelHideSearch (QString): false
tagsPanelOrder (QString): 0
tagsPanelSort (QString): 0
toolbar/1/items (QStringList): action_New_note, action_Find_note, action_Remove_note, action_Open_note_in_external_editor, actionShow_local_trash, actionAllow_note_editing, , action_Back_in_note_history, action_Forward_in_note_history, , action_Find_text_in_note, actionReplace_in_current_note, , actionShow_versions, actionShow_trash, actionShare_note, , actionOpen_List
toolbar/1/name (QString): mainToolBar
toolbar/1/title (QString): main toolbar
toolbar/2/items (QStringList): actionFormat_text_bold, actionFormat_text_italic, actionStrike_out_text, actionInsert_code_block, actionInsert_block_quote
toolbar/2/name (QString): formattingToolbar
toolbar/2/title (QString): formatting toolbar
toolbar/3/items (QStringList): actionInsert_Link_to_note, actionInsert_image, actionInsert_current_time
toolbar/3/name (QString): insertingToolbar
toolbar/3/title (QString): inserting toolbar
toolbar/4/items (QStringList): action_Encrypt_note, actionEdit_encrypted_note, actionDecrypt_note
toolbar/4/name (QString): encryptionToolbar
toolbar/4/title (QString): encryption toolbar
toolbar/5/items (QStringList): actionWorkspaceComboBox, actionStore_as_new_workspace, actionRemove_current_workspace, actionRename_current_workspace, actionSwitch_to_previous_workspace, actionUnlock_panels, , actionToggle_distraction_free_mode, action_Increase_note_text_size, action_Decrease_note_text_size, action_Reset_note_text_size
toolbar/5/name (QString): windowToolbar
toolbar/5/title (QString): window toolbar
toolbar/6/items (QString): action_Quit
toolbar/6/name (QString): quitToolbar
toolbar/6/title (QString): quit toolbar
toolbar/size (QString): 6
useUNIXNewline (QString): false
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/name (QString): minimal
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/noteSubFolderDockWidgetVisible (QString): true
workspace-55ea34e7-c50e-4b58-930e-1f7db985cf97/windowState (QByteArray): <binary data>
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/name (QString): preview only
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/noteSubFolderDockWidgetVisible (QString): true
workspace-82d5a242-ebaf-4bf2-b072-7dec36cd46f0/windowState (QByteArray): <binary data>
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/name (QString): full
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/noteSubFolderDockWidgetVisible (QString): true
workspace-92e58ed3-9d17-423b-a69e-526f553f8280/windowState (QByteArray): <binary data>
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/name (QString): two-panel
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/noteSubFolderDockWidgetVisible (QString): true
workspace-ec4e41a7-ce51-4006-ae07-d7768cb1cc49/windowState (QByteArray): <binary data>
workspaces (QStringList): 92e58ed3-9d17-423b-a69e-526f553f8280, 55ea34e7-c50e-4b58-930e-1f7db985cf97, 82d5a242-ebaf-4bf2-b072-7dec36cd46f0, ec4e41a7-ce51-4006-ae07-d7768cb1cc49

System environment

J2SDKDIR: /usr/lib/jvm/java-8-oracle
USER: pihentagy
LANGUAGE: en_US
XDG_SEAT: seat0
XDG_SESSION_TYPE: x11
SSH_AGENT_PID: 2911
J2REDIR: /usr/lib/jvm/java-8-oracle/jre
SHLVL: 0
HOME: /home/pihentagy
DESKTOP_SESSION: cinnamon
GTK_MODULES: gail:atk-bridge
XDG_SEAT_PATH: /org/freedesktop/DisplayManager/Seat0
LC_MONETARY: hu_HU.UTF-8
DBUS_SESSION_BUS_ADDRESS: unix:path=/run/user/1000/bus
MANDATORY_PATH: /usr/share/gconf/cinnamon.mandatory.path
QT_QPA_PLATFORMTHEME: qt5ct
LOGNAME: pihentagy
DEFAULTS_PATH: /usr/share/gconf/cinnamon.default.path
XDG_SESSION_ID: c3
PATH: /home/pihentagy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
GDM_LANG: en_US
DERBY_HOME: /usr/lib/jvm/java-8-oracle/db
LC_ADDRESS: hu_HU.UTF-8
XDG_RUNTIME_DIR: /run/user/1000
XDG_SESSION_PATH: /org/freedesktop/DisplayManager/Session1
DISPLAY: :0
LANG: en_US.UTF-8
LC_TELEPHONE: hu_HU.UTF-8
XDG_SESSION_DESKTOP: cinnamon
XAUTHORITY: /home/pihentagy/.Xauthority
XDG_GREETER_DATA_DIR: /var/lib/lightdm-data/pihentagy
SSH_AUTH_SOCK: /run/user/1000/keyring/ssh
LC_NAME: hu_HU.UTF-8
SHELL: /bin/bash
QT_ACCESSIBILITY: 1
GDMSESSION: cinnamon
LC_MEASUREMENT: hu_HU.UTF-8
GPG_AGENT_INFO: /run/user/1000/gnupg/S.gpg-agent:0:1
LC_IDENTIFICATION: hu_HU.UTF-8
XDG_VTNR: 7
JAVA_HOME: /usr/lib/jvm/java-8-oracle
PWD: /home/pihentagy
XDG_DATA_DIRS: /usr/share/cinnamon:/usr/share/gnome:/home/pihentagy/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_CONFIG_DIRS: /etc/xdg/xdg-cinnamon:/etc/xdg
LC_NUMERIC: hu_HU.UTF-8
LC_PAPER: hu_HU.UTF-8
GNOME_DESKTOP_SESSION_ID: this-is-deprecated
GTK_OVERLAY_SCROLLING: 1
SESSION_MANAGER: local/thinkpad:@/tmp/.ICE-unix/2846,unix/thinkpad:/tmp/.ICE-unix/2846
XDG_CURRENT_DESKTOP: X-Cinnamon

Relevant log output in the Log panel

nothing interesting

Test input

### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)

Term 1

:   Definition 1
with lazy continuation.

Term 2 with *inline markup*

:   Definition 2

        { some code, part of Definition 2 }

    Third paragraph of definition 2.

_Compact style:_

Term 1
  ~ Definition 1

Term 2
  ~ Definition 2a
  ~ Definition 2b

Could you help @pbek and @MilanRusev ?

Latex Math plugin is not working in QOwnNotes

question

is this plugin being maintained?

Script name

Latex Math for QOwnNotes

Script authors

r00tr4v3n

Expected behaviour

render math latex formulas when enclosed with $ $

Actual behaviour

nothing happens

Steps to reproduce

write $x^2$ in QOwnNotes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.