https://github.com/rbugajewski/voodoopad-orphanedpages
List all orphaned pages in a VoodooPad document.
https://github.com/rbugajewski/voodoopad-orphanedpages
Last synced: 11 months ago
JSON representation
List all orphaned pages in a VoodooPad document.
- Host: GitHub
- URL: https://github.com/rbugajewski/voodoopad-orphanedpages
- Owner: rbugajewski
- Created: 2012-02-08T15:56:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-08T15:57:04.000Z (over 14 years ago)
- Last Synced: 2024-10-16T13:18:01.035Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://juicycocktail.com/
- Size: 86.9 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# List all orphaned pages in a VoodooPad document
This simple scripts searches for all pages in the currently open
document and creates a new page with a list of pages that don’t have
any backlinks.
To install this script, create a new VoodooPad page with the
*JavaScript / JSTalk* type and paste the contents of
*JCOrphanedPages.js* into the new page. ⌃⌘; will execute the script
and open a page named *Orphaned Pages* in the current document. If you
already had a page with the same name, it’ll be overwritten without a
warning. You can configure the name of the page by editing the
*summaryPageName* variable in line 39.