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://snd.wordpress.org/plugins/cortext/#description)
 * [جائزو](https://snd.wordpress.org/plugins/cortext/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/cortext/#installation)
 * [ترقي](https://snd.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.

## FAQ

### 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/)، يا رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/cortext/)
پاران [RSS](https://plugins.trac.wordpress.org/log/cortext/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### 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.

## ميٽا

 *  Version **0.2.0**
 *  Last updated **1 ڏينهن اڳ**
 *  Active installations **10 کان گھٽ**
 *  WordPress version ** 7.0 يا وڌيڪ **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.1 يا وڌيڪ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/cortext/)
 * Tags
 * [block-editor](https://snd.wordpress.org/plugins/tags/block-editor/)[collections](https://snd.wordpress.org/plugins/tags/collections/)
   [custom post types](https://snd.wordpress.org/plugins/tags/custom-post-types/)
   [knowledge base](https://snd.wordpress.org/plugins/tags/knowledge-base/)[publishing](https://snd.wordpress.org/plugins/tags/publishing/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/cortext/advanced/)

## درجه بندي

No reviews have been submitted yet.

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

[See all reviews](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/)