BBCode Convertor
by Alex Lockhart
Score: 42/100
favorite
share
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.

Stats
0
stars
3,836
downloads
2
forks
969
days
318
days
318
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
4
total issues
4
open issues
0
closed issues
3
commits
Latest Version
10 months ago
Changelog
  • Adds support for multiple templates, based on path prefix
  • Adds support for slicing and dicing the content of the note, using expressions like:
    • {note[0]} to print the first character of the note
    • {note[1:]} to print everything after the first character of the note
    • {note[:10] to print the first 10 characters of the note
README file from