1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop: WYSIWYG: Added support for custom icon package and set Attach toolbar icon

This commit is contained in:
Laurent Cozic
2020-04-09 17:49:56 +01:00
parent ec499eecd5
commit 93dccf62df
12 changed files with 4215 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ const updateIgnoredTypeScriptBuildTask = async function() {
'**/CliClient/tests-build/lib/**',
'**/ElectronClient/dist/**',
'**/Modules/TinyMCE/JoplinLists/**',
'**/Modules/TinyMCE/IconPack/**',
],
}).map(f => f.substr(__dirname.length + 1));