Releases: manngo/document-pager
Releases · manngo/document-pager
Version 0.3.6
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;
}
Version 0.3.54
New Features:
- Adding Printing (Code files only so far)
- Double-Click expands heading
- Remembers Heading states between documents
Version 0.3.53
Fixed an issue with image references in markdown files in Windows version.
Version 0.3.52
-
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
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
- Added Colour & Started work on theming
- Preliminary work on virtual documents and Slideshows
WIndows .exe
files are now signed.
Version 0.3.3
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
- 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
- Clicking on a list item toggles the
- Keyboard should work on Windows
Version 0.3.1
New Features
- Toggle Documents Sections
- Toggle Major Headings
- Chromeless (Full Screen)
- Update README with info on Markdown and Full Screen
Version 0.3.0
- 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.