All goes well until the dependencies are loaded and the alert message is shown, also the page is saved and published with no errors but either nothing is displayed or the word "markdown" is shown where the text entered on the textarea should be when viewing the page.
I tried downloading the source code to compare and see if I got anything wrong but it leads to a 404 page on gitHub.(Link below)
I think the markdown editor was moved because it is not a plugin but something that ships as a default property editor.
I'm guessing that the error you're seeing is a javascript error. Make sure to restart your site's application pool and delete your browser cache completely (Chrome is notorious for caching really aggressively, so trying another browser may work as well).
U7 - Creating a property editor tutorial missing files + query
Hi all,
I wonder if you can help?
I'm trying to create a property editor on U7 following the tutorial below:
http://umbraco.github.io/Belle/#/tutorials/CreatingAPropertyEditor
All goes well until the dependencies are loaded and the alert message is shown, also the page is saved and published with no errors but either nothing is displayed or the word "markdown" is shown where the text entered on the textarea should be when viewing the page.
I tried downloading the source code to compare and see if I got anything wrong but it leads to a 404 page on gitHub.(Link below)
https://github.com/umbraco/Umbraco-CMS/tree/7.0.0/src/Umbraco.Web.UI.Client/src/packages/MarkdownEditor
Any help will be much appreciated!
Cheers,
Gui.
I think the markdown editor was moved because it is not a plugin but something that ships as a default property editor.
I'm guessing that the error you're seeing is a javascript error. Make sure to restart your site's application pool and delete your browser cache completely (Chrome is notorious for caching really aggressively, so trying another browser may work as well).
Not sure if these help but you can find the current implementation of the markdown editor here: https://github.com/umbraco/Umbraco-CMS/tree/7.0.2/src/Umbraco.Web.UI.Client/src/views/propertyeditors/markdowneditor
Come to think of it, there may be a javascript conflict as we're already shipping with this editor (doubt it though).
Thank you for your prompt answer and the link for the code Sebastiaan!
I don't see any js errors on my implementation but I'll download and study the files.
Cheers.
is working on a reply...