Thomas Feuster
Thomas Feuster
Places that need changing: ```main.php```: extend & store valid values for $folder ```OCA\NextNote\Db\NextNoteMapper```: I can see two options how to do that 1. Rename this to NextNoteDbMapper, add a OCA\NextNote\Folder\NextNoteFolderMapper,...
That would mean, that we can't support current database-and-folder mode anymore. And it would be difficult to extend to e.g. any third method of storage we can come up with....
@brantje Started to add "storagemode" to ```admin.php```. But I must confess I'm out of my depth trying to fill ```settings-admin.js``` properly. Had a look at the old ```admin.js``` but thats...
@Fmstrat Thanks for the info. So I would go ahead and don't make provisions for a database-and-folder mode. Besides the add. overhead to keep both in sync there doesn't seem...
Finally found some time to have a look at this again. See my branch folder-only. Things I have run into: - return a unique id for files from file system...
OK, enough for today: Working: - findNotesFromUser - find - create - update - delete TODO: - better ID for files - create doesn't receive the note content I have...
I fear that parrot is dead :-) I have played around with it and have added folder support but I fear that this project isn't active anymore. Happy to be...
For me this would be a more important feature than e.g. etag support. I'd rather spent some time here than e.g. on etag support (#70)
Still on vacation :-) Will get to this once I'm back... Since I'm only using folders for notes I would definitely want to add this.
So, at least a sign of life :-) After finishing converting my ownNoteEditor to use TinyMCE as well I would start looking back into folder mode for nextnote. Will let...