Load Custom Profiles from URL #584
Labels
documentation
Improvements or additions to documentation
new feature
Add new functionality not currently available
profiles
Update to mdEditor custom profile feature
Loading Dynamic Profiles
The current dynamic profile loading process includes the NGGDPP profiles by default. This is not desirable so we want to decouple those profiles from the core profiles.
Using an input box on the profiles' settings page, we can load a secondary set of profiles dynamically, which would allow for the use of anyone's custom profiles, so long as they are formatted as a proper
manifest.json
file.Custom profiles loaded from the URL should be stored the same way other custom profiles are stored - noting that this is separate from how the core profiles are loaded.
Checklist:
Profile manifest file
A profile manifest file is a JSON file containing an array of one or more references to mdEditor profile definitions. The format is as follows:
Example manifest file
The text was updated successfully, but these errors were encountered: