BBCode Converter for Obsidian

This plugin allows you to convert selected text in Obsidian to BBCode format and copy it to your clipboard.

Features

  • 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

Installation

  1. Download the latest release from the GitHub releases page.
  2. Extract the zip file in your Obsidian plugins folder: <vault>/.obsidian/plugins/
  3. Reload Obsidian
  4. Enable the plugin in Settings -> Community Plugins

Usage

  1. Select the text you want to convert to BBCode
  2. Right-click on the selected text
  3. Choose "Convert to BBCode" from the context menu
  4. The converted BBCode will be copied to your clipboard

Manual Installation for Development

  1. Clone this repository to your Obsidian plugins folder: <vault>/.obsidian/plugins/
  2. Install Node.js and npm
  3. Run npm install in the plugin folder
  4. Run npm run build to compile the plugin
  5. Reload Obsidian
  6. Enable the plugin in Settings -> Community Plugins

Support

If you encounter any issues or have feature requests, please file them in the Issues section of the GitHub repository.