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
- Host: GitHub
- URL: https://github.com/loicreynier/pandoc-bbcode_nexus
- Owner: loicreynier
- License: unlicense
- Created: 2023-08-03T14:18:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T13:55:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T04:28:57.894Z (11 months ago)
- Topics: bbcode, nexus-mods, pandoc, pandoc-writer
- Language: Nix
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.