Obs2Org is a cross platform command (works on *BSD, Linux, OS X and Windows) line program to convert Obsidian style Markdown files to Org-Mode files for Emacs and other Editors that support Org-Mode.
1{
2 "folders": [
3 {
4 "path": "."
5 }
6 ],
7 "settings": {
8 "autoDocstring.docstringFormat": "numpy",
9 "coverage-gutters.coverageBaseDir": "./",
10 "coverage-gutters.xmlname": "coverage.xml",
11 "cSpell.words": [
12 "excp",
13 "lastindex",
14 "linkedfile",
15 "pandoc",
16 "wikilink"
17 ]
18 }
19}