All Projects → beancount → docs

beancount / docs

Licence: MIT License
Beancount Documentation.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to docs

pandoc-amsthm
provide a syntax to use amsthm environments in pandoc, with output in LaTeX and HTML
Stars: ✭ 19 (-40.62%)
Mutual labels:  pandoc
markdown-css
Stylesheets for Markdown to HTML conversion
Stars: ✭ 91 (+184.38%)
Mutual labels:  pandoc
bcs thesis
My bachelor's thesis on the Entity-Component-System pattern and ECST
Stars: ✭ 36 (+12.5%)
Mutual labels:  pandoc
QualtricsTools
Using R, Shiny, Pandoc, JSON, CSVs and more to automate processing Qualtrics surveys
Stars: ✭ 14 (-56.25%)
Mutual labels:  pandoc
typeclassopedia-md
Markdown version of the Haskell Typeclassopedia
Stars: ✭ 33 (+3.13%)
Mutual labels:  pandoc
tufte-markdown
Use markdown to write your handouts and books in Tufte style.
Stars: ✭ 82 (+156.25%)
Mutual labels:  pandoc
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 (+131.25%)
Mutual labels:  pandoc
asciidoc-hs
AsciiDoc parser that can be used as a Pandoc front-end, written in Haskell
Stars: ✭ 28 (-12.5%)
Mutual labels:  pandoc
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+268.75%)
Mutual labels:  pandoc
pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (+112.5%)
Mutual labels:  pandoc
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (-56.25%)
Mutual labels:  pandoc
awesome-beancount
Awesome Beancount Resources
Stars: ✭ 114 (+256.25%)
Mutual labels:  beancount
emanote
Spiritual successor to neuron, based on Ema.
Stars: ✭ 301 (+840.63%)
Mutual labels:  pandoc
beancount-plugins
A collection of my custom beancount importers & price sources, written in Python
Stars: ✭ 14 (-56.25%)
Mutual labels:  beancount
vim-minimd
A fast, folding Markdown outliner for Vim
Stars: ✭ 27 (-15.62%)
Mutual labels:  pandoc
beancounttools
Beancount Tools
Stars: ✭ 43 (+34.38%)
Mutual labels:  beancount
beancount-mobile
Your personal finance manager. iOS and Android App for Beancount.io
Stars: ✭ 75 (+134.38%)
Mutual labels:  beancount
vimpreviewpandoc
VIM plugin for markup editing with live preview
Stars: ✭ 47 (+46.88%)
Mutual labels:  pandoc
pypandoc
Thin wrapper for "pandoc" (MIT)
Stars: ✭ 510 (+1493.75%)
Mutual labels:  pandoc
slipbox
A static site generator for Zettelkasten notes
Stars: ✭ 32 (+0%)
Mutual labels:  pandoc

Beancount Documentation

https://beancount.github.io/docs/

Source files are in docs directory.

These documents in markdown format are automatically generated from official Beancount documentation.

Beancount Google Doc converter

Installation

The converter requires python 3.6 - 3.9. Python 3.10 is not supported.

Create virtualenv (recommended):

python3 -m venv venv
. venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Usage

Export and convert single document:

# Export google document as docx file
python export.py document "100tGcA4blh6KSXPRGCZpUlyxaRUwFHEvnz_k9DyZFn4" doubleentry.docx
# Export drawings
python export.py drawings "100tGcA4blh6KSXPRGCZpUlyxaRUwFHEvnz_k9DyZFn4" drawings
# Convert docx file to markdown
python export.py convert doubleentry.docx doubleentry.md --drawing-dir=drawings

Export and convert all documents:

python crawl.py

Documentation website

Generate static website using MkDocs:

python build.py serve

Deploy to GitHub pages:

python build.py gh-deploy
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].