blicki icon indicating copy to clipboard operation
blicki copied to clipboard

A wiki plugin for WordPress.

Results 12 blicki issues
Sort by recently updated
recently updated
newest added

Currently it's possible to add Jetpack/WordPress.com markdown support by adding the following action in a theme or feature plugin: ``` add_action('init', 'blicki_markdown_init'); function blicki_markdown_init() { add_post_type_support( 'blicki', 'wpcom-markdown' ); }...

Hi, I was in Dr. Conner's class at the end of last semester when Gracie showed us Blicki. I had suggested that editors and contributors have permission at the subpage...

Currently Blicki Topics show in the Customizer > Menu page: ![screenshot_26-09-2016-11 00 02](https://cloud.githubusercontent.com/assets/150348/18845923/7ee754ec-83d8-11e6-92f8-3d05519274a2.jpg) However, they do not show in WP-Admin ![screenshot_26-09-2016-11 01 21](https://cloud.githubusercontent.com/assets/150348/18845942/96e11c04-83d8-11e6-8bd4-2e9f85156aac.jpg) It would be great to have a...

bug

Create a new entry option that's more automated than a shortcode and doesn't require looking up the instructions in the Readme for use.

enhancement

For organizations that don't want to moderate every new entry / edit, add the ability to turn off moderation.

enhancement

Stats box etc for insertion into the WIKI entries.

ui

![image](https://cloud.githubusercontent.com/assets/448298/18680446/a3f516bc-7f18-11e6-9800-b7f7cb977b75.png)

bug

We talked to Chris Finke about this. The salient points are: - Mozilla is doing this on their MDN wiki - pass `wiki-revision` as the type - only pass the...

enhancement

Future version; need a way to generate trackbacks for the dynamic added links.

code