Better Notes (Entity Posts)

Better Notes (Entity Posts) en

Installations 4 Likes 1

This plugin aims to replace the existing posting within entities with an easier to read, textured, paper like note style.
I shrunk the posts to fit multiple on a single line and re-themed them to better fit the atmosphere of a TTRPG, along with customization options for colors and textures if you want. 


I have also created a second plugin called "Paragraph Drop Caps" which adds a stylized larger letter to the first paragraph of your post, I didn't bundle this here as some people may not want it. This plugin works with "Paragraph Drop Caps"


The default colors are listed at the top of the plugin under "root" and if you'd like to adjust the colors you can go to "theming" under campaign administration, create a new style and add the following code.

:root {
--paper-color:#fcf5e5;
--header-color:#75352c;
--vert-line-color:#75352c;
--line-break-color:#75352c;
--quotes-color:#75352c;
--table-code-color:#75352c;
--drop-letter-color:#b8860b;
--quote-bg-color:#e5ecfc;
--header-text: #fff5f5;
}

The hex values above are the default ones included with the plugin.

Adjust these accordingly, Brief description of each below.

"paper-color" - Background color of actual note itself.
"header-color" - Color of the note header that has the note title and the collapse button,etc.
"vert-line-color" - Vertical line on left side of paper.
"line-break-color" - Color for the HTML line break, used as a separator.
"quotes-color" - Color of the big quotes around block quoted text.
"table-code-color" - Color for the HTML table and HTML code inserts.
"drop-letter-color" - Color for the large drop letter at the beginning of paragraphs.
"quote-bg-color" - Background color of the quoted text.
"header-text" - Text color for note headers.


Latest version 1.1

Released 1 year ago

Added HTML tag <li> Styling