docs: add README

This commit is contained in:
arne314
2024-12-14 23:22:12 +01:00
parent 7b58c63b14
commit 9ed884fdac
2 changed files with 58 additions and 2 deletions

View File

@@ -7,12 +7,12 @@ local default_config = {
filename = 'drawing-%Y-%m-%d-%H-%M-%S',
fileExtension = '.excalidraw.md',
fileExtensionInserted = '.excalidraw.svg',
uriOpenCommand = 'xdg-open',
uriOpenCommand = 'xdg-open', -- set depending on OS
templatePath = nil,
},
snippets = {
enable = true,
modules = {
modules = { -- enable modules from ./snippets
'document',
'letters',
'math',