Title: Fulcrum Wiki
Author: rockiger
Published: <strong>13 ມີນາ 2024</strong>
Last modified: 27 ກຸມພາ 2025

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/fulcrum/assets/banner-772x250.png?rev=3050520)

![](https://ps.w.org/fulcrum/assets/icon-256x256.png?rev=3050520)

# Fulcrum Wiki

 ໂດຍ [rockiger](https://profiles.wordpress.org/rockiger/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/fulcrum.1.0.7.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/fulcrum/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/fulcrum/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/fulcrum/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/fulcrum/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/fulcrum/)

## ຄຳອະທິບາຍ

**Disclaimer: Fulcrum is still early-stage software. Please don’t expect fully finished
software. If you have any issues or feature requests, please post them in the support
forum.**

Fulcrum aims to be a wiki system similar to Confluence or Notion for WordPress.

### Capture Knowledge

Easily create pages with your knowledge. Projects, meeting notes, marketing plans–
everything saved in WordPress.

### Find information faster

Organize your records like your personal Wikipedia. Link, group and tag your content,
or use the search to find all your records fast.

### Share Your Work

Did you create some wonderful piece of content? Share it with others, that they 
can enjoy your hard work.

### Build great-looking wiki pages

Create pages with all content formats you need. Tables, Images, Lists – you name
it. Write a new marketing plan, document your workflow for employee onboarding, 
or write a memo for your co-workers.

The best is: Everything stays in WordPress. Unlike other tools, we don’t introduce
a new SaaS infrastructure to your business. All the content you create is saved 
in WordPress. Nothing is saved elsewhere.

### Easily find & navigate your work

Always stay on top of your work. Organize your work in different wikis and create
sub-pages of your work. Access your most recent and important work instantly.

Don\’t waste your time searching. Find what you are looking for with a powerful 
search.

### 3 Steps to being effortlessly organized

 1. Install the plugin
 2. Decide on which page to display your wiki
 3. Capture your knowledge

### Third-Party JavaScript Library

This plugin makes extensive use of third-party open-source JavaScript libraries.
To reduce download size this libraries are only included in minified form. Both 
the admin-interface and the frontend page are React single page applications. All
libraries are available at https://www.npmjs.com/.

The whole list of libraries used in the admin interface can be found in it’s `package.
json` file (see `admin/js/reactpress-admin/package.json` for more detailed information).

Respectively, the whole list of libraries used in the frontend can be found in it’s`
package.json` file (see `apps/wiki/package.json` for more detailed information).

The sources of this plugin are separated into two plugins:

 * The plugin itself, including the admin-interface: [https://github.com/rockiger/reactpress/tree/fulcrum-plugin](https://github.com/rockiger/reactpress/tree/fulcrum-plugin)
 * The wiki single page application: [https://github.com/rockiger/wp-wiki](https://github.com/rockiger/wp-wiki)

### Build instructions

To build this plugin yourself, you need to have [nodejs](https://nodejs.org/en),
[composer](https://getcomposer.org/) and [git](https://git-scm.com/) installed. 
The build instructions are as follows:

    ```
    git clone https://github.com/rockiger/reactpress.git fulcrum
    cd fulcrum
    git checkout fulcrum-plugin
    composer install
    cd admin/js/reactpress-admin
    npm install
    npm build         # npm start, if you want to start the dev server
    cd ../../../
    mkdir apps
    cd apps
    git clone https://github.com/rockiger/wp-wiki.git
    npm install
    npm build         # npm dev, if you want to start the dev server
    ```

## ພາບໜ້າຈໍ

 * [[
 * Screenshot-1.png
 * [[
 * Screenshot-2.png
 * [[
 * Screenshot-3.png
 * [[
 * Screenshot-4.png
 * [[
 * Screenshot-5.png

## ການຕິດຕັ້ງ

 1. Go to the WordPress Dashboard “Add New Plugin” section.
 2. Search For “Fulcrum Wiki”.
 3. Install, then activate it.
 4. Go to the Fulcrum-Menu, decide on which page to add your wiki.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Fulcrum Wiki” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ rockiger ](https://profiles.wordpress.org/rockiger/)

[ແປ “Fulcrum Wiki” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/fulcrum)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/fulcrum/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/fulcrum/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/fulcrum/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/fulcrum/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.0.0

 * Initial Release

#### 1.0.1

 * Remove “Update Dev-Environment” button in admin area
 * Remove ‘Private: ‘ in Title of pages and add a label ‘private’
 * Image upload from editor
 * Directly open the editor when creating a new page
 * Make the title editable
 * Add localstorage based caching for improved performance
 * Reload page to renew WordPress nonce after invalidation

#### 1.0.2

 * Make switch to Lexical editor.

#### 1.0.3

 * Switch default font size to 16px.

#### 1.0.4

 * Add Excalidraw support

#### 1.0.5

 * Save content as JSON to prohibit conversion loss with Excalidraw
 * Auto save content with localstorage

#### 1.0.6

 * add timeoffset to the autosave to better compare dates

#### 1.0.7

 * bugfixes

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.0.7**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **1 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 5.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.7.5**
 *  ເວີຊັນ PHP ** 7.4 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/fulcrum/)
 * ແທັກ
 * [confluence](https://lo.wordpress.org/plugins/tags/confluence/)[intranet](https://lo.wordpress.org/plugins/tags/intranet/)
   [knowledge management](https://lo.wordpress.org/plugins/tags/knowledge-management/)
   [notion](https://lo.wordpress.org/plugins/tags/notion/)[wiki](https://lo.wordpress.org/plugins/tags/wiki/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/fulcrum/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/fulcrum/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/fulcrum/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ rockiger ](https://profiles.wordpress.org/rockiger/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/fulcrum/)