Skip to content

Instantly share code, notes, and snippets.

@mshafer
mshafer / epub-press-scriptable.js
Created March 22, 2020 01:35
Download webpage as EPUB using the EpubPress client in Scriptable on iOS
/**
* Modified version of epub-press-js (https://github.com/haroldtreen/epub-press-clients/tree/master/packages/epub-press-js)
* which runs in Scriptable on iOS.
*
* Saves an EPUB version of the given URL to an iCloud Drive folder
*
* Expects these Shortcut parameters to be passed in:
* title: string
* description: string
* url: string
@DomPizzie
DomPizzie / README-Template.md
Last active May 21, 2026 14:33
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

## How to hide API keys from github ##
1. If you have already pushed commits with sensitive data, follow this guide to remove the sensitive info while
retaining your commits: https://help.github.com/articles/remove-sensitive-data/
2. In the terminal, create a config.js file and open it up:
touch config.js
atom config.js