Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Shortcode manager #28

Open
titouanmathis opened this issue Oct 26, 2020 · 2 comments
Open

Shortcode manager #28

titouanmathis opened this issue Oct 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@titouanmathis
Copy link
Collaborator

We often add custom shortcodes to be used in the WYSIWYG editor.
What about adding a ShortcodeManager class? Or maybe a TinyMCEManager ? Or both?

@perruche
Copy link
Contributor

perruche commented Oct 27, 2020

I think we can do both. Shortcodes are used inside the editor, but they do not use TinyMCE related hooks, it can be good to have them in a dedicated file.
👍 to add to those to the roadmap

@perruche perruche self-assigned this Nov 9, 2020
@notjb notjb added the enhancement New feature or request label Nov 13, 2020
@perruche
Copy link
Contributor

Really basic implementation done in #46 for ShortcodeManager.

Need to work on TinyMCEManager, which can have more native feature built-in like:

  • Text styles
  • Link styles
  • Custom colors
  • Custom button to add a download link, with a file associated
  • ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants