blogs/sites/reflections/src/content/research/obsidian-academic.md
Neeldhara Misra 58d8b661a8
Some checks are pending
Build / build (push) Waiting to run
Restructure blogs as Astro monorepo
2026-06-13 21:15:16 +02:00

1.1 KiB

title description pubDate image authorImage authorName
Academic Writing with Obsidian and Pandoc A complete workflow for academic papers - from notes to publication-ready PDFs. Feb 12 2024 https://images.unsplash.com/photo-1456324504439-367cee3b3c32?w=400&auto=format&fit=crop&q=60 /avatar/avatar1.png Neeldhara

Academic Writing with Obsidian and Pandoc

Transform your scattered research notes into beautiful academic papers with this workflow.

The Setup

  • Obsidian: For note-taking and knowledge management
  • Pandoc: For document conversion
  • LaTeX: For typesetting
  • Zotero: For reference management

The Magic Command

pandoc paper.md \
  --filter pandoc-citeproc \
  --bibliography=refs.bib \
  --template=academic.tex \
  -o paper.pdf

Templates for Everything

From conference submissions to journal articles, templates ensure consistency and save time.

Version Control Integration

Git + Obsidian = perfect history of your thinking process.

The Result

From messy notes to camera-ready PDF in minutes, not hours.