Skip to content

Releases: manngo/document-pager

Version 0.3.6

24 Jul 01:50
Compare
Choose a tag to compare

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;
}

Version 0.3.54

30 Aug 08:43
Compare
Choose a tag to compare

New Features:

  • Adding Printing (Code files only so far)
  • Double-Click expands heading
  • Remembers Heading states between documents

Version 0.3.53

08 Jun 09:03
Compare
Choose a tag to compare

Fixed an issue with image references in markdown files in Windows version.

Version 0.3.52

12 Apr 04:10
Compare
Choose a tag to compare
  • Added an Icon

  • Arrow Keys for Index Pane

  • Default Sections Closed

    To change default, add this to `~/.document-pager/state.json:

    {  , "index-open-all": true }

Version 0.3.5

10 Apr 09:54
Compare
Choose a tag to compare

Version 0.3.5

General

  • Address message box bug
  • Updated electron-builder version
  • Updated Prism
  • Substantial rewrite to remove focusedWindow.webContents
  • Work on internal documentation
  • Rework index
  • Rework handling coding language for Prism
  • Fixed but in rewriting files.json in asynchronous code
  • Included Python as built-in language

Windows

  • updated .bat file with electron-builder

Issues

  • Open URL temporarily disabled due to issues with Prompt

Version 0.3.4

18 Aug 03:40
Compare
Choose a tag to compare
  • Added Colour & Started work on theming
  • Preliminary work on virtual documents and Slideshows

WIndows .exe files are now signed.

Version 0.3.3

01 Aug 08:16
Compare
Choose a tag to compare

Markdown Files now recognise ### for h3 level.

This doesn’t toggle, but is marked as sub headings.

Fenced code in Markdown files, however don’t have line numbers. I’m still working on that.

Version 0.3.2

05 Jul 09:57
Compare
Choose a tag to compare
  • Updated code to open file.
  • Markdown files now get a toggle on list items:
    • Clicking on a list item toggles the selected class
    • Clicking on a list item with a sub-list toggles the open class
  • Keyboard should work on Windows

Version 0.3.1

11 Mar 02:45
Compare
Choose a tag to compare

New Features

  • Toggle Documents Sections
  • Toggle Major Headings
  • Chromeless (Full Screen)
  • Update README with info on Markdown and Full Screen

Version 0.3.0

14 Feb 05:13
Compare
Choose a tag to compare
  • Switched to electron-builder
  • Uses latest electron
  • MarkDown now works with images
  • Reorganised Markdown CSS to document.css
  • Minor Bug Fixes

Using electron-builder enables me to generate .dmg and .exe files easily. However, I’m not sure how successful they are.