All results for “markdown”
API
Markdown/Parsedown Extra module
Markdown/Parsedown extra lightweight markup language by Emanuil Rusev. Based on Markdown by John Gruber.
HTML Entity Encoder (htmlspecialchars) module
Entity encode ampersands, quotes (single and double) and greater-than/less-than signs using htmlspecialchars(str, ENT_QUOTES). It is recommended that you use this on all text/textarea fields except those using a rich text editor or a markup language like Markdown.
$sanitizer->entitiesMarkdown(string $str, $options = []) apivar.method
Entity encode while translating some markdown tags to HTML equivalents
Inputfield::entityEncode(string $str, $markdown = false) class.method
Entity encode a string with optional Markdown support.
TextformatterMarkdownExtra::format($str) module.method
TextformatterMarkdownExtra::formatValue($page, $field, $value) module.method
TextformatterMarkdownExtra::safeMode($safeMode = null) module.method
Get or set safe mode
TextformatterMarkdownExtra::markdown($str, $flavor = null, $safeMode = null) module.method
Given a string, return a version processed with markdown
TextformatterMarkdownExtra::markdownSafe($str, int $flavor = 0) module.method
Given a string, return a version processed with markdown in safe mode
TextformatterMarkdownExtra::getParsedown($flavor = null) module.method
@param int|null $flavor
TextformatterMarkdownExtra::markdownExtensions(string $str) module.method
A few RCD extentions to MarkDown syntax, to be executed after Markdown has already had it's way with the text
ProcessModule::executeReadme() module.method
Execute view of supported README type markdown or txt file
Modules
MarkdownImporter 0.1.0
Converts uploaded .md files to HTML and stores each as a Repeater item with a richtext field.
InputfieldSimpleMDE 1.0.8
SimpleMDE Markdown Editor for Processwire
InputfieldImageMarkdownCodeAdditionalFields 1.0.2
Adds information to image fields. Helpful when using the markdown editor in text fields.
CopyMarkdown 0.1.0
Adds icons to images and files that allow you to copy a Markdown string to the clipboard. When you click the icon a message at the top left of the screen notifies you that the copying has occurred.
TextformatterMarkdownInMarkup 0.0.1
Enables markdown to be used in existing markup/HTML like that from CKEditor.
PageMarkdown 1.1.4
Export any page to a clean Markdown file. Adds an export button to the page editor.
Blog
ProcessWire 2.6.19 plus guide to optional core modules Blog
ProcessWire 2.6.19 contains numerous updates working towards PW 2.7. This post also contains a comprehensive overview of optional (uninstalled) core modules, some of which you may want to install!
ProcessWire core and ProFields updates (2.5.22) Blog
Image caption support in the rich text editor. Upload support now provided in image selection window. Major upgrade to ProFields Textareas fieldtype. Markdown Textformatter module now with Parsedown support. And more.
Output formatting in ProcessWire Blog
Pages have fields, fields have values, and those values can be either formatted or unformatted in ProcessWire. This post tells you everything you need to know about output formatting and how to use it to your benefit.
ProcessWire 3.0.244 new main/master version Blog
ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details.
A look at FormBuilder v34 Blog
This week we take a look at what’s new in the latest version of ProcessWire FormBuilder, followed by a how-to guide and reference for using hooks to intercept and customize form rendering, processing, validation and more.
ProcessWire 2.6 is here! Blog
Today I’m proud to announce that ProcessWire 2.6 has been officially released. After 30 releases of our dev branch over 7 months, we are now at our most solid version ever: ProcessWire 2.6.
ProcessWire 3.0.16 continues expanding documentation and more Blog
The ProcessWire 3.x API reference documentation continued to expand this week with major updates and more than 20 new core classes getting comprehensive coverage.
ProcessWire 3.0.125 core updates Blog
ProcessWire 3.0.210 new main/master version Blog
140 commits, 55 resolved issues, dozens of new features, eight contributors, and five new pull requests make yet another great new version of ProcessWire.
ProcessWire and AI Blog
How ProcessWire works with AI, my experience learning to use AI with ProcessWire, how ProcessWire aims to be more accessible to AI agents, and a new Agent Tools module enabling AI agents to work inside ProcessWire.
General
Textarea (FieldtypeTextarea) multi-line text Docs
The Textarea Fieldtype is designed to hold any amount of text. Typically Textarea is used for multi-line text values. It is also used for rich text (CKEditor) fields.