Digital Post it is a simple note-taking extension that allows you to take notes on any website. The notes will be organized base on the current tab. You will never be afraid of losing your note because it is attached to the WEBSITE!!!
The extension will obtain informations on your most recent tab address. Due to the necessity of fetching notes from the database to obtain the corresponding notes of the website.
- Clone the project
- Navigate into the same directory as the project
- Navigate into the same directory as the client folder
- type "npm install"( this will install all the things you need to use this extension )
- then "npm run build" ( this will create the extension)
- Open Chrome browser
- Head to "Manage Extensions"
- Toggle on developer mode on the upper right corner
- Load unpack the build folder that was generated after "npm run build" command
- You're good to go!
- Navigate to the same directory as the project
- Type command "npm start"
- You're good to go!
Remeber to make an account when you use the app
Write that information somewhere :)
The example note is taken on the github.com. The note is taken and fetched according to the base URL.
- Enter the title of the note
- Enter the body of the note
- Click Save
- Note will be rendered To the popup!!!