mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added option to convert HTML to Markdown instead of plain, using Turndown #1604
This commit is contained in:
parent
d3b0d6ca57
commit
8fb7067531
45 changed files with 201 additions and 135 deletions
|
|
@ -50,6 +50,7 @@ export const SettingsUserStore = new class {
|
|||
layout: 1,
|
||||
editorDefaultType: 'Html',
|
||||
editorWysiwyg: 'Squire',
|
||||
markdown: 0,
|
||||
msgDefaultAction: 1
|
||||
});
|
||||
|
||||
|
|
@ -113,7 +114,8 @@ export const SettingsUserStore = new class {
|
|||
'requireTLS',
|
||||
'pgpSign',
|
||||
'pgpEncrypt',
|
||||
'allowSpellcheck'
|
||||
'allowSpellcheck',
|
||||
'markdown'
|
||||
/*
|
||||
'MessagesPerPage',
|
||||
'MessageReadDelay',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue