├── .gitignore ├── 1password.md ├── README.md ├── _bookmarklets.md ├── app-store.md ├── bang-on.md ├── coming-soon ├── definition.md ├── due.md ├── fantastical.md ├── icab-mobile.md ├── instapaper.md ├── mercury.md ├── phraseology.md ├── pinner.md ├── pocket.md ├── poster.md ├── terminology.md └── write.md ├── dolphin.md ├── drafts.md ├── google-chrome.md ├── guide.md ├── images └── guide │ ├── mrreader-documents-2-download-link.png │ ├── mrreader-documents-3-save-file.png │ ├── mrreader-documents-4-find-the-file.png │ ├── mrreader-documents-5-open-in-mr-reader.png │ ├── mrreader-dropbox-1-save-links.png │ └── mrreader-dropbox-3-open-in-mr-reader.png ├── mrreader-services ├── 1password.mrreaderbrowserconf ├── add-to-pinbook-private.mrreaderappconf ├── add-to-pinbook.mrreaderappconf ├── append-to-scratch-via-drafts.mrreaderappconf ├── dolphin-browser.mrreaderbrowserconf ├── drafts.mrreaderappconf ├── google-chrome.mrreaderbrowserconf ├── open-in-google-chrome-and-return-to-mr-reader.mrreaderbrowserconf ├── read-later-in-pinbook-private.mrreaderappconf ├── read-later-in-pinbook.mrreaderappconf ├── search-1password-for-selection.mrreaderappconf ├── search-app-store-for-selection.mrreaderappconf ├── search-bang-on-for-selection.mrreaderappconf ├── send-to-things-with-selection.mrreaderappconf └── send-to-things.mrreaderappconf ├── pinbook.md ├── project-news.md ├── template.md └── things.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/.gitignore -------------------------------------------------------------------------------- /1password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/1password.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/README.md -------------------------------------------------------------------------------- /_bookmarklets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/_bookmarklets.md -------------------------------------------------------------------------------- /app-store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/app-store.md -------------------------------------------------------------------------------- /bang-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/bang-on.md -------------------------------------------------------------------------------- /coming-soon/definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/definition.md -------------------------------------------------------------------------------- /coming-soon/due.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/due.md -------------------------------------------------------------------------------- /coming-soon/fantastical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/fantastical.md -------------------------------------------------------------------------------- /coming-soon/icab-mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/icab-mobile.md -------------------------------------------------------------------------------- /coming-soon/instapaper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/instapaper.md -------------------------------------------------------------------------------- /coming-soon/mercury.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/mercury.md -------------------------------------------------------------------------------- /coming-soon/phraseology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/phraseology.md -------------------------------------------------------------------------------- /coming-soon/pinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/pinner.md -------------------------------------------------------------------------------- /coming-soon/pocket.md: -------------------------------------------------------------------------------- 1 | # Pocket 2 | 3 | *Coming Soon* -------------------------------------------------------------------------------- /coming-soon/poster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/poster.md -------------------------------------------------------------------------------- /coming-soon/terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/coming-soon/terminology.md -------------------------------------------------------------------------------- /coming-soon/write.md: -------------------------------------------------------------------------------- 1 | *Coming Soon* -------------------------------------------------------------------------------- /dolphin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/dolphin.md -------------------------------------------------------------------------------- /drafts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/drafts.md -------------------------------------------------------------------------------- /google-chrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/google-chrome.md -------------------------------------------------------------------------------- /guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/guide.md -------------------------------------------------------------------------------- /images/guide/mrreader-documents-2-download-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-documents-2-download-link.png -------------------------------------------------------------------------------- /images/guide/mrreader-documents-3-save-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-documents-3-save-file.png -------------------------------------------------------------------------------- /images/guide/mrreader-documents-4-find-the-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-documents-4-find-the-file.png -------------------------------------------------------------------------------- /images/guide/mrreader-documents-5-open-in-mr-reader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-documents-5-open-in-mr-reader.png -------------------------------------------------------------------------------- /images/guide/mrreader-dropbox-1-save-links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-dropbox-1-save-links.png -------------------------------------------------------------------------------- /images/guide/mrreader-dropbox-3-open-in-mr-reader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/images/guide/mrreader-dropbox-3-open-in-mr-reader.png -------------------------------------------------------------------------------- /mrreader-services/1password.mrreaderbrowserconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/1password.mrreaderbrowserconf -------------------------------------------------------------------------------- /mrreader-services/add-to-pinbook-private.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/add-to-pinbook-private.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/add-to-pinbook.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/add-to-pinbook.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/append-to-scratch-via-drafts.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/append-to-scratch-via-drafts.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/dolphin-browser.mrreaderbrowserconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/dolphin-browser.mrreaderbrowserconf -------------------------------------------------------------------------------- /mrreader-services/drafts.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/drafts.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/google-chrome.mrreaderbrowserconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/google-chrome.mrreaderbrowserconf -------------------------------------------------------------------------------- /mrreader-services/open-in-google-chrome-and-return-to-mr-reader.mrreaderbrowserconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/open-in-google-chrome-and-return-to-mr-reader.mrreaderbrowserconf -------------------------------------------------------------------------------- /mrreader-services/read-later-in-pinbook-private.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/read-later-in-pinbook-private.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/read-later-in-pinbook.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/read-later-in-pinbook.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/search-1password-for-selection.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/search-1password-for-selection.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/search-app-store-for-selection.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/search-app-store-for-selection.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/search-bang-on-for-selection.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/search-bang-on-for-selection.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/send-to-things-with-selection.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/send-to-things-with-selection.mrreaderappconf -------------------------------------------------------------------------------- /mrreader-services/send-to-things.mrreaderappconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/mrreader-services/send-to-things.mrreaderappconf -------------------------------------------------------------------------------- /pinbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/pinbook.md -------------------------------------------------------------------------------- /project-news.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/project-news.md -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/template.md -------------------------------------------------------------------------------- /things.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinWhite/iosWorkflows/HEAD/things.md --------------------------------------------------------------------------------