BBCode Convertor
approvedby Alex Lockhart
Convert Markdown files to BBCode.
↓ 4,204 downloadsUpdated 1mo agoMIT
Obsidian BBCode Converter
Converts your Markdown files to BBCode, for pasting into forums
Contributing
- Clone this repo
- Create a new test vault
- Link this directory to the test vault's
.obsidian/pluginsdirectory:ln -spwdTest\ Vault/.obsidian/plugins/obsidian-bbcode. - Build with
npm run dev - When you're all done, commit your changes.
Releasing a New Version
Releases are handled by the Release Obsidian plugin GitHub Actions workflow. To cut a release:
- Go to Actions → Release Obsidian plugin → Run workflow on GitHub.
- Choose a bump type from the dropdown:
patch,minor, ormajor. - Click Run workflow.
The workflow will run npm version, push the commit and tag, and create a draft GitHub release with the built assets attached. Publish the draft when you're ready.
Usage
- Open a file in the Obsidian Editor
- In the Command Palette, select "Convert to BBCode & Copy to Clipboard"
- Done!
Attribution
Special thanks to:
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.