├── .gitignore ├── Open nvALT WikiLink.workflow └── Contents │ ├── Info.plist │ └── document.wflow ├── README.md └── nvWikiLinker.rb /.gitignore: -------------------------------------------------------------------------------- 1 | Thumbnail.png 2 | -------------------------------------------------------------------------------- /Open nvALT WikiLink.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nvWikiLink/HEAD/Open nvALT WikiLink.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /Open nvALT WikiLink.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nvWikiLink/HEAD/Open nvALT WikiLink.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nvWikiLink/HEAD/README.md -------------------------------------------------------------------------------- /nvWikiLinker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nvWikiLink/HEAD/nvWikiLinker.rb --------------------------------------------------------------------------------