Skip to content

Custom pandoc readers and writers for FurAffinity-style BBCode markup.

License

Notifications You must be signed in to change notification settings

an0nusr/furaffinity-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FurAffinity Pandoc Modules

Pandoc modules to convert to and from the BBCode-style used by FurAffinity.

Usage

Note you'll need pandoc installed before you can use the custom readers and writers here.

To convert a file to FurAffinity Markup, run:

pandoc -t to_furaffinity.lua -o output.txt [YOUR FILE HERE]

This will convert your file (in any of the support pandoc input formats) to FurAffinity markup, and place the output in a file named output.txt.

Similarly, to convert a file from FurAffinity markup run:

pandoc -f from_furaffinity.lua -o output.docx [YOUR FILE HERE]

This will convert a downloaded work from FurAffinity into Microsoft Word docx file named output.docx.

Limitations

Pandoc doesn't have a concept of text alignment or color, so these attributes will not be captured when using the filters.

Acknowledgements

The to_furaffinity.lua code is based on 2bbcode.

About

Custom pandoc readers and writers for FurAffinity-style BBCode markup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages