-
_From @tobscure on August 27, 2015 13:54_
What needs to be done:
- Work out which formatting buttons to add, and how they should be implemented among multiple formatting extensions (Markdown/BBCode).…
-
@euantorano Why not just use the s9e\TextFormatter parser instead of reinventing the wheel for parsers? It supports both BBCode and Markdown. Also includes mediaembeds out of the box. We could use it …
-
Firefox 108
SCEditor 3.2.0 `format: bbcode`
```
sceditor.create(textarea, options);
instance = sceditor.instance(textarea);
var forDelete = ['youtube', 'rtl', 'ltr'];
…
-
Okay: Bugs:
- typing into the emoticon searchbox does nothing (it immediately loses focus)
- clicking the emoticon category buttons scroll the container to the top (scroll position 0) and doesn't ch…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
1. Open https://ckeditor.com/docs/ckeditor4/latest/examples/bbcode.html
2. Remove all text
3. Enter [[][/url]
4. Switc…
-
Builds on #20
There is a big fancy BB code plugin that adds all sorts of stuff, including a spoiler tag, LaTeX formulas, etc. We should check it out and see how it works with the WYSIWYG editor and i…
-
Quick Reply is still a mess. It needs a pretty thorough overhaul, including:
- #9
- ~~#30 - Quick Quote preview issues~~
- Investigate how we handle opening new links from preview, but can't do straig…
-
NOTE:
Here is the test repo that I added the prototype project to
https://github.com/blurymind/Godot-eventSheetPrototype
Everyone is free to fork or do pull requests 👍
IDEA:
We currently have …
-
Within the editor interface/toolbar I have noticed it uses the deprecated `` element; this really should be replaced with something such as `...` or similar if needing to utilise inline styling.
-
Markdown or BBCode should be supported in asset descriptions. See below for a comparison of each. Perhaps the asset store could use Markdown, and convert it to BBCode when needed for Godot's purposes.…