0.8.0 • Published 1 year ago

pfwr v0.8.0

Weekly downloads
141
License
MIT
Repository
-
Last release
1 year ago

pfwr

CI

Turns your Markdown file into a beautiful HTML slide deck. Batteries included.

Introduction

Slide deck generated from Markdown via pfwr

Usage

Install the package globally via npm:

npm install -g pfwr

Then, transform your Markdown file with the pfwr tool:

pfwr presentation.md presentation.html

Features

Example

Write your presentation in a single Markdown file:

---
title: What is pfwr
author: nikku
---

# *pfwr*

### What the heck is this

---

### *Disclaimer* I built this tool :wink:

Normal text may be added.

---

* bullet points
* are supported, too

---

![](./assets/me.jpg)

---

:arrow_right: [Checkout on GitHub](https://github.com/nikku/pfwr)

Convert the file to an HTML file:

pfwr presentation.md presentation.html

Open the slide deck in your favorite browser.

Security Considerations

pfwr embeds arbitrary HTML contained in your Markdown file. Thus, it is not safe to use on untrusted input.

License

MIT

0.8.0

1 year ago

0.7.3

1 year ago

0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.3.1

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago