1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Change dir

This commit is contained in:
Laurent Cozic 2017-11-10 22:27:38 +00:00
parent 49c11fb22e
commit 61890d99ec
6 changed files with 3 additions and 2 deletions

View File

@ -425,7 +425,7 @@ class NoteTextComponent extends React.Component {
const viewer = <webview
style={viewerStyle}
nodeintegration="1"
src="note-content.html"
src="gui/note-viewer/index.html"
ref={(elem) => { this.webview_ref(elem); } }
/>

View File

@ -17,7 +17,8 @@
"src/log.txt",
"*.min.js",
"ElectronClient/app/highlight/*.pack.js",
"app/css/font-awesome.min.css",
"ElectronClient/app/gui/note-viewer/css/font-awesome.min.css",
"_mydocs/mdtest/vendor/bin/html-to-markdown",
],
"folder_exclude_patterns":
[