An open API service indexing awesome lists of open source software.

https://github.com/loicreynier/pandoc-bbcode_nexus

Pandoc writer for Nexus Mods BBCode
https://github.com/loicreynier/pandoc-bbcode_nexus

bbcode nexus-mods pandoc pandoc-writer

Last synced: 9 months ago
JSON representation

Pandoc writer for Nexus Mods BBCode

Awesome Lists containing this project

README

          

# Nexus Mods BBCode Pandoc writer

A WIP Pandoc Lua writer for [Nexus Mods][nexus] BBCode.

[nexus]: https://nexusmods.com

## Usage

```shell
pandoc -t /bbcode_nexus.lua -o
```

## Features

- [x] Headers
- [x] Bold text
- [x] Italic text
- [x] Bullet List
- [x] Inline code (formatted as italic)
- [x] Code blocks
- [x] Quote blocks
- [ ] Image
- [ ] Video
- [ ] Spoiler

## Installation for Nix users

The flake packages the `pandoc-bbcode_nexus` binary
which wraps

```bash
pandoc -t "@"
```

Since Pandoc does not have (yet) a standard location for custom writers,
this is probably the simplest solution for Nix distribution.