Update README.md

This commit is contained in:
zsviczian
2021-11-30 14:57:02 +01:00
committed by GitHub
parent a2982f3406
commit 55ea1cf121

View File

@@ -64,7 +64,7 @@ Please upgrade to Obsidian v0.12.19 or higher to get the latest release.
- Drag from the desired file from the Obsidian file explorer and hold down CTRL/CMD while dropping the file onto the canvas.
- Use the command palette action: `Insert markdown file from vault`
- Use custom woff, woff2 or TTF font to display the document, you can set the default font to use under Excalidraw Settings.
- You can set a custom css for rendering the snapshot images of your markdown documents. Setting the font-family in the css is currently not supported, it can only be set separately using the setting explained above. (for a demonstration watch this [video](https://youtu.be/K6qZkTz8GHs))
- You can set a custom css for rendering the snapshot images of your markdown documents. You can also set the font-family in the css, but only standard fonts are available depending on your operating system ([Win10](https://docs.microsoft.com/en-us/typography/fonts/windows_10_font_list), [Mac & iOS](https://developer.apple.com/fonts/system-fonts/)), plus you can set/add on additional custom font using the setting explained above. (for a demonstration watch this [video](https://youtu.be/K6qZkTz8GHs)).
- To help with styling you can observe the SVG snapshot of the markdown document created by Excalidraw. Open Obsidian Developer Console (CTRL+Shift+i) and execute the following command: `ExcalidrawAutomate.mostRecentMarkdownSVG`
- You can control appearance of the embedded markdown file on a file by file bases by adding the following front matter keys to your markdown document:
- `excalidraw-font: Virgil|Cascadia|font_file_name.extension`