WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by heynota v1.0.0

Nota

Nota’s assistive AI tools help publishers create headlines, summaries, SEO keywords and more.

Nota

The facts

Active installs
400+
Price
Free
Last updated
18 Aug 2026
Added
Sep 2023
Tested up to
WP 6.9.7
Requires PHP
7.2.5
Downloads
21,710

Our analysis

AI-assisted

Nota is a WordPress plugin designed to assist with content creation and distribution using AI tools. It helps users generate headlines, summaries, SEO keywords, and more, streamlining the editorial process for publishers, marketers, and content creators.

The plugin employs large language models to analyse content and produce various outputs quickly. Users can edit these outputs directly and integrate them into their posts using custom fields, which can be configured through WordPress hooks.

Best for: This plugin is suitable for content creators, marketers, and publishers looking to enhance their content production process.

What it does well

  • Generates headlines, summaries, and SEO keywords
  • Utilises AI for content analysis and output generation
  • Supports custom fields and access control
  • User-friendly with no need for prompts or queries

Where it falls short

  • Limited information on performance and user feedback
  • No published rating or extensive user reviews

Verdict

Nota offers useful AI-driven tools for content generation, but potential users may want to consider the lack of user feedback and performance data.

From the developer

heynota's own description of Nota, lightly tidied.

Nota is a SaaS company building AI-enabled tools to streamline content creation and distribution. Their assistive AI tools help publishers, marketers and content creators generate headlines, summaries, SEO keywords and more.

Nota is taking the pain points out of the content creation process so you can focus on what really matters: your story.

Dissect Content with Speed.

The Nota plugin is a time-saving tool for editorial, marketing and content teams focused on optimizations—generating headlines, summaries, top quotes, key points, SEO keywords and categories. The plugin utilizes large language models to generate AI responses, returning robust copy results.

Nota runs text through uber-powerful AI and ML tools to break down all that content into workable outputs. No prompts or queries, no AI learning curves, just quick-and-easy text applications. Analyze a post and tailor the outputs for more, less or just different results with the push of a button. If you’re looking for a human touch, you can edit the outputs directly to your liking.

Custom Fields

When users choose to use outputs provided by Nota, the plugin will update the appropriate fields on the post. For example, selecting a “Headline” will update the post title.

This behaviour can be changed if custom fields are required, by using the @wordpress/hooks functionality.

Each field has a corresponding getter and setter function. The filter names follow the pattern: nota.postData.<fieldName>.get and nota.postData.<fieldName>.set. The following filters are available:

  • nota.postData.title.get
  • nota.postData.title.set
  • nota.postData.excerpt.get
  • nota.postData.excerpt.set
  • nota.postData.slug.get
  • nota.postData.slug.set
  • nota.postData.metaTitle.get
  • nota.postData.metaTitle.set
  • nota.postData.metaDescription.get
  • nota.postData.metaDescription.set

For example, to use a custom field for the title, you would implement the following:

const customTitleMetaKey = 'my-custom-meta-key'

const getTitle = () => {
  return wp.data.select('core/editor').getEditedPostAttribute('meta')[customTitleMetaKey]
}
wp.hooks.addFilter('nota.postData.title.get', 'custom/namespace', () => getTitle )

const setTitle = (nextValue) => {
  wp.data.dispatch('core/editor').editPost({ meta: { [customTitleMetaKey]: nextValue } })
}
wp.hooks.addFilter('nota.postData.title.set', 'custom/namespace', () => setTitle )

Access Control

Nota supports restricting plugin access to specific users via a WordPress filter.

For advanced use cases, you can use the nota_tools_user_allowed filter to implement custom access logic:

<?php
/**
 * Filter: nota_tools_user_allowed
 * 
 * @param bool    $allowed Whether the user is currently allowed (default: user can edit_posts).
 * @param WP_User $user    The current user object.
 * @param array   $context Context about where the check is being made.
 *                         Keys:
 *                         - 'area': The feature area being accessed.
 *                           Values: 'post_tools', 'draft', 'dashboard', 'news'.
 *                         - 'post_id': The post ID if applicable.
 */
add_filter( 'nota_tools_user_allowed', 'my_custom_nota_access', 10, 3 );

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for AI features.

Yoast SEO

Real-time SEO guidance, schema, and AI built in. Help search engines and AI systems understand your content. A...

Free 10M+ installs 4.8★ (27,819)
WPForms

WPForms

98

The best WordPress contact form plugin. Drag &amp; Drop form builder to create beautiful contact forms, paymen...

Free 5M+ installs 4.8★ (14,369)
Rank Math SEO

Grow your organic traffic and AI visibility with powerful SEO tools, XML sitemaps, Schema automation, and buil...

Free 4M+ installs 4.8★ (7,496)
Translate WordPress with GTranslate

Translate WordPress with Google Translate multilanguage plugin using AI translation. Complete multilingual SEO...

Free 900k+ installs 4.9★ (4,950)
All in One SEO

AIOSEO is the WordPress SEO plugin. Boost SEO rankings with AI SEO tools, schema, meta descriptions, XML sitem...

Free 2M+ installs 4.7★ (5,201)
Premium Addons for Elementor

Elementor Carousel, Mega Menu, Posts List/Slider, WooCommerce Widgets, Display Conditions, AI Abilities, Prema...

Free 600k+ installs 4.9★ (1,677)