├── .gitignore ├── .vscode └── launch.json ├── CHANGELOG.md ├── README.md ├── npMediaSave.rb ├── npTools-create_event.gif ├── npTools.rb └── tidyClippings.rb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/README.md -------------------------------------------------------------------------------- /npMediaSave.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/npMediaSave.rb -------------------------------------------------------------------------------- /npTools-create_event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/npTools-create_event.gif -------------------------------------------------------------------------------- /npTools.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/npTools.rb -------------------------------------------------------------------------------- /tidyClippings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgclark/NotePlan-tools/HEAD/tidyClippings.rb --------------------------------------------------------------------------------