Skip to content

Version 0.3.6

Latest
Compare
Choose a tag to compare
@manngo manngo released this 24 Jul 01:50
· 2 commits to master since this release

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:

  1. Create a new file content.css in your home .document-pager directory.
  2. Change some of the following values:
html {
	--rule-colour: #eee;
	--line-highlight-background: #666;
	--line-highlight-colour: #f8f8f8;
}