All Projects → ptasker → acf-code-field

ptasker / acf-code-field

Licence: other
WordPress ACF Plugin to add a Codemirror powered field

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to acf-code-field

caucus
Realtime Collaborate Editor with Embedded Compiler
Stars: ✭ 278 (+717.65%)
Mutual labels:  codemirror
dword
Web editor based on CodeMirror
Stars: ✭ 37 (+8.82%)
Mutual labels:  codemirror
codemirror-blocks
A library for building language-specific, CodeMirror-friendly editors that are a11y-friendly.
Stars: ✭ 22 (-35.29%)
Mutual labels:  codemirror
ClearWriter
A silent notepad.
Stars: ✭ 25 (-26.47%)
Mutual labels:  codemirror
acf-conditional-logic-advanced
Advanced Custom Fields - Conditional Logic Advanced
Stars: ✭ 31 (-8.82%)
Mutual labels:  acf
react-code-preview
Code edit preview for React.
Stars: ✭ 52 (+52.94%)
Mutual labels:  codemirror
wc-codemirror
CodeMirror as a vanilla web component
Stars: ✭ 31 (-8.82%)
Mutual labels:  codemirror
acf-field-group-composer
Configuration builder for advanced custom fields field groups
Stars: ✭ 37 (+8.82%)
Mutual labels:  acf
sleek
The WordPress Theme for Developers.
Stars: ✭ 35 (+2.94%)
Mutual labels:  acf
phpPgAdmin6
PHP7+ Based administration tool for PostgreSQL 9.3+
Stars: ✭ 45 (+32.35%)
Mutual labels:  codemirror
acf-overview
ACF Overview allows to quick view configuration of all field groups
Stars: ✭ 19 (-44.12%)
Mutual labels:  acf
TW5-codemirror-plus
An attempt to make a better writing experience for TW using codemirror.
Stars: ✭ 26 (-23.53%)
Mutual labels:  codemirror
ink
The flexible TypeScript Markdown editor that powers https://octo.app
Stars: ✭ 82 (+141.18%)
Mutual labels:  codemirror
Bilibili-Column-Helper
bilibili专栏助手,已Archive,后续可能port到vscode插件。
Stars: ✭ 26 (-23.53%)
Mutual labels:  codemirror
codemirror-promql
PromQL support for the CodeMirror code editor
Stars: ✭ 35 (+2.94%)
Mutual labels:  codemirror
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+320.59%)
Mutual labels:  codemirror
fongshen-editor
A highly customizable code-inserting editor for markdown or other languages
Stars: ✭ 35 (+2.94%)
Mutual labels:  codemirror
TW5-CodeMirror-Enhanced
An enhanced for CodeMirror framework in TiddlyWiki, including TW5 highlight, WikiLink auto-completion, expandable hint, snippets, etc.
Stars: ✭ 24 (-29.41%)
Mutual labels:  codemirror
codemirror-buttons
CodeMirror buttons addon
Stars: ✭ 30 (-11.76%)
Mutual labels:  codemirror
magento-advanced-code-editor
An advanced code editor that'll make it much easier to write clean markup for CMS pages, static blocks, product pages and Transactional Emails.
Stars: ✭ 19 (-44.12%)
Mutual labels:  codemirror
=== ACF Code Field ===

Contributors: ptasker
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW
Tags: Advanced Custom Fields, ACF, Codemirror, code, code editor, code coloring, code highlighting, WordPress IDE, syntax highlighter
Requires at least: 3.0.1
Tested up to: 5.2
Stable tag: 1.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Code field for Advanced Custom Fields (ACF)


== Description ==
Code field for [Advanced Custom Fields](https://www.advancedcustomfields.com). Works with ACF versions 4 (free) and 5 (Pro). Based on the [Codemirror](https://codemirror.net/) javascript plugin.

Plugin requires ACF free or pro to be installed to function.


== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/acf-code-field` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. In the ACF custom fields manager, the option for the code field will be under the "Field Type" drop down under "Code Tools"


== Frequently Asked Questions ==


= What version fo ACF does this work with? =

Currently the plugin works with the free (v4) and PRO (v5) versions.


= Does the plugin escape or sanitize any data? =

It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them


== Screenshots ==

1. Settings page screenshot
2. Editor screenshot with the Monokai theme enabled.

== Changelog ==

= 1.8 =
 * Fix up CodeMirror to update correctly with Gutenberg/new Editor 🎉💪

= 1.7 =
 * Using WP Core's built-in CodeMirror JavaScript and CSS if > WP 4.9

= 1.6.4 =
 * Updating tested up to 4.9

= 1.6.3 =
 * Readme.txt fix for new UI
 * CSS fix for flexible content areas

= 1.6.2 =
 * Loading in all CodeMirror css themes as options for editor colors
 * Adding PHP support to the v4 plugin
 * Updating codemirror to version 5.23

= 1.6.1 =
 * Bumping tested up to version

= 1.6 =
* Improvement: Adding PHP language editor support
* Improvement: Making height automatically grow to the height of the content
* Bug fix: Hidden panels using the code field need to be clicked on to display contents


= 1.5 =
* Bug Fix: Adding support for flexible content fields
* Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page


= 1.0 =
* First deploy and commit to wordpress.org repository



== Upgrade Notice ==

= 1.6.3 =
 * CSS fix for flexible content areas

= 1.6.2 =
 * Loading in all CodeMirror css themes as options for editor colors
 * Adding PHP support to the v4 plugin
 * Updating codemirror to version 5.23

= 1.6.1 =
 * Bumping tested up to version

= 1.6 =
Adding PHP language editor support


= 1.5 =
Adding support for using ACF Code Field inside Flexible Content and Repeater Fields
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].