Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gui Andrade Coutinho 5 posts 25 karma points
    Dec 30, 2013 @ 18:06
    Gui Andrade Coutinho
    0

    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.

  • Sebastiaan Janssen 5060 posts 15522 karma points MVP admin hq
    Dec 30, 2013 @ 19:05
    Sebastiaan Janssen
    0

    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).

  • Gui Andrade Coutinho 5 posts 25 karma points
    Dec 31, 2013 @ 11:47
    Gui Andrade Coutinho
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft