Beschrijving
Simple Markdown is een lichtgewicht WordPress plugin die een aangepast Gutenberg blok toevoegt voor het direct weergeven van mark-down content in je berichten en pagina’s. Perfect voor ontwikkelaars, schrijvers en iedereen die liever in mark-down format schrijft.
NEW in 1.3.0: Professional Code Beautification
* Automatic code formatting and indentation for all supported languages
* Professional copy buttons positioned as elegant tabs outside code blocks
* Language-aware beautification (JavaScript, PHP, CSS, JSON, Bash)
* Smart preservation of ASCII art and tree structures in copy-only blocks
Core functies:
- Aangepast Gutenberg blok voor mark-down inhoud
- Support for common Markdown syntax:
- Headers (H1-H6)
- Vetgedrukte en cursieve tekst
- Inline code and code blocks with copy functionality
- Links
- Ongeordende en geordende lijsten
- Blok citaten
- Professional code block rendering with:
- Automatic beautification and proper indentation
- One-click copy functionality with visual feedback
- Language labels (JavaScript, PHP, CSS, JSON, Bash)
- Tight line spacing optimized for code readability
- Clean HTML output with semantic markup
- Theme-resistant styling with robust CSS overrides
- Eenvoudige te gebruiken interface
This is the core version with all essential markdown features plus professional code handling. A Pro version with syntax highlighting and other advanced features will be available in the future.
Ondersteunde mark-down syntaxis:
# Header 1through###### Header 6**vetgedrukte tekst**en*cursieve tekst*`inline code`en code blokken met drievoudige backticks[link text](URL)voor links- itemvoor ongeordende lijsten1. itemvoor geordende lijsten> quotevoor blok citaten
Advanced Code Block Syntax:
```javascript copy– Beautified JavaScript with copy button```php copy– Beautified PHP with copy button```css copy– Beautified CSS with copy button```json copy– Beautified JSON with copy button```bash copy– Bash commands with copy button```copy– Copy button without beautification (preserves ASCII art)```– Plain code block (no beautification, no copy button)
Blokken
Deze plugin heeft 1 blok.
- Markdown
Installatie
- Upload the plugin files to the
/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activeer de plugin via het ‘Plugins’ scherm in WordPress.
- Zoek in de Gutenberg editor naar het blok ‘Mark-down’ in het blok-inserter.
- Voeg je mark-down inhoud toe en het wordt als HTML weergegeven op de front-end.
- Use advanced code block syntax like
```javascript copyfor beautified code with copy functionality.
FAQ
-
Ondersteunt deze plugin alle mark-down functies?
-
This plugin supports the most commonly used Markdown features including headers, emphasis, links, lists, code blocks with beautification, and blockquotes. It’s designed to be lightweight and fast while providing professional code handling.
-
How does the code beautification work?
-
Code blocks with language tags (like
javascript copy) are automatically beautified with proper indentation and formatting. Copy-only blocks (copy) preserve exact formatting for ASCII art and tree structures. -
Kan ik dit gebruiken met de Classic Editor?
-
Deze plugin is speciaal ontworpen voor de Gutenberg blok-editor. Voor ondersteuning van de klassieke editor kun je een andere mark-down oplossing overwegen.
-
Vereist deze plugin externe bibliotheken?
-
Nee, Simple Markdown gebruikt een aangepaste, lichte mark-down parser met ingebouwde verfraaiing algoritmen, zonder externe afhankelijkheden.
-
What’s the difference between language+copy and copy-only blocks?
-
Language+copy (
javascript copy) beautifies code AND adds copy button. Copy-only (copy) adds copy button WITHOUT beautification, preserving ASCII art and special formatting. -
Komt er een Pro versie?
-
Yes, a Pro version with syntax highlighting and advanced features is planned for the future. The current version includes professional code beautification and copy functionality.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Simple Markdown” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Simple Markdown” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.
Vertaal “Simple Markdown” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.4.2
- Fixed WordPress plugin repository validation warning by reducing tags to 5 (WordPress limit)
- Optimized plugin tags for better discoverability: markdown, gutenberg, blocks, formatting, code
1.4.1
- Updated changelog and readme documentation
- Minor maintenance release
1.4.0
- Updated Plugin URI to point to official GitHub repository
- Improved plugin repository structure for better version management
1.3.0
- MAJOR FEATURE: Professional code beautification system with language-aware formatting
- NEW: Advanced copy functionality with elegant tab-style buttons positioned outside code blocks
- NEW: Language-specific auto-beautification for JavaScript, PHP, CSS, JSON, and Bash
- NEW: Smart preservation system – copy-only blocks (“`copy) maintain exact formatting for ASCII art
- NEW: Three-tier code block processing: beautified language blocks, copy-only preservation, plain blocks
- Enhanced: Copy buttons now positioned as professional tabs matching language tag styling
- Enhanced: Automatic multi-line formatting with proper indentation for compressed code
- Enhanced: One-click copy functionality with visual feedback (“copy” “copied!” “copy”)
- Enhanced: Robust theme-resistant CSS with improved code block styling
- Enhanced: Strategic line break insertion for better code readability
- Technical: Complete rewrite of code block processing with placeholder protection system
- Technical: Language-aware beautification algorithms for each supported syntax
- Perfect foundation for Pro version with syntax highlighting capabilities
- Maintains ultra-lightweight approach with zero external dependencies
1.1.2
- Extreem strakke regelafstand (0,4) voor code blokken – maximale dichtheid zonder tekst overlap
- Perfect voor ASCII kunst, boomstructuren en dichte code voorbeelden
1.1.1
- Ultra-minimale regelafstand (1,05) in code blokken – regels zo dicht mogelijk bij elkaar zonder overlapping
- Standaard lettertype grootte van de paragraaf (1em) voor leesbaarheid
- Perfect voor boomstructuren, code voorbeelden en technische documentatie
1.1.0
- Grote verbetering: verbeterde code blok weergave met professionele strakke regelafstand
- Robuuste CSS overschrijvingen toegevoegd om interferentie van het WordPress thema te voorkomen
- Correcte afhandeling van witruimte voor code blokken geïmplementeerd
- Significantly improved code readability and appearance
1.0.2
- Vaste regelafstand voor code blokken voor betere uitlijning
- Verlaagde regelhoogte in code blokken van 1,4 naar 1,2 voor kleinere spaties
1.0.1
- Vaste mark-down weergave lettertypegroottes en regelafstand
- Verbeterde typografie voor betere leesbaarheid
- Betere afstand tussen elementen
1.0.0
- Initiële release
- Aangepast Gutenberg blok voor mark-down rendering
- Ondersteuning voor headers, nadruk, links, lijsten, code blokken en blok citaten
- Schone HTML uitvoer met de juiste semantische mark-up


