Copied to clipboard

Flag this post as spam?

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


  • Fergus Davidson 309 posts 588 karma points
    Mar 27, 2017 @ 13:11
    Fergus Davidson
    1

    CSS FIle

    Nice package - thank you.

    Can you tell me how i can set up the editor differently? I would like to attach a stylesheet so that i can more easily specify h1, h2, h3 etc in the RTE.

    I don't need anything fancy, just basic styles to make the help guide more readable.

    thanks

  • Marc Goodson 2157 posts 14434 karma points MVP 9x c-trib
    Mar 28, 2017 @ 07:05
    Marc Goodson
    2

    Hi Fergus

    There is a stylesheet in the package folder called EditorNotes.css that you can use to add custom styles for your notes to:

    app_plugins/tooorangey.EditorNotes/EditorNotes.css

    or if you specifically want to use a separate stylesheet, you can tell the editor to load it, by adding the details to the package.manifest file:

    app_plugins/tooorangey.EditorNotes/package.manifest

    ,
        css: ['~/App_Plugins/tooorangey.EditorNotes/EditorNotes.css',
    '~App_Plugins/tooorangey.EditorNotes/my-custom-stylesheet.css']
    }
    

    regards

    Marc

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies