Skip to content

Instantly share code, notes, and snippets.

@ment4list
ment4list / omnivore-epub.js
Last active April 2, 2024 16:49
Omnivore Articles to ePub via ScriptKit script
// Name: Send to Kindle - Omnivore
// This is a script meant to be added to [ScriptKit](https://www.scriptkit.com/) to add your Omnivore articles as an epub.
// Email is sent via AppleScript
import "@johnlindquist/kit"
// Source: https://github.com/agrmohit/omnivore-epub/blob/main/main.ts
import epub from "epub-gen-memory";
import { gql, GraphQLClient } from "graphql-request";
import sanitizeHtml from "sanitize-html";
@ment4list
ment4list / wp-query-ref.php
Created November 28, 2012 07:31 — forked from luetkemj/wp-query-ref.php
WP: Query $args
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query
* Source: http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/query.php
*/
$args = array(