Anna Tomanek
Anna Tomanek
Now we just have the Select Code button, but users may expect the code to be copied directly to clipboard when selected.
After #105 is done, we should programatically remove the `samples` folder that is available in these repositories in order to avoid confusion.
The abbr, simplebox and timestamp plugins from here: https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins should be loaded as submodules from: https://github.com/ckeditor/ckeditor-docs-samples The following should be replaced: - [abbr](https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins/abbr) is [tutorial-abbr-acf](https://github.com/ckeditor/ckeditor-docs-samples/tree/master/tutorial-abbr-acf/abbr) - [simplebox](https://github.com/ckeditor/ckeditor-sdk/tree/master/samples/assets/plugins/simplebox) is [tutorial-simplebox-2](https://github.com/ckeditor/ckeditor-docs-samples/tree/master/tutorial-simplebox-2/simplebox) -...
Google search? Integrate some full text search library?
Month names are now hardcoded into [DateUnfold.js](https://github.com/cksource/ckeditor-plugin-a11ychecker/blob/master/quickfix/DateUnfold.js#L13), but they should be made localizable through [`/quickfix/lang/xx.js`](https://github.com/cksource/ckeditor-plugin-a11ychecker/tree/master/quickfix/lang) files.
Even if run from a directory with another name (`ckeditor-plugin-a11ychecker`), builder apparently needs the `a11ychecker` directory described in the README. ``` C:\dev\ckeditor-plugin-a11ychecker>grunt build-full Running "clean:build" (clean) task >> 0 paths...
When running `grunt build` on a freshly cloned AC repository, some warnings about deprecated packages are returned: ``` npm WARN package.json [email protected] license should be a valid SPDX license expression...