Phil Johnston
Phil Johnston
Just noting that I had the same issue here upon initial installation.
I didn't intend to spam. My apologies. I'm just wanting to note that this is a very important issue to me. Thanks, and my apologies again!
Related: https://github.com/WordPress/gutenberg/issues/20244
@mtias I hope I've understood your question properly here. I believe that the uses cases that are relevant here are any blocks that _hardcode_ dynamic values in the HTML. Here...
@epiqueras Very interesting thought! Can you explain a bit more about this? > These inline blocks should only be available programmatically, not through any inserter Would the ability to choose...
@epiqueras if the `` only operates if the source is an `.html` file, what would happen to all of the image links if the user makes an unrelated edit and...
@epiqueras I was wondering that too. But what if the post has a ton of large images? Would it be necessary to do that migration in batches to ensure no...
I am also seeing this error. This does not do anything when something changes in the directory: ``` webContainerInstance.fs.watch('/' + pluginData.plugin_dirname, { recursive: true }, (event, filename) => { console.log(`file:...
@Nemikolh Thanks! I made a fork here that replicated the bug I am seeing: https://stackblitz.com/edit/wc-api-fs-watch-hqxlvf?file=main.js