Linux 软件免费装
Banner图

Agenda Editor

开发者 agendah
更新时间 2021年3月23日 19:07
PHP版本: 7.0 及以上
WordPress版本: 5.7
版权: GPLv2 or later
版权网址: 版权信息

标签

comments spam

下载

0.1 0.1.1 0.1.2 0.1.3 0.1.5 0.1.6 0.1.7 0.1.7.1 0.1.8 0.2.0 0.3.0 0.4.0 0.4.1 0.4.2

详情介绍:

Agenda Editor This plugin tweaks the editor to support Bootstrap grid and adds a "Grid Block". Source files Source files for blocks and editor scss can be found at src folder in our public Gitlab repository. WordPress hooks and built-in functionality are called in src/init.php. Initialization of block-related JavaScript/TypeScript is initialized in src/blocks.tsx. SCSS-source for front-end and editor are initialized at src/style.scss and src/editor.scss respectively. To compile a version of your own, you need nodejs, npm installed on your operating system. yarn is also recommended. To start the compilation, run the following in a terminal: ``` yarn yarn start ``` or with npm: ``` npm npm start ``` Brought to you by Agenda Helsinki.

安装:

  1. Install the plugin
  2. Enjoy

屏幕截图:

  • Screenshot from editor

常见问题:

How do center items in a row vertically

In the section "Align" of the Grid Block there is a selection box called "Vertical Alignment"

更新日志:

0.4.2 0.4.1 0.4.0 0.3.0 0.2.1 0.1.8 0.1.7.1 0.1.7 0.1.6 0.1.5 0.1.4 0.1.3 0.1.2 Fixed selected block border preventing text selection in editor 0.1.1 Fixed function prefixes 0.1 Initial Release