Skip to content

Simple web app to create handouts of presentations to take notes on the Remarkable Tablet

Notifications You must be signed in to change notification settings

NaoPross/Slides4RM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides for ReMarkable

Convert slides (PDFs) to handouts to take notes with the ReMarkable tablet.

NOTE: I built this in an afternoon so it's a bit crappy, but it works well enough for me. I'll improve it when I find some time. Self host at your own risk.

To run this:

  1. Create a file config.py
SECRET_KEY = b'secret_key' # Create a secret key
SERVER_NAME = 'yourwebsite.com' # Set your domain name
  1. In dev mode you can use flask
$ flask --debug --app slides4rm.py run

for production run it with Docker or Podman

$ podman build . --tag slides4rm
$ podman run -it -p 80:8000 --name slides4rm localhost/slides4rm

or set up uwsgi / gunicorn / ...

Sample outputs

Web interface

About

Simple web app to create handouts of presentations to take notes on the Remarkable Tablet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published