BBCode Convertor

by Alex Lockhart
5
4
3
2
1
Score: 60/100

Description

Category: Note Enhancements

The BBCode Convertor plugin allows users to seamlessly convert Markdown files into BBCode format, making it easy to paste content into forums or platforms that utilize BBCode. This plugin integrates with the Obsidian editor and provides a straightforward command to transform the current file and copy the converted text directly to the clipboard. Designed for simplicity and efficiency, the plugin ensures a smooth workflow for users who frequently need to adapt Markdown content for BBCode-compatible platforms.

Reviews

No reviews yet.

Stats

0
stars
4,266
downloads
2
forks
1,447
days
67
days
67
days
4
total PRs
0
open PRs
0
closed PRs
4
merged PRs
4
total issues
1
open issues
3
closed issues
3
commits

Latest Version

2 months ago

Changelog

What's Changed

Full Changelog: https://github.com/salockhart/obsidian-bbcode/compare/1.2.0...1.3.0

README file from

Github

Obsidian BBCode Converter

Converts your Markdown files to BBCode, for pasting into forums

Contributing
  1. Clone this repo
  2. Create a new test vault
  3. Link this directory to the test vault's .obsidian/plugins directory: ln -s pwd Test\ Vault/.obsidian/plugins/obsidian-bbcode.
  4. Build with npm run dev
  5. 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:

  1. Go to Actions → Release Obsidian plugin → Run workflow on GitHub.
  2. Choose a bump type from the dropdown: patch, minor, or major.
  3. 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
  1. Open a file in the Obsidian Editor
  2. In the Command Palette, select "Convert to BBCode & Copy to Clipboard"
  3. Done!
Attribution

Special thanks to:

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.