From c4268f621234bdc688378d30aecab0a005f76042 Mon Sep 17 00:00:00 2001 From: Scharel Clemens Date: Mon, 11 Mar 2019 21:53:04 +0100 Subject: [PATCH] Integrated Showdown as a git submodule --- .gitmodules | 3 +++ qml/pages/NotePage.qml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..80a185d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "qml/js/showdown"] + path = qml/js/showdown + url = git@github.com:showdownjs/showdown.git diff --git a/qml/pages/NotePage.qml b/qml/pages/NotePage.qml index deffbe5..32450af 100644 --- a/qml/pages/NotePage.qml +++ b/qml/pages/NotePage.qml @@ -1,7 +1,7 @@ import QtQuick 2.5 import Sailfish.Silica 1.0 import harbour.nextcloudnotes.note 1.0 -import "../js/showdown-1.9.0/dist/showdown.js" as ShowDown +import "../js/showdown/dist/showdown.js" as ShowDown Dialog { id: noteDialog