Lines Matching full:json
1 ====== JSON Generate Document Plugin ======
4 description: Integrate "Generate new document" JSON based functionality into json plugin.
10 depends : json
12 similar : json, jsoneditor, jsontable, struct, addnewpage, copypage
13 tags : data, json, database, button, create, form
15 downloadurl: https://gitlab.com/dokuwiki-json/jsongendoc/-/archive/master/json-master.zip
16 bugtracker : https://gitlab.com/dokuwiki-json/jsongendoc/-/issues
17 sourcerepo : https://gitlab.com/dokuwiki-json/jsongendoc
20 screenshot_img: https://gitlab.com/dokuwiki-json/jsongendoc/-/raw/master/demo/screenshot.png
26 Install also [[https://www.dokuwiki.org/plugin:json|JSON plugin]].
29 JSON Generate Document Plugin is based on [[https://www.dokuwiki.org/plugin:json|JSON plugin]]. It …
33 Here is a [[https://dokuwiki-json-demo.1001beauty.si/|Dokuwiki JSON Demo Server]] with JSON databas…
37 …page, which may have some ''@ ... @'' patterns, which will be replaced by JSON data. There are thr…
40 …/''%%%$%%end%@'' | If //filter// (see [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]) i…
42 | ::: | Variable on path is type of array. Extract json. |
47 Syntax is similar as in [[https://www.dokuwiki.org/plugin:json|JSON Data Plugin]]:\\
50 …parsed with same parser as ''<json>'' elements, so rules for //attributes// and //inline_json// ar…
53 …* **Select box** - Select box is generated from JSON data, if it contains array of similar data ob…
55 … If there are no errors, then new Document is generated from template and JSON data. Document is e…
58 …xt/plain'', ''text/html'', ''text/csv'', ''image/svg+xml'', ''application/json'', ''application/xm…
70 This attribute is optional. It specifies the options inside the Select box. JSON data must be an ar…
75 If this attribute is not specified, then Select box is not shown. Complete JSON data are passed to …