All Projects → ousmanedev → wikitopdf

ousmanedev / wikitopdf

Licence: other
Export a repo's wiki as a PDF ebook.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to wikitopdf

Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+6807.14%)
Mutual labels:  latex, pandoc
Oscp Exam Report Template Markdown
📙 Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
Stars: ✭ 2,066 (+14657.14%)
Mutual labels:  latex, pandoc
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (+264.29%)
Mutual labels:  latex, pandoc
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (+4214.29%)
Mutual labels:  latex, pandoc
Wikiteam
Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2020, WikiTeam has preserved more than 250,000 wikis.
Stars: ✭ 404 (+2785.71%)
Mutual labels:  export, wiki
Pandoc Latex Tip
A pandoc filter for adding tip in LaTeX
Stars: ✭ 7 (-50%)
Mutual labels:  latex, pandoc
Amusewiki
Text::Amuse-based publishing platform
Stars: ✭ 95 (+578.57%)
Mutual labels:  latex, wiki
Rmarkdown Cookbook
R Markdown Cookbook. A range of tips and tricks to make better use of R Markdown.
Stars: ✭ 324 (+2214.29%)
Mutual labels:  latex, pandoc
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (+1628.57%)
Mutual labels:  latex, pandoc
Pandoc Markdown Template
Markdown templates for Pandoc
Stars: ✭ 135 (+864.29%)
Mutual labels:  latex, pandoc
Redpen
RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
Stars: ✭ 466 (+3228.57%)
Mutual labels:  latex, wiki
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (+428.57%)
Mutual labels:  latex, pandoc
Pandoc Starter
📄 My pandoc markdown templates and makefiles
Stars: ✭ 443 (+3064.29%)
Mutual labels:  latex, pandoc
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (+64.29%)
Mutual labels:  latex, pandoc
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (+2571.43%)
Mutual labels:  latex, pandoc
Pandoc Letter Din5008
Pandoc template for writing Markdown letters (DIN 5008)
Stars: ✭ 77 (+450%)
Mutual labels:  latex, pandoc
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (+0%)
Mutual labels:  latex, pandoc
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+26685.71%)
Mutual labels:  latex, pandoc
Pandoc Action Example
using the pandoc document converter on GitHub Actions
Stars: ✭ 131 (+835.71%)
Mutual labels:  latex, pandoc
csasdown
📖 An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Stars: ✭ 40 (+185.71%)
Mutual labels:  latex, pandoc

WikiToPdf

A bash script to export a Github repo's wiki as a well-structured PDF ebook.

Requirements

Installation

Download the script file and make it executable:

curl https://raw.githubusercontent.com/ousmanedev/wikitopdf/master/wikitopdf.sh -o wikitopdf.sh && chmod +x wikitopdf.sh

Usage

Run the script file with the repository url as argument.

For example, to export the https://github.com/arsduo/koala/wiki repository's wiki, you just have to do:

./wikitopdf.sh https://github.com/arsduo/koala/wiki

Contributions

Contributions are more than welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].