Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrispulman/bbcode.wpf
BBCode User Control
https://github.com/chrispulman/bbcode.wpf
bbcode wpf wpf-controls
Last synced: 9 days ago
JSON representation
BBCode User Control
- Host: GitHub
- URL: https://github.com/chrispulman/bbcode.wpf
- Owner: ChrisPulman
- License: mit
- Created: 2023-02-14T10:46:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T21:04:11.000Z (25 days ago)
- Last Synced: 2024-10-11T22:23:14.896Z (25 days ago)
- Topics: bbcode, wpf, wpf-controls
- Language: C#
- Homepage:
- Size: 568 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BBCode.WPF
Supports:
Line Break `[br]` Starts a new lineBold `[b]{text}[/b]` Makes {text} bold
Italic `[i]{text}[/i]` Makes {text} italic
Underline `[u]{text}[/u]` Underlines {text}
Strikethrough `[s]{text}[/s]` Create a strikethrough on {text}
Font-size `[size=number]{text}[/size]` Changes the font-size of {text}
Font color `[color=color]{text}[/color]` Changes the color of {text}
Link `[url=url]{text}[/url]` Makes a named link to {url}
Link Command `[url=cmd:parameter]{text}[/url]` Executes the attached ICommand with the {parameter} value
Image `[img=url]{text}[/img]` Shows the image indicated by {url} with text underneath if defined
Image (resized) `[img=url,width=width,height=height]{text}[/img]` Shows {url} image resized to {width} and {height} with text underneath if defined