Disabled Syntax page until it is usable

This commit is contained in:
Scharel Clemens 2018-12-11 23:44:34 +01:00
parent 1971a93da9
commit 038c9a8391
2 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,8 @@ Dialog {
}
MenuItem {
text: qsTr("Markdown syntax")
onClicked: pageStack.push(Qt.resolvedUrl("SyntaxPage.qml")) //Qt.openUrlExternally("https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax")
//onClicked: pageStack.push(Qt.resolvedUrl("SyntaxPage.qml")) //Qt.openUrlExternally("https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax")
onClicked: Qt.openUrlExternally("https://github.com/showdownjs/showdown/wiki/Showdown's-Markdown-syntax")
}
}

View file

@ -14,7 +14,7 @@
* Mon Dec 11 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-6
- Changed #34: "Do not underline lines with tick boxes"
- Began implementing #18: Page with Markdown syntax
- Began implementing #18: Page with Markdown syntax (not yet included in the build)
* Mon Dec 11 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-5
- Fixed an issue that prevented to edit accounts