Skip to content

Commit

Permalink
Merge pull request #192 from grantx2016/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akosbalasko authored Feb 1, 2021
2 parents 5f12386 + f08469e commit 9bb5da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following configurational properties are available:
|```isZettelkastenNeeded``` | true or false | puts Zettelkasten Id (based on time of creation) at the beginning of the file name|
|```plaintextNotesOnly``` | true or false | skips any notes with attachments (e.g. notes containing pictures)|
|```useHashTags```| true or false | whether to add the pound sign in front of tags|
|```outputFormat```| true or false | generates internal file links and highlights in Obsidian-style: highlights are going to be bounded by `==` instead of \` characters, file links are going to be as follows: `![[file-name]]` instead of `![file-name](file-name)`. Possible values: `ObsidianMD` to get Obsidian-style notes, `StandardMD` or skip it completely, if you prefer Standard Markdown format.|
|```outputFormat```| ObsidianMD or StandardMD | generates internal file links and highlights in Obsidian-style: highlights are going to be bounded by `==` instead of \` characters, file links are going to be as follows: `![[file-name]]` instead of `![file-name](file-name)`. Possible values: `ObsidianMD` to get Obsidian-style notes, `StandardMD` or skip it completely, if you prefer Standard Markdown format.|
|```haveEnexLevelResources```| true or false | stores note resources on global _resources folder per enex export if enabled |
|```monospaceIsCodeBlock```| true or false | if it's true then all deepest elements with monospace font style is recognized as Codeblocks|
| ```dateFormat``` | string | ISO 8601 specification of the expected date format (e.g. YYYY-MM-DD)
Expand Down

0 comments on commit 9bb5da4

Please sign in to comment.