Document processing
- My Graph Paper: Templates for graph papers and notebooks.
- SlidesGo: Free Google Slides and PowerPoint templates.
- Word templates: Microsoft Word templates.
- PDF24: 24 free PDF tools.
- Microsoft designer: AI-generated cover designs.
Markdown¶
- A curated list of 😎 awesome Markdown
Markdown flavors¶
- Commonmark
- Markdown-it
- GitHub markdown
- GitLab markdown
- Pandoc markdown
- MyST (Markedly Structured Text) : extended markdown syntax for jupyter book
(Local) Markdown Editors¶
- Markdown preview enhanced VS Code plugin.
- marktext/marktext : Simple and Elegant Markdown Editor.
- Zettlr : A Markdown Editor and organizer.
- Obsidian : A markdown note writing APP.
- memos : A privacy-first, lightweight note-taking service.
Online Markdown Editors¶
- Editor.md
- HackMD : Collaborative Markdown Knowledge Base.
- Tables Generator : LaTeX and MD Tables.
- Upmath : Create web articles and blog posts with equations and diagrams.
Markdown formatters and linters¶
- markdownlint : A Node.js style checker and lint tool for Markdown/CommonMark files.
- mdformat : CommonMark compliant Markdown formatter.
- markdown-formatter VS code plugin.
Checking URL links¶
- scivision/linkchecker-markdown : a blazing-fast markdown link checker in Python.
- tcort/markdown-link-check : a Node.js application to check Markdown links. GitHub actions: https://github.com/marketplace/actions/markdown-link-check.
- lycheeverse/lychee : a fast link checker written in Rust. GitHub action: lycheeverse/lychee-action.
LaTeX¶
- 😎 Awesome LaTeX.
- LaTeX tutorials
- LaTeX templates
- Scientific paper tips and tricks : how to write scientific papers in LaTeX, with figures generated in Python or Matlab.
LaTeX Distributions¶
- TexLive : de-facto standard TeX distribution.
- MiKTeX : A just enough TeX distribution.
- TinyTeX : for R markdown publication.
- Tectonic : A modernized, complete, self-contained TeX/LaTeX engine.
TeX Editors¶
- Overleaf : An online LaTeX project and document manager.
- LaTeX workshop for VS code
- TexLab for VS Code : rich editing support for the LaTeX typesetting system powered by the TexLab language server
- Lyx : A What You See Is What You Mean document processor.
- TEXMAKER : A free cross-platform LaTeX editor.
- SwiftLaTeX : SwiftLaTeX is a WYSIWYG Browser-based LaTeX Editor, based on the [Tectonic][] engine.
- TexWorks : Lowering the entry barrier to the TeX world.
LaTeX Online Tools¶
- Detexify : recognition of handwriting to Latex symbols.
- Tables Generator : LATEX and MD Tables.
- LaTeX live (在线LaTeX公式编辑器) : LaTeX equations to SVG using MathJax.
CI/CD for building LaTeX documents¶
GitHub actions for automatically compile LaTeX documents on pushing changes.
- LaTex compile gitlab template compiles and push result pdf files back to the repository.
- Report Tex github template
- Pandoc LaTeX template
- NTU Thesis CI : An automated NTU Thesis LaTeX continuous integration and continuous deploying service built up with GitHub Actions.
- Texlive: LaTeX action for a full environment and setup-tinytex action for a minimal texLive environment.
- Tectonic: Setup tectonic and the tectonic docker image.