dokuwiki-plugin-struct icon indicating copy to clipboard operation
dokuwiki-plugin-struct copied to clipboard

A new structured data plugin

Results 123 dokuwiki-plugin-struct issues
Sort by recently updated
recently updated
newest added

When isVisibleInEditor was false, only the label of the field was hidden, not the input.

A user on DokuWiki Forum need a special format for numbers. https://forum.dokuwiki.org/d/22218-how-to-force-leading-zeroes-when-using-a-bureacuracy-form-with-struct This add a new config parameter for the Decimal type: `format` If format is set and valid all...

### Feature Description Hi :) My "problem" is described in [this thread](https://forum.dokuwiki.org/d/22218-how-to-force-leading-zeroes-when-using-a-bureacuracy-form-with-struct) on DW user forum. Basically, we need a way to force leading zeroes for numbers (similar to how...

enhancement

Fix a bug. It was possible to create Decimal like 00123. This Decimal could then be edited to 100123, but could not be edited back to 00123. This pull request...

### Issue Description Since the current version 2024-04-09 (at least that's where I noticed it), the cloud display (https://www.dokuwiki.org/plugin:struct:cloud) no longer works. here is our code ``` ---- struct cloud...

bug

I just found the error in (https://github.com/cosmocode/dokuwiki-plugin-struct/commit/2b62a003e44af931ce7df7c4839b1c0051e6a4ba): Line 172 (helper/field.php): The 2. parameter of **array_map** must be an array like **`[ $preparedValue, null ]`**

bug

These changes were made automatically by running [rector](https://getrector.com/) and [phpcbf](https://phpqa.io/projects/phpcbf.html). These tools try to ensure that your Extension's code adheres to DokuWiki's coding standards. They also try to fix common...

### Feature Description I like to use header files to automatically render struct data for multiple pages. For me, an additional placeholder (e.g. `$NSID$`) would be very useful. On start...

enhancement

### Feature Description It would be nice to be able to prefill fields with struct type "user" with current user. Then, this field can be hidden (hidden fields would be...

enhancement

### Issue Description I'm sorry for the convoluted title. This error actually appears when using bureaucracy but only when the plugins struct and structjoin are also used. Since neither structjoin...

bug