Text-extend-tools / fictionup

fictionup is a command line markdown to FB2 converter.

Home Page:http://cdslow.org.ru/fictionup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date) GitHub Release Date GitHub repo size GitHub all releases GitHub

fictionup

Description

fictionup is a command line markdown to FB2 converter. It supports a limited set of FB2 meta information tags, which are required to produce valid documents.

FB2 meta information must be provided using YAML data blocks in a markdown document or by '-m' command line switch. YAML data block starts with the line containing '---' (exactly 3 minus signs) and ends with the similarly formatted line or with '...' (exactly 3 dots).

This converter can compress the resulting file into the .fb2.zip archive.

Meta information example

Title: The Book
Author: A. Writer
Year: 2019
Annotation: This book is awesome!
Cover: cover.jpg
Series: [The Complete Collection, 1]
fb2-author: B. Converter
fb2-id: doc-002
fb2-version: 1.0
fb2-date: 2019

Document examples

Markdown example Converted FB2


http://cdslow.org.ru/fictionup

About

fictionup is a command line markdown to FB2 converter.

http://cdslow.org.ru/fictionup

License:GNU General Public License v3.0


Languages

Language:C 90.2%Language:HTML 5.8%Language:Makefile 1.2%Language:Perl 0.7%Language:C++ 0.6%Language:Roff 0.3%Language:Python 0.3%Language:CSS 0.2%Language:CMake 0.2%Language:Shell 0.2%Language:DIGITAL Command Language 0.1%Language:M4 0.1%Language:Batchfile 0.1%