penge / my-notes

Simple and fast note-taking in Chrome with Google Drive support.
https://chrome.google.com/webstore/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop
MIT License
242 stars 34 forks source link

Implement import of TXT file #290

Closed penge closed 3 years ago

penge commented 3 years ago

You can now Drag n Drop a TXT file anywhere in the bottom part of Sidebar (where 3 icons are) to import the file as a new note.

https://user-images.githubusercontent.com/907255/127732027-f5463cb5-52ba-4204-8cd6-ab4896cfd7b2.mov


[1] New note will be created only if the name is available (there is no note with the file's name at the moment). [2] New note will have the same Modified time as the file had. Created time will be the same as Modified time.


Closes https://github.com/penge/my-notes/issues/253.