mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Change dir
This commit is contained in:
parent
49c11fb22e
commit
61890d99ec
@ -425,7 +425,7 @@ class NoteTextComponent extends React.Component {
|
|||||||
const viewer = <webview
|
const viewer = <webview
|
||||||
style={viewerStyle}
|
style={viewerStyle}
|
||||||
nodeintegration="1"
|
nodeintegration="1"
|
||||||
src="note-content.html"
|
src="gui/note-viewer/index.html"
|
||||||
ref={(elem) => { this.webview_ref(elem); } }
|
ref={(elem) => { this.webview_ref(elem); } }
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
"src/log.txt",
|
"src/log.txt",
|
||||||
"*.min.js",
|
"*.min.js",
|
||||||
"ElectronClient/app/highlight/*.pack.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":
|
"folder_exclude_patterns":
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user