问题标签 [project-gutenberg]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
12 浏览

accordion - 我想用 ToggleControl 设置单独在前端切换我的手风琴项目,但它也会影响后端

我已经有 toggleControl 设置,当激活前端的手风琴时会显示切换内容,但问题是它会影响后端。

0 投票
0 回答
75 浏览

php - 无法删除我的古腾堡块。它已在编辑器页面上修复

我只是尝试通过 PHP 呈现一些帖子数据。之后,该块在编辑器页面上堆叠。我的代码有问题吗?

注意:在 PHP 文件中查询帖子之前,我看不到这个问题。也许我在 PHP 文件中有一个错误。但我不知道。

在 php 文件上

在 JS 文件上

毕竟我还有另一个关于“ServerSideRender”的问题。是否可以从中获取值block={ "gutenberg-examples/example-01-basic-esnext" }?否则我不会在 JS 文件中应用 $variables。

0 投票
0 回答
26 浏览

wordpress - 将 HTML 转换为 Gutenberg-Blocks 会忽略 video-Element

我正在尝试使用 @wordpress/blocks 的 rawHandler 将原始 HTML 代码从外部源转换为 Gutenberg-Blocks。

示例 HTML:

实际输出:

预期输出:

将此配置用作 convert.js:

运行此命令:

所有其他块转换,如图像或段落都可以正常工作。只有视频什么都不做。

为什么?

0 投票
0 回答
7 浏览

python-3.x - Is there a way to infer the author and or title of a work based on a project Gutenburg file name?

Sometimes project Gutenberg includes the author or book name in a machine readable way in the raw text files but many times it doesn't. I have a collection of project Gutenberg raw text files that I would like to use and quote from using software (normally python3 or shell) but I would like to get the author and book name to go with it for future reference. Would nltk be able to do it?