Skip to content

Latest commit

 

History

History
93 lines (61 loc) · 1.47 KB

index.rst

File metadata and controls

93 lines (61 loc) · 1.47 KB

lookatme

lookatme is an interactive, terminal-based markdown presentation tool that supports:

  • Themes
  • Syntax highlighting
  • Styling and settings embedded within the Markdown YAML header
  • Embedded terminals as part of a presentation
  • Live and manual source reloading
  • Contrib extensions
  • Smart Slide Splitting

Tour

Tour Gif

TL;DR Getting Started

Install lookatme with:

pip install lookatme

Run lookatme on slides written in Markdown:

lookatme slides.md

Slides are separated with --- hrules:

# Slide 1

Some text

---

# Slide 2

More text

A basic, optional YAML header may be included at the top of the slides:

---
title: Slides Presentation
author: Me Not You
date: 2019-12-02
---

# Slide 1

Some text
.. toctree::
  :maxdepth: 2

  getting_started
  slides
  dark_theme
  light_theme
  style_precendence
  contrib_extensions_auto
  smart_splitting
  builtin_extensions/index


.. toctree::

  autodoc/modules.rst


Indices and tables