diff --git a/README.md b/README.md index 89cccf62..21b2d75b 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ The following configurational properties are available: | ```taskOutputFormat``` | `ObsidianMD` or `StandardMD` | Output format of Evernote v10+ tasks. ObsidianMD will connvert tasks to match with Obsidian Tasks plugin's requirements. StandardMD will create plain tasks, loosing many features like reminders or due dates. | ```obsidianTaskTag``` | string | a tag to put to a task converted from Evernote v10+ tasks. Optional by Obsidian Tasks plugin, pls check the details there. | ```trimStartingTabs``` | true or false | Removes the tab characters from the beginning of every line in a note. It is meaningful, because Obsidian recognizes tabs as codeblocks by default and blocks recognition of links (for instance) in the line -| ```convertPlainHtmlNewlines``` | true or false | Converts plain html newlines (
) to \n in the converted note. +| ```convertPlainHtmlNewlines``` | true or false | Yarle converts newline html tags to newlines, even if they are within Evernote paragraphs. |```useUniqueUnknownFileNames``` | boolean | generates a couple of random characters at the end of the resource file names if the exact name cannot be recognised. For instance: unknown_filename-d2fd86c3.pdf |```useLevenshteinForLinks```| boolean| it applies the link to the note with the filename that has the closest Levenshtein distance to the text of the link Metadata settings can be set via the template. diff --git a/src/ui/index.html b/src/ui/index.html index aac0f5ca..97b31fc6 100644 --- a/src/ui/index.html +++ b/src/ui/index.html @@ -413,7 +413,7 @@
Notes