{"id":45849059,"url":"https://github.com/threadi/nested-ordered-lists-block-editor","last_synced_at":"2026-03-14T17:28:23.002Z","repository":{"id":130795711,"uuid":"555787207","full_name":"threadi/nested-ordered-lists-block-editor","owner":"threadi","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-12T20:54:48.000Z","size":5337,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T22:13:43.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/nested-ordered-lists-for-block-editor","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threadi.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-22T10:28:49.000Z","updated_at":"2025-11-12T20:54:45.000Z","dependencies_parsed_at":"2023-04-05T02:17:54.161Z","dependency_job_id":"5b636bbf-74df-4add-b7bb-29e7077fcf61","html_url":"https://github.com/threadi/nested-ordered-lists-block-editor","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/threadi/nested-ordered-lists-block-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fnested-ordered-lists-block-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fnested-ordered-lists-block-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fnested-ordered-lists-block-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fnested-ordered-lists-block-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threadi","download_url":"https://codeload.github.com/threadi/nested-ordered-lists-block-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threadi%2Fnested-ordered-lists-block-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-27T02:31:42.992Z","updated_at":"2026-03-14T17:28:22.983Z","avatar_url":"https://github.com/threadi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nested Ordered Lists for Block Editor\n\n## About\n\nThis repository provides the features of the WordPress plugin _Nested Ordered Lists for Block Editor_. The repository is used as a basis for deploying the plugin to the WordPress repository. It is not intended to run as a plugin as it is, even if that is possible for development.\n\n## Usage\n\nAfter checkout go through the following steps:\n\n### By hand\n\nRun the following commands in this order:\n\n1. `composer install`\n2. `npm i`\n3. `npm run build`\n4. after that the plugin can be activated in WordPress.\n\n### Using ant\n\n1. copy _build/build.properties.dist_ to _build/build.properties_.\n2. modify the build/build.properties file - note the comments in the file.\n3. execute the command in _build/_: `ant init`\n4. after that the plugin can be activated in WordPress\n\n## Release\n\n### From local environment by hand\n\n1. `composer install`\n2. `npm i`\n3. `npm run build`\n4. `vendor/bin/phpstan analyse`\n5. `vendor/bin/phpcbf --standard=ruleset.xml .`\n6. `vendor/bin/phpcs --standard=ruleset.xml .`\n7. Set version nummer in _readme.txt_ and _external-files-in-media-library.php_.\n8. Create the release ZIP with all necessary folders and files.\n\n### From local environment with ant\n\n1. increase the version number in _build/build.properties_.\n2. execute the following command in _build/_: `ant build`\n3. after that you will finde in the _release/_ directory a zip file, which could be used in WordPress to install it.\n\n### On GitHub\n\n1. Create a new tag with the new version number.\n2. The release zip will be created by a GitHub action.\n\n## Translations\n\nI recommend translating this plugin in the [WordPress Translating tool](https://translate.wordpress.org/projects/wp-plugins/nested-ordered-lists-for-block-editor/).\n\nFor manual translation I recommend to use [PoEdit](https://poedit.net/) to translate texts for this plugin.\n\n### generate pot-file\n\nRun in the main directory:\n\n`wp i18n make-pot . languages/nested-ordered-lists-for-block-editor.pot --exclude=src/,svn/`\n\n### update translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to \"Translate\" \u003e \"Update from POT-file\".\n3. After this the new entries are added to the language-file.\n\n### export translation-file\n\n1. Open .po-file of the language in PoEdit.\n2. Go to File \u003e Save.\n3. Upload the generated .mo-file and the .po-file to the plugin-folder languages/\n\n### generate json-translation-files\n\nRun in the main directory:\n\n`wp i18n make-json languages`\n\nOR use ant in build/-directory: `ant json-translations`\n\n## Build blocks\n\n### Requirements\n\n`npm install`\n\n### Run for development\n\n`npm start`\n\n### Run for release\n\n`npm run build`\n\nHint: will be called by ant-command mentioned above.\n\n## Build styles\n\nRun `ant generate-css` in _build/_.\n\n## Known bugs\n\n* reversed orders numbered list with start numbers \u003e 0 on level 2 will not work in the frontend.\n\n## Check for WordPress Coding Standards\n\n### Initialize\n\n`composer install`\n\n### Run\n\n`vendor/bin/phpcs --ignore= --standard=ruleset.xml .`\n\n### Repair\n\n`vendor/bin/phpcbf --standard=ruleset.xml .`\n\n## Generate documentation\n\n`vendor/bin/wp-documentor parse . --exclude=vendor --exclude=node_modules --exclude=svn --format=markdown --output=docs/hooks.md --prefix=nolg_`\n\n## Check for WordPress VIP Coding Standards\n\nHint: this check runs against the VIP-GO-platform, that is not our target for this plugin. Many warnings can be ignored.\n\n### Run\n\n`vendor/bin/phpcs --extensions=php --ignore=*/attributes/*,*/example/*,*/css/*,*/vendor/*,*/node_modules/*,*/svn/* --standard=WordPress-VIP-Go .`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fnested-ordered-lists-block-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadi%2Fnested-ordered-lists-block-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadi%2Fnested-ordered-lists-block-editor/lists"}