MVP
MVP is a CSS, shown at https://andybrewer.github.io/mvp/. @vimalkvn has a pandocpandoc
pandoc
Summary
[[pandoc]] converts text files into different formats. I'm hoping to use it to convert [[Markdown]] files to:
[[PDF]]
[[Word doc]]
[[HTML]]
Installation (WSL2)
Install [[Ubuntu]] packages.
sudo apt install texlive-full pandoc
Create a [[conda]] environment.
mamba create -n pandoc -y python=3.7 pandoc nodejs click
conda activate pandoc
Links
The [[Obsidian]] style of links uses [[wiki links]] which are problematic for ot... compatible version at https://gitlab.com/vimalkvn/pandoc-mvp-css
Install
git clone https://gitlab.com/vimalkvn/pandoc-mvp-css.git
cd pandoc-mvp-css
pandoc \
-s README.md \
-c css/mvp.css \
--template template.html \
--toc \
--toc-depth=2 \
-o README.html
Excellent! Add it as a submodule
cd phd/pandoc/templates
git submodule add https://gitlab.com/vimalkvn/pandoc-mvp-css.git