This plugin allows you to convert selected text in Obsidian to BBCode format and copy it to your clipboard.
- Convert Markdown headers to BBCode headers
- Convert bold and italic text
- Convert strikethrough text
- Convert Markdown links to BBCode links
- Convert unordered lists to BBCode lists
- Convert horizontal rules
- Download the latest release from the GitHub releases page.
- Extract the zip file in your Obsidian plugins folder:
<vault>/.obsidian/plugins/
- Reload Obsidian
- Enable the plugin in Settings -> Community Plugins
- Select the text you want to convert to BBCode
- Right-click on the selected text
- Choose "Convert to BBCode" from the context menu
- The converted BBCode will be copied to your clipboard
- Clone this repository to your Obsidian plugins folder:
<vault>/.obsidian/plugins/
- Install Node.js and npm
- Run
npm install
in the plugin folder - Run
npm run build
to compile the plugin - Reload Obsidian
- Enable the plugin in Settings -> Community Plugins
If you encounter any issues or have feature requests, please file them in the Issues section of the GitHub repository.