Hooky
11/07/2023, 12:11 PMSebastiaan
11/13/2023, 8:56 AMclipboardService
should be injectable like any other service in angularjs.Hooky
11/15/2023, 5:19 PMnathanwoulfe
11/15/2023, 8:41 PMHooky
11/16/2023, 9:23 AMleekelleher
11/16/2023, 10:57 AMlocalStorageService
instead of the clipboardService
- ultimately they both store data in the browser's localStorage, but last time I used the clipboardService
it had some restrictions (for elementTypes), as Seb mentions and linked to.
API reference for `localStorageService`: https://github.com/grevory/angular-local-storage#api-documentation
With regards to EditorJS, I'd be interested to hear how you get on with it. Linking to my previous efforts (for reference): https://github.com/mindrevolution/umbraco-editorjs
(The gotchas we faced at the time were trying to extend the plugins to work with Umbraco media, etc. and a general feeling that we were starting to compete with Block List).Hooky
11/16/2023, 1:36 PMnathanwoulfe
11/17/2023, 9:53 AM