Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jsnotes

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsnotes

[![Maintainability](https://api.codeclimate.com/v1/badges/78bbc89f4c9258f7ac12/maintainability)](https://codeclimate.com/github/grantglidewell/jsnotes/maintainability) ![NPM](https://img.shields.io/npm/l/jsnotes.svg)

  • 0.3.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

JS Notes

Maintainability NPM

a command line note taking application

Demo

Installation

yarn global add jsnotes

or

npm i -g jsnotes

Use

jsn // menu

|  list   │          'jsn -l or l to list out notes'          │
│  edit   │      'jsn -e or e to list out notes to edit'      │
│   new   │ 'jsn -n or n to create a new note (with prompts)' │
│  quick  │    'jsn -q or q used create a quick text note'    │
│ delete  │        'jsn -d to select a note to delete'        │
│  clear  │           '--clear to delete all notes'           │
│ config  │       '--config to set up the Todoist API'        │
│ version │          '--version to get the version'           |

Todoist configuration

If you wish to link your notes to your Todoist account you will need to create an API key for use in the configuration process. You will need to create an application in your Todoist account's app management console.

once you have your API key you can run jsn --config or select 'Configure Todoist API' from the jsn menu.

Once configured, your key will be stored and a 'JSNotes' project will be created in Todoist for you. Your notes will use the Todoist API as it's source of truth for all future notes.

Keywords

FAQs

Package last updated on 04 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc