Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
regards
Marc
is working on a reply...