publiccode-editor
publiccode-editor copied to clipboard
A web editor to create and edit publiccode.yml files
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Language names in the picker should be displayed in the target language itself (e.g. Italiano, English, Français, Deutsch, Nederlands) so that users can easily identify their preferred language, regardless of...
`ELASTIC_URL`, `VALIDATOR_URL` and `VALIDATOR_REMOTE_URL` should go as they are not used anymore. https://github.com/italia/publiccode-editor/blob/3f6c81333b1bd3b7f4f5a4a0768c813a67455cfa/src/app/contents/constants.ts#L3-L5
There's no UI for [`intendedAudience`](https://yml.publiccode.tools/schema.core.html?highlight=audience#section-intendedaudience) which makes it impossible for users to generate a publiccode.yml with those fields or to fix one with errors in `countries`, `scopes` or `unsupportedCountries`.
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.12.0 to 13.15.20. Release notes Sourced from validator's releases. 13.15.20 Fixes, New Locales and Enhancements #2556 isMobilePhone: add ar-QA locale @WardKhaddour #2576 isAlpha/isAlphanuneric: add Indic locales (ta-IN,...
Bumps [italia/publiccode-parser-action](https://github.com/italia/publiccode-parser-action) from 1.3.3 to 1.4.2. Release notes Sourced from italia/publiccode-parser-action's releases. v1.4.2 What's Changed chore(deps): bump italia/publiccode-parser-go from v5.1.1 to v5.2.1 by @dependabot[bot] in italia/publiccode-parser-action#30 Full Changelog: https://github.com/italia/publiccode-parser-action/compare/v1...v1.4.2 v1.4.1...
Hello! As you might know publiccode v0.5.0 has been released: https://github.com/publiccodeyml/publiccode.yml/discussions/258 🎉 [`publiccode-parser-go v5.2.1`](https://github.com/italia/publiccode-parser-go/releases/tag/v5.2.1) supports the new version, but there are also some things to implement in the editor and...
The editor used to have autocompletion for `codiceIPA`, via an external query to Elastic, but it got lost with the new version: https://github.com/user-attachments/assets/681f910b-a48c-4bbf-9272-836aff970482 This makes harder for the user to...
The Long Description text area is very important because it's the main information about a solution: Right now it's hard to use because it's only three lines, and that doesn't...
When you load a `publiccode.yml` with `publiccodeYmlVersion` set to a previous version, this field appears: On the surface it has two immediate issues: * The label being "_hidden field for...