farling42 / obsidian-import-json

Plug-in for Obsidian.md which will create Notes from JSON files
MIT License
88 stars 5 forks source link

CSV file column names need to be valid handlebar names #6

Closed farling42 closed 2 years ago

ckennedy666 commented 2 years ago

Found a work around for this. You can use [ ] to wrap those names that are not valid, including ones that include the '[' symbol itself.

Examples: {{[{braces}]}} {{[(parens)]}} {{[[brackets\]]}}

farling42 commented 2 years ago

That's useful to know!