Assuming Obsidian can read the markdown files coming from DT
(I have another post about them not displaying correctly in Obsidian Obsidian Markdown formatting - #4 by BLUEFROG), is there a way to have the default file format for annotations and other text files be markdown?
Additionally, is there a way to batch convert all or just specific existing documents to markdown? I know I can do them individually, but how would i find/convert all docs, or specific docs like txt or rtf to md? I’m assuming then I’ll have duplicate files and have to delete, correct?
And note: I have a test database just for trying these things out. Note too, the difference between the Convert and the Convert and Continue actions in a smart rule; the former leaves all following actions working on the original file - the latter makes the following actions act on the new file.
great info, thanks! i’ll start playing around… would you happen to know anything about why my DT converted to MD files dont display properly in obsidian? are there different kinds of markdown or a setting in one or the other app that must be configured?
I’m sure that the MD dialect understood by DT is mentioned in the documentation. As to obsidian, that should be explained at their website.
If something does not work as expected, it is advised to
explain what one did
explain the expected output
explain what happened instead
With as much context as possible and needed.
Eg (something) in a MD file is probably considered to be part of a link: [text](https://...) so it could well be that obsidian escaped the parenthesis because you didn’t.
ok, thanks so much… I have a post on the Obsidian site seeing what they say on that end. I really want to be able to convert annotations to markdown and use them there. if not I guess I can copy/paste in obsidian, but would be better if I could just convert and move to the indexed folder. not sure why parenthesis give it trouble.