Title: Cortext
Author: Héctor Prieto
Published: <strong>11 ژوئن 2026</strong>
Last modified: 31 جولای 2026

---

جستجوی افزونه‌ها

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

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

# Cortext

 توسط [Héctor Prieto](https://profiles.wordpress.org/priethor/)

[دانلود](https://downloads.wordpress.org/plugin/cortext.0.2.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/cortext/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/cortext/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/cortext/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/cortext/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/cortext/)

## توضیحات

Cortext is a beta knowledge base workspace for WordPress. It gives you documents,
typed collections, multiple views, relation fields, rollups, and public pages without
moving your data out of WordPress.

**Important:** Cortext is still in beta. We recommend trying it somewhere low-stakes
first. Some workflows may change during the beta.

#### What you can try

 * Write nested documents in the WordPress block editor.
 * Create typed collections and switch between table, grid, and list views.
 * Connect entries with relation fields and rollups.
 * Embed collection views in documents.
 * Publish Cortext pages with your active WordPress theme.

Behind the scenes, Cortext stores documents, collection definitions, fields, and
collection rows as WordPress posts and post meta. You can still inspect the raw 
data with normal WordPress tools.

### External services

Cortext runs inside your WordPress install. The only external service it can reach
is the optional Notion import.

The import reads content from a Notion workspace into Cortext. It runs only when
you start an import and supply a Notion integration token; nothing leaves your site
otherwise. When you run it, Cortext sends that token and the IDs of the collections
you picked to the Notion API at api.notion.com, which returns the content to store
in WordPress.

Notion’s Terms of Service (https://www.notion.so/28ffdd083dc3473e9c2da6ec011b58ac)
and Privacy Policy (https://www.notion.com/trust/privacy-policy) cover that traffic.

## عکس‌های صفحه

[⌊The Cortext workspace showing a seeded Library page with a catalog table and detail
panel.⌉⌊The Cortext workspace showing a seeded Library page with a catalog table
and detail panel.⌉[

The Cortext workspace showing a seeded Library page with a catalog table and detail
panel.

## نصب

Install Cortext from the WordPress plugin directory:

 1. In wp-admin, go to Plugins, then Add New.
 2. Search for “Cortext”.
 3. Install and activate Cortext, then open “Cortext” from the admin menu.
 4. Try the workspace with sample content first.

It is beta software, so install it somewhere you can experiment first.

Developers who want sample data can run `wp cortext seed` with WP-CLI.

## سوالات متداول

### Is Cortext production ready?

Not yet. Cortext is ready to try, but still early. Use it somewhere low-stakes before
relying on it for important content.

### Does Cortext connect to external services?

Only when you ask it to. Everyday use stays inside WordPress with no external calls.
The one exception is the optional Notion import; the External services section below
covers what it sends and when.

### Where is the source for the built JavaScript and CSS?

Source code and build tooling live at https://github.com/Automattic/cortext. The
JavaScript and CSS shipped in the plugin package are built from that repository.

### What happens to my content if I deactivate Cortext?

Your content stays in WordPress as posts and post meta. Deactivating Cortext, or
deleting the plugin, does not remove it, and you can still see and export it with
the normal WordPress tools.

### How do I report a bug or send feedback?

Cortext is in beta and feedback helps. Open an issue at https://github.com/Automattic/
cortext/issues. For a security problem, follow the security policy in that repository
instead.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Cortext” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Héctor Prieto ](https://profiles.wordpress.org/priethor/)
 *   [ Miguel Fonseca ](https://profiles.wordpress.org/mcsf/)

[ترجمه “Cortext” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/cortext)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/cortext/)، [مخزن SVN](https://plugins.svn.wordpress.org/cortext/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/cortext/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/cortext/) مشترک شوید.

## گزارش تغییرات

#### 0.2.0

Enhancements:

**Canvas**

 * Add inline document mentions. ([#376](https://github.com/Automattic/cortext/pull/376))
 * Add backlinks for document mentions. ([#379](https://github.com/Automattic/cortext/pull/379))

**Collections**

 * Add formula fields to collections. ([#274](https://github.com/Automattic/cortext/pull/274))

**Shell**

 * Add sidebar settings view mode. ([#385](https://github.com/Automattic/cortext/pull/385))
 * Add experiment controls to Cortext settings. ([#388](https://github.com/Automattic/cortext/pull/388))

**Desktop**

 * Desktop: Add desktop auto-updates. ([#381](https://github.com/Automattic/cortext/pull/381))
 * Desktop: authenticate local runtime requests. ([#397](https://github.com/Automattic/cortext/pull/397))
 * Desktop: assign each profile a runtime origin. ([#403](https://github.com/Automattic/cortext/pull/403))
 * Desktop: Remove POSIX dependencies from snapshots and runtime. ([#404](https://github.com/Automattic/cortext/pull/404))
 * Desktop: Build the snapshot on Windows. ([#405](https://github.com/Automattic/cortext/pull/405))
 * Desktop: lock down and test the packaged app. ([#407](https://github.com/Automattic/cortext/pull/407))

**Performance**

 * Performance: Calculate table footer totals on the server. ([#378](https://github.com/Automattic/cortext/pull/378))
 * Perf: Lazy-load and paginate the sidebar tree. ([#380](https://github.com/Automattic/cortext/pull/380))
 * Perf: Add an ID-only response for rows. ([#393](https://github.com/Automattic/cortext/pull/393))

#### 0.1.1

Patch release for the 0.1 beta line. In this release:

 * Added richer demo content entry points for empty workspaces.
 * Fixed row reordering so the first drag works in scrolled collections.
 * Fixed canvas flicker when opening or leaving row documents.
 * Moved the Cortext admin menu below the core WordPress items.
 * Improved release packaging and automation for distributed builds.

#### 0.1.0

First public beta. In this release you can:

 * Write nested documents in the WordPress block editor.
 * Create typed collections and switch between table, grid, and list views.
 * Edit rows inline, and connect entries with relation fields and rollups.
 * Embed collection views inside documents.
 * Publish Cortext pages with your active WordPress theme.

## اطلاعات

 *  نگارش **0.2.0**
 *  آخرین به‌روزرسانی **4 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 7.0 یا بالاتر **
 *  آزمایش‌شده تا **7.0.4**
 *  نگارش PHP ** 8.1 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/cortext/)
 * برچسب
 * [block-editor](https://fa.wordpress.org/plugins/tags/block-editor/)[collections](https://fa.wordpress.org/plugins/tags/collections/)
   [custom post types](https://fa.wordpress.org/plugins/tags/custom-post-types/)
   [knowledge base](https://fa.wordpress.org/plugins/tags/knowledge-base/)[publishing](https://fa.wordpress.org/plugins/tags/publishing/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/cortext/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/cortext/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/cortext/reviews/)

## مشارکت کنندگان

 *   [ Héctor Prieto ](https://profiles.wordpress.org/priethor/)
 *   [ Miguel Fonseca ](https://profiles.wordpress.org/mcsf/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/cortext/)