Skip to content

Releases: codythegreat/dss

Version 0.3.0 - Double slide mode, md style link and line color parsing

13 Nov 18:29
Compare
Choose a tag to compare

0.3.0

With 0.3.0 we are rolling out three new major features: Double Slide Mode, Line Color Tags and MD URL Parsing

Double Slide Mode

d/:double enables double slide mode where two slides are displayed at once (similarly to pages in a book)

Line Color Tags

line coloring using COLOR="wB" tag where the first letter is foreground and the second is the background. See below:

B = black
r = red
g = green
b = blue
y = yellow
m = magenta
c = cyan
w = white

MD URL Parsing

Insert a link into your text file in [Google](https://www.google.com) format allows you to open it in your default browser while in DSS

  • l - prints the available links on a slide. press the number associated with the link you wish to open
  • :llist - prints available links on a slide
  • :link n - opens n link on a slide

Bug Reporting

If you have any issues with this release please create a new issue.

Thank You

A thank you goes out to all of DSS's contributors! You guys/gals rock!

Version 0.2.0 - Added Vim-like command mode and search mode

04 Nov 20:50
Compare
Choose a tag to compare

0.2.0

With 0.2.0 we are rolling out two new major features: Command Mode and Search Mode

Command Mode

You can use command mode by pressing the : key. This will place a cursor at the bottom left of the screen and allow you to input commands. Currently there are 5 commands:

  • :q - quit
  • :bmark a - bookmark a current slide to register a (use any key you like)
  • :blist - list existing bookmarks
  • :bclear - clear existing bookmarks
  • :open filename - open a file by filename

Search Mode

Search mode is initiated by the / key. This will place a cursor at the bottom left of the screen and allow you to input a term to search. after your first search is completed you can use n and N to find the last inputted search forwards and backwards.

Bug Reporting

If you have any issues with this release please create a new issue.

Thank You

A thank you goes out to all of DSS's contributors! You guys/gals rock!