mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix converted filename
Mark it by default with a string from the config file. Issue: 397
This commit is contained in:
@ -6,6 +6,7 @@ import docspell.convert.flexmark.MarkdownConfig
|
||||
|
||||
case class ConvertConfig(
|
||||
chunkSize: Int,
|
||||
convertedFilenamePart: String,
|
||||
maxImageSize: Int,
|
||||
markdown: MarkdownConfig,
|
||||
wkhtmlpdf: WkHtmlPdfConfig,
|
||||
|
@ -23,6 +23,7 @@ object ConversionTest extends SimpleTestSuite with FileChecks {
|
||||
|
||||
val convertConfig = ConvertConfig(
|
||||
8192,
|
||||
"converted",
|
||||
3000 * 3000,
|
||||
MarkdownConfig("body { padding: 2em 5em; }"),
|
||||
WkHtmlPdfConfig(
|
||||
|
Reference in New Issue
Block a user