NeuralNotes icon indicating copy to clipboard operation
NeuralNotes copied to clipboard

Web app to work with notes & files in a mind map view

Results 18 NeuralNotes issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Add "Add to home screen" button - PWA Service Worker, so the website can be used like an app.

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Johnny has tested the app and found a number of bugs and possible UX improvements. There is a 17 min video: https://photos.app.goo.gl/xzqvS69zyD6gyCKi8 And another one 1 min video: https://photos.app.goo.gl/XKDdE5nCRq6wRqNHA And...

UX bug / improvement

Store note view stats in a file in the NeuralNotes/.neuralnotes-data/ folder. The idea of a dot-folder is inspired by `.git/` folder. If you can come up with a better name...

## Blockers - [Collect note view stats](https://github.com/DarthVanger/NeuralNotes/issues/7): should be implemented before showing the stats ## The task Note "popularity" (how many times it was viewed/edited) should be displayed visually: note...

Some methods in `google-drive-api.js`/`noteStorageAPI.js` use Google Drive API v3, but some use v2. For example, `function getTextFileContents` in `noteStorageAPI.js` uses Google Drive API v3: https://github.com/DarthVanger/NeuralNotes/blob/master/src/storage/noteStorageAPI.js#L329 ``` const request = gapi.client.request({...

Currently the note content txt file is created when a note is created, even if the note has only title without any content. Since many notes would probably be without...

For webpack dev server we explicitly set `hot: false`: https://github.com/DarthVanger/NeuralNotes/blob/master/server/server.js#L8 Would be great to enable hot reload https://webpack.js.org/guides/hot-module-replacement/ Related to https://github.com/DarthVanger/NeuralNotes/issues/84