Optimal Formatting vim/Obsidian
My en-masse conversion should handle the following:
• Preserve YAML Metadata
• Re-wrap hard newlines
• Convert simple tables to pipe tables
• Convert in-line links to reference links
• Put reference links at the end of the document or paragraph or block?
Preserve YAML Metadata
This switch will cause it to preserve it, but nice concise arrays are being expanded into the multi-line version:
-t markdown+yamlmetadatablock
Re-wrap hard newlines
--wrap=none
Convert simple tables to pipe tables
-t markdown+pipetables-simpletables
Convert in-line links to reference links
--reference-links
Put reference links at the end of the section
--reference-location=section
I might change my mind on this. I'd like them to not be too far from the paragraph, so not the document end, but it looks weird to have them right next to their use.
Tags: pandoc, obsidian
Tags
Navigation