开发者 |
dmccan
simplyletgo |
---|---|
更新时间 | 2024年3月11日 23:06 |
PHP版本: | 4.1 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
When viewing wiki pages, if the wiki page exists it shows as a link. If it does not exist, and the user has permissions to edit posts, then the link shows up in red to indicate that the page needs to be created. You can click on the link to go to the page editor to create the new page. If the user does not have permissions, then they see the title in red, but no link is available.
Yes, but the wiki shortcode is only for linking to wiki pages. If you want to link to external sites or regular posts or pages, then use the usual methods in the post editor to do so, but not the Yada Wiki shortcode.
Yes, there is a Yada Wiki sub-menu under the main settings menu where you can enable showing the Yada Wiki shortcode buttons when editing posts and pages. Remember, the wiki shortcode is only for linking to wiki pages.
There is a sidebar widget so that you can include the TOC or a category list of wiki articles. It is a multi-instance widget so you can have more than one version of the widget active at a time.
There is now a recent activity widget so that you can include a list of the most recent wiki articles. You may optionally show the how long ago it was modified.
Most page builders allow you to enter shortcodes and the Yada Wiki shortcodes should work. If the shortcodes do not work then let me know and I'll take a look. The sidebar widget works well in regular widget areas, but may not work when embedded using page builders (except for Beaver Builder - see below). The plugin has been tested and updated to work with Beaver Builder. By default Beaver Builder does not show 3rd party buttons in the Text Editor module, but you can enter the shortcodes manually. The sidebar widget works with the Beaver Builder widget module.
You can include regular wiki link shortcodes in your TOC. You can also add multiple TOC Category shortcodes to a regular wiki page. Adding TOC shortcodes to the TOC page, or adding TOC Category shortcodes to the TOC page does not work.
Empty categories, with no wiki pages or child categories assigned, are excluded. Also, the index of a category or all categories only goes down to one level of child categories.
Some people may have categories that are people's names, such as book authors. The alternate ability to sort by slug gives some flexibility for custom sorting if, for example, you use the author's last name for the slug.
You can use the tag cloud widget to display the wiki custom tags. There are also plugins in the WordPress repository that will allow you to display custom categories (or taxonomies).
默认情况下,Yada Wiki 不支持评论。 主设置菜单下有一个 Yada Wiki 子菜单,您可以在其中启用评论选项并为新 Wiki 页面设置默认值。
The way the buttons are loaded was changed in version 2. If you do not see the buttons you may need to clear your browser cache.
该插件与多站点不兼容。
The wiki links are based on links to wiki page titles, so it is expected that you will use the "Post name" type of permalink structure. You can change the URL slug for links from 'wiki' to another word of your choice on the Yada Wiki settings page.
When rendered on the viewed page, wiki links are given a CSS class related to their post status (published, draft, etc). You can override the default colors in your style sheet. This is a convenience for those with edit permissions who might not realize that wiki articles have not been published. Note that WordPress permissions still control what posts can actually be viewed, this is just related to the display of wiki links. The classes are: When viewing links for users with the "edit_posts" capacity:
The TOC Output Wiki Category shortcode outputs an unordered list.
As of Yada Wiki version 3.1, the Gutenberg editor is disabled on Wiki pages by default. There is a setting to enable it, but there are no Wiki blocks and no buttons to make it easier to add shortcodes.