Episerver is perhaps not the most used platform for developer blogs, but adding code snippets can be useful in other scenarios too.
Adding syntax highlighting to TinyMCE is easy, using the Code Sample plugin. It works well with both Prism.js and Highlight.js, two popular syntax highlighters…
After completing part 1, setting up syntax highlighting with the bare minimum, it's time to let your code shine. Highlight.js has 95 different styles, or themes. Find one that you like, and adjust the link to the CSS file with the name of the style. I like Tomorrow Night Bright…
I would like to display the name of the programming language in the top right corner. One problem with this is, that I do not want to add any extra markup. I want to use the unmodified Code Sample plugin, I want to be able to change or reposition the label…
The alternative text (or «Alt Text») for images serves three purposes:
Visually impaired users using screen readers will be read the alternative text to better understand an image. The alternative text will be displayed in place of an image if an image cannot be loaded.…
When creating Episerver tools, editors and plugins, maintaining a consistent
look and feel is a good thing. Read more, and see a long list of button classes
on the Epinova-blog
[https://www.epinova.no/folg-med/blogg/2012/creating-a-consistent-look-in-episerver-plugins/]
.
If we dive inside the EPiServer.CMS.UI package, the file ToolButton.…
It's long past due to forget your webforms skills. Here is a simple recipe for how to make Episerver admin tools in MVC.…
Livet som nettredaktør kan være vanskelig. En større Episerver-løsning kan ha svært mange innholdstyper, og egenskaper. Det finnes grep man kan ta for å skape orden i kaoset!…
Episerver CMS is a system for managing content such as pages, blocks, images and
documents. You can have multiple pages with the same name, you can even have a
block and an image with the same name. When we are communicating about content,
the name is not always the best…
I løpet av de to siste årene har det kommet flere forbedringer som gjør det enklere for redaktører å jobbe med bilder i Episerver CMS. Forbedringene for har kommet gradvis over tid. Her kommer en oppsummering!…
In Episerver CMS, the search bar above the page tree in edit mode makes it easy to locate content without browsing the page tree. If you want to search for the page id, we should make some improvements!…