Changes
- Updated electron version.
- Updated Prism.
- Spell checking is disabled.
- Reworking of HTML structure & CSS Layut.
- Added line highlight.
- Fixed zoom issues with MarkDown; also resize with window.
- Fixed “full screen” behaviour.
- Fixed bug with additional comment blocks.
- Added notepaper lines effect to code; also fixed line-height behaviour.
- Minor re-design of control bar.
- Simple content theming
You can change the appearance of some of the code sections:
- Create a new file
content.css
in your home.document-pager
directory. - Change some of the following values:
html {
--rule-colour: #eee;
--line-highlight-background: #666;
--line-highlight-colour: #f8f8f8;
}