Skip to content

Instantly share code, notes, and snippets.

View chrisaldrich's full-sized avatar

Chris Aldrich chrisaldrich

View GitHub Profile
@chrisaldrich
chrisaldrich / Hypothesidian.js
Last active April 28, 2024 23:32 — forked from TfTHacker/Hypothesidian.js
Hypothes.is - retrieve your annotations into Obsidian (for templater plugin)
<%*
/*
# Hypothes.idian a templater script for retrieving annotations from Hypothes.is
Dev: RoamHacker https://twitter.com/roamhacker
# Prerequisites:
+ Templater plugin by https://github.com/SilentVoid13/Templater
+ Free Hypothes.is developer token from: https://hypothes.is/account/developer
+ This script will prompt you for his token and save it to a file called "hypothesis config.md"
+ This file store your configuration and can be located any where in your vault.
@chrisaldrich
chrisaldrich / acquisition-kind.php
Last active January 20, 2020 21:33 — forked from dshanske/kind-register.php
Post Kinds Acquisition custom plugin
<?php
/**
* Plugin Name: Register Post Kind - Acquisition
* Plugin URI: https://boffosocko.com
* Description: Register Acquisition Post Kind
* Version: 0.1
* Author: Chris Aldrich and David Shanske
* Author URI: https://boffosocko.com
* Text Domain:
* Domain Path:
@chrisaldrich
chrisaldrich / tweet-status.php
Created January 25, 2017 20:06 — forked from cdevroe/tweet-status.php
Publish posts, statuses, images, to Twitter from WordPress
<?php
/**
* Plugin Name: Tweet Statuses
* Description: A simple plugin that will tweet a status when published.
* Author: Colin Devroe
* Author URI: http://cdevroe.com/
* Version: 0.1.0
*
* TwitterAPIExchange is here: http://github.com/j7mbo/twitter-api-php
*/