knowledgepixels / nanodash

A web client to browse and publish nanopublications.
GNU Affero General Public License v3.0
27 stars 2 forks source link

URL parameters for repeated statements #37

Closed tkuhn closed 2 years ago

tkuhn commented 3 years ago

Filling form elements from URL parameters isn't fully implemented yet for repeated statements.

tkuhn commented 2 years ago

Done with a782c297cee09df0fd488aad92cb6d51c221eee0

Repetitions of repeatable statements can be filled with URL parameters like param_itemname__1=value, param_itemname__2=another-value, etc. Adding a dot in front of the number refers to extra repetitions to be added at the end (useful when used in combination with parameters like supersedes=...): param_itemname__.1=yet-another-value