Adam Zieliński

Results 184 issues of Adam Zieliński

Let's add a UI control to switch Playground to another language. Here's how @akirk does it in his GlotPress integration project: https://github.com/akirk/wp-glotpress-playground/

[Type] Enhancement
[Package][@wp-playground] Blueprints

Blueprints builder got merged in PR https://github.com/WordPress/wordpress-playground/pull/773: https://playground.wordpress.net/builder/builder.html Unfortunately, it's affected by a blocking issue: When re-running blueprints in the builder, sometimes the playground will simply stop progressing and never...

Bug
Blueprints

It would be cool to explore the Playground as a web-based static-site generator. So, like [Strattic](https://www.strattic.com/) but web-based and without a server. * Create your site with Gutenberg in a...

[Type] Idea
[Type] Project
[Type] Mindmap Node

Let's make sure the SQLite integration works well for the entirety of WordPress core and the most popular plugins. ## Remaining work - [ ] https://github.com/WordPress/sqlite-database-integration/issues/75 - [ ] https://github.com/WordPress/sqlite-database-integration/issues/70...

[Type] Tracking
[Aspect] Sqlite
[Type] Mindmap Node

## Description Adds a "demo" tab to a few selected plugins: When loaded, it displays an iframe loading the [WordPress sandbox](https://github.com/WordPress/wordpress-wasm) on wasm.wordpress.net with the correct plugin configuration and a...

Playground's block PHP code fails WPCS checks in some environments where Playground block is deployed by copying and pasting the code. Let's apply the linting rules in the repository to...

Enhancement
Playground block

The "Require live preview activation" is hidden in the code editor tab and thus difficult to spot when not using the code editor. Let's make it a top-level setting: ![CleanShot...

Playground block

## What? Work in progress. Explores an idea of creating an experience where you’d add a Playground block, configure it as you need (e.g. add a post), navigate to a...

Playground block

Test: 1. Start wp-now 2. Create a post, upload an image, save the post 3. Display the post 4. Close wp-now, start on a different port 5. Confirm the image...

Enhancement
wp-now

`wp-now` in `wp-content` mode expects a theme to be in place and won't apply the default WordPress theme. I had to use the `installTheme` step to install `twentytwentyfour`. The assumption...

Enhancement
wp-now