lookatme

An interactive, terminal-based markdown presenter

MIT License

Downloads
684
Stars
2.1K
Committers
4

Bot releases are visible (Hide)

lookatme - https://github.com/d0c-s4vage/lookatme/releases/tag/v3.0.0-rc5 Latest Release

Published by github-actions[bot] over 1 year ago

What's Changed

Bug fixes

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc4...v3.0.0-rc5

lookatme - https://github.com/d0c-s4vage/lookatme/releases/tag/v3.0.0rc4

Published by github-actions[bot] over 1 year ago

What's Changed

New Features

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc3...v3.0.0rc4

lookatme - https://github.com/d0c-s4vage/lookatme/releases/tag/v3.0.0rc3

Published by github-actions[bot] over 1 year ago

What's Changed

New Features

Other Changes

Full Changelog: https://github.com/d0c-s4vage/lookatme/compare/v3.0.0rc2...v3.0.0rc3

lookatme - v2.5.0

Published by d0c-s4vage almost 2 years ago

Adds the --tutorial CLI option.

type PR/ticket author description
feature #169 @d0c-s4vage Adds the --tutorial CLI option
bug #168 @d0c-s4vage Adds documentation for progressive slides
lookatme - v2.4.1

Published by d0c-s4vage about 2 years ago

Bug fix - theme and style override precedence issues. The CLI params --theme
and --style and other general style precedence issues are fixed.

type PR/ticket author description
bug #123 @d0c-s4vage Fixes CLI --theme, --style, and general style override issues
lookatme - v2.4.0

Published by d0c-s4vage about 2 years ago

Bug fixes, new features, new CI, getting ready for v3.0.

type PR/ticket author description
feature !124 @agateau Adds support for progressive slides with <!-- stop --> markers
bug !125 @agateau Fixes conflicting CLI -s arguments
bug !133 @AMDmi3 Excludes tests dir from packages
bug #126 @d0c-s4vage Fix unit test failues
bug !141 @corydodt Fix click requirements range
feature !150 @d0c-s4vage New CI that uses GitHub actions
bug !151 @d0c-s4vage Fix linter errors
lookatme - v2.3.0

Published by d0c-s4vage almost 4 years ago

Makes the user aware of any new, not-already-manually-approved extensions
that the source markdown wants to load.

Also checks all loaded extensions for a user_warnings function that returns
a list of messages to display to the user before using the extension.

Adds new -i, --safe, and --no-ext-warn command-line arguments.

type ticket description
feature #109 More robust extension handling, does not auto-load by default
lookatme - v2.2.0

Published by d0c-s4vage almost 4 years ago

Removes copyrighted image, adds -e and --exts options

type ticket description
feature #103 Adds ability to pre-load extensions
bug #107 Removes copyrighted image
lookatme - v2.1.0

Published by d0c-s4vage about 4 years ago

Adds customizable slide margins and paddings

type ticket description
feature #95 Make slide padding and margins customizable
lookatme - v2.0.0

Published by d0c-s4vage about 4 years ago

Changes render_text to be able to support widgets instead of only text
attributes. This is a breaking change to the interface of render_text.
Plugins that relied on render_text will need to be updated.

type ticket description
feature #101 Inline render functions should be able to return urwid Widgets
lookatme - v1.3.0

Published by d0c-s4vage about 4 years ago

Vertical scrolling on overflowed slides now works, added --single and --one
command-line options and hrule rendering.

type ticket description
feature #96 Add new cmd-line option to force single slide rendering
feature #91 Single slide
feature #29 Slides should be vertically scrollable
lookatme - v1.2.1

Published by d0c-s4vage about 4 years ago

Fixes numbered lists and general list formatting.

type ticket description
bug #86 Fixes numbered lists
lookatme - v1.2.0

Published by d0c-s4vage over 4 years ago

Adds terminal-ex mode to embedded terminal code blocks.

type ticket description
bug #86 Adds terminal-ex mode
lookatme - v1.1.1

Published by d0c-s4vage almost 5 years ago

Fixed keypress handling - pressing the "up" key works now

type ticket description
bug #84 Fixes keypress issue
lookatme - v1.1.0

Published by d0c-s4vage almost 5 years ago

Added file loader builtin extension

type ticket description
feature #81 Adds file loader extension
lookatme - v1.0.1

Published by d0c-s4vage almost 5 years ago

Fixed unicode rendering inside Terminals

type ticket description
bug #78 Unicode rendering errors
lookatme - v1.0.0

Published by d0c-s4vage almost 5 years ago

Fixed error handling. Code is pretty stable.

type ticket description
bug #75 Better error handling
lookatme - v0.5.0

Published by d0c-s4vage almost 5 years ago

Adds version flag, license, code of conduct

type ticket description
feature #67 Adds version flag
feature Adds code of conduct
bug #66 Adds missing license
lookatme -

Published by d0c-s4vage almost 5 years ago

Major efforts include: light theme, documentation

type ticket description
feature #2 Added documentation
bug #40 Updated styling
bug #42 Added code coverage
bug #37 Added description to setup.py
bug #39 Fixes pygments Urwid renderer
lookatme -

Published by d0c-s4vage almost 5 years ago

Major efforts include adding clickable links and gracefully handling invalid
markdown code-block languages.

type ticket description
feature #16 Added clickable links
bug #45 Handle invalid code langs
bug #50 Specify Python >= 3.3 requirement