ckeditor/plugins/crossreference/README.md
changeset 2 467e24fbc60e
parent 0 44d330dccc59
child 5 c925ae656709
     1.1 --- a/ckeditor/plugins/crossreference/README.md	Thu Dec 15 18:17:46 2016 +0300
     1.2 +++ b/ckeditor/plugins/crossreference/README.md	Sat Dec 17 03:14:48 2016 +0300
     1.3 @@ -3,6 +3,10 @@
     1.4  
     1.5  Adds cross references links with optional auto-numeration for chapters, images, tables and references. Other types of references can be defined in config.
     1.6  
     1.7 +## Online demo
     1.8 +
     1.9 +Try the plugin demo at <http://indvd00m.com/crossreference/>.
    1.10 +
    1.11  ## Description
    1.12  
    1.13  Two main conceptions - anchor and link to anchor. There are 4 type of references defined by default: chapter, image, table, reference. Example of anchor of type `image` in raw html:
    1.14 @@ -145,7 +149,7 @@
    1.15  | `name` | Type name. | String | Yes |
    1.16  | `anchorTextTemplate` | Template for anchor text. This text will be put in `a` tag. You can use variables in format `${variableName}`. Variables is a properties of an anchor object (see [Example of an anchor object](https://github.com/indvd00m/crossreference#example-of-an-anchor-object) section). | String | No |
    1.17  | `linkTextTemplate` | Template for link text. This text will be put in `a` tag. You can use variables in format `${variableName}`. Variables is a properties of an anchor object (see [Example of an anchor object](https://github.com/indvd00m/crossreference#example-of-an-anchor-object) section). | String | No |
    1.18 -| `numeration` | Definition of type numeration. See [Example of a numeration config](https://github.com/indvd00m/crossreference#example-of-a-numeration-config) section. | Object | No |
    1.19 +| `numeration` | Definition of type numeration. See [Example of a numeration definition](https://github.com/indvd00m/crossreference#example-of-a-numeration-definition) section. | Object | No |
    1.20  | `anchorsProvider` | See [Example of type with anchors provider](https://github.com/indvd00m/crossreference#example-of-type-with-anchors-provider) section. | String 'default' or function | No |
    1.21  | `allowCreateAnchors` | Can user create anchors of this type in anchors dialog. | Boolean | No |
    1.22  | `groupAnchors` | If `true`, anchors can be filtered by group in link dialog. | Boolean | No |
    1.23 @@ -233,7 +237,7 @@
    1.24  
    1.25  ## Installation
    1.26  
    1.27 - 1. Download the plugin.
    1.28 + 1. Download the plugin: https://github.com/indvd00m/crossreference/releases.
    1.29   
    1.30   2. Extract (decompress) the downloaded file into the plugins folder of your
    1.31  	CKEditor installation.
    1.32 @@ -247,7 +251,9 @@
    1.33  See https://github.com/indvd00m/crossreference/issues.
    1.34  
    1.35  ## Icons:
    1.36 - 
    1.37 +
    1.38 +https://icons8.com/web-app/21792/unicast
    1.39 +
    1.40  https://icons8.com/web-app/15117/anchor
    1.41  
    1.42  https://icons8.com/web-app/38051/link