
內容簡介
### Fulcrum WordPress 外掛總結:
- Fulcrum 是專為 WordPress 設計的 wiki 系統,旨在讓您在 WordPress 中創建類似 Confluence 或 Notion 的工具。
- 這款外掛可幫助您捕捉知識、快速查找信息、分享工作、建立精美的 wiki 頁面並輕鬆組織工作。所有內容均保留在您的 WordPress 安裝中。
### 問題與答案:
1. Fulcrum 是什麼?
- Fulcrum 是一個早期軟體,目標是成為類似於 Confluence 或 Notion 的 wiki 系統,整合在您的 WordPress 安裝中。
2. 如何捕捉知識?
- 您可以輕鬆地在 WordPress 中創建包括專案、會議記錄、行銷計劃等在內的頁面,將所有知識保存在您的 WordPress 安裝中。
3. 如何快速找到信息?
- 您可以組織您的記錄、連結、分組和標記內容,或使用搜索功能迅速找到您所有的記錄。
4. 如何分享工作?
- 如果您創建了精彩的內容,可以與他人分享,讓他們欣賞您的努力工作。
5. 如何建立精美的 wiki 頁面?
- 可以創建包含表格、圖片、清單等所需的所有內容格式的 wiki 頁面。所有內容都將保存在您的 WordPress 中。
6. 如何輕鬆找到和導航您的工作內容?
- 您可以組織不同的 wiki 並創建工作的子頁面,以便隨時存取最近和重要的工作內容,並使用強大的搜索功能輕鬆找到所需信息。
7. 如何安裝 Fulcrum 外掛?
- 安裝 Fulcrum 外掛的步驟包括:安裝外掛、決定顯示 wiki 的頁面、捕捉您的知識。
這些如何樣?如果有其他問題,歡迎提出。
外掛標籤
開發者團隊
原文外掛簡介
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
Install the plugin
Decide on which page to display your wiki
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
The wiki single page application: https://github.com/rockiger/wp-wiki
Build instructions
To build this plugin yourself, you need to have nodejs, composer and git 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
