Created
November 3, 2024 12:30
-
-
Save rmcdouga/d5b2a1228bdf096b6d6bec8a18cff178 to your computer and use it in GitHub Desktop.
PanDoc Config for converting Word to Obsidian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from: docx | |
to: markdown-smart-simple_tables-multiline_tables-grid_tables+pipe_tables+yaml_metadata_block-superscript-subscript-bracketed_spans-native_spans-link_attributes-raw_html+rebase_relative_paths+four_space_rule | |
extract-media: "./" | |
wrap: preserve | |
markdown-headings: atx | |
tab-stop: 2 | |
shift-heading-level-by: 1 | |
standalone: true | |
template: obsidian.md | |
filters: | |
- compact-list.lua | |
- remove-single-characters.py | |
- remove-extra-linebreaks.py | |
metadata: | |
tags: "tags/go/here" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment