This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%* | |
/* | |
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |