ngx-inline-editor icon indicating copy to clipboard operation
ngx-inline-editor copied to clipboard

[WIP] docs(setup): Documentation

Open tonivj5 opened this issue 8 years ago • 4 comments

Hi! Here are the docs 😉

- It can be deployed to github-pages
- It is in english and spanish language
- We use hugo to create the docs
- We use a fork of vjeantet/hugo-theme-docdock as theme (our theme adds multilingual features and plunker shortcode to add live examples)
- Added gulp and package.json scripts to work with the documentation (build/clean/deploy)

You can have a glance at https://xxxtonixxx.github.io/ngx-inline-editor/en/ and plunker example at https://xxxtonixxx.github.io/ngx-inline-editor/en/usage/first-example/

tonivj5 avatar Jul 19 '17 18:07 tonivj5

Hi @xxxtonixxx The updated doc looks very good. However I didnt get it working there https://xxxtonixxx.github.io/ngx-inline-editor/en/usage/first-example/

I have tried also in mine. code is not working for type "text" and "textarea"

Please suggest

rifansi avatar Aug 25 '17 07:08 rifansi

Thanks @rifansi! Yeah, it seems broken since 0.2.0-alpha.10. I think that reactive-forms or change to OnPush strategy have broken the component. I will work to resolve it.

To play with the example, you can set the version to 0.2.0-alpha.9 changing the config.js file in /, into map object, change

'@qontu/ngx-inline-editor': 'https://npmcdn.com/@qontu/ngx-inline-editor',

to

// Version 0.2.0-alpha.9
'@qontu/ngx-inline-editor': 'https://npmcdn.com/@qontu/[email protected]', 

Here is working with the change done: https://embed.plnkr.co/GfGHaUdbPWyg7xBmN4vg/

tonivj5 avatar Aug 25 '17 18:08 tonivj5

Thanks @xxxtonixxx it's working perfectly at 0.2.0-alpha.9

rifansi avatar Aug 28 '17 00:08 rifansi

@rifansi the error was fixed in the latest version: 0.2.0-alpha.11. Thanks for your report 👍

tonivj5 avatar Sep 11 '17 03:09 tonivj5