Disabled Syntax page until it is usable
This commit is contained in:
parent
1971a93da9
commit
038c9a8391
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,8 @@ Dialog {
|
||||||
}
|
}
|
||||||
MenuItem {
|
MenuItem {
|
||||||
text: qsTr("Markdown syntax")
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
* Mon Dec 11 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-6
|
* Mon Dec 11 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-6
|
||||||
- Changed #34: "Do not underline lines with tick boxes"
|
- 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
|
* Mon Dec 11 2018 Scharel Clemens <harbour-nextcloudnotes@scharel.name> 0.2-5
|
||||||
- Fixed an issue that prevented to edit accounts
|
- Fixed an issue that prevented to edit accounts
|
||||||
|
|
Loading…
Reference in a new issue