#codeblock — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codeblock, aggregated by home.social.
-
Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort[…]
#WordPress #WordPresscom #codeblock #codeeditor #syntaxhighlighting
https://ift.tt/f3giDO6 -
Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort[…]
#WordPress #WordPresscom #codeblock #codeeditor #syntaxhighlighting
https://ift.tt/f3giDO6 -
Markdown Code Blocks - detailed description:
https://www.glukhov.org/post/2025/07/markdown-codeblocks/
#markdown #codeblock #howto #hugo #wiki -
Markdown Code Blocks - detailed description:
https://www.glukhov.org/post/2025/07/markdown-codeblocks/
#markdown #codeblock #howto #hugo #wiki -
Pimp my Quarto Site
Erinnert Ihr Euch an Albert Rapp, den Schöpfer des »Ultimate guide to starting a Quarto blog? Der auch das Video »How to style your Quarto blog without knowing a lot of HTML/CSS« veröffentlicht hatte? Beides hatte ich im Schockwellenreiter ja schon lobend erwähnt. https://kantel.github.io/posts/2023080502_pimp_quarto/ #Quarto #StatischeSeiten #Styles #CodeBlock
-
Two #Markdown tricks to “nest” code blocks, i.e., to use backtick-based code block syntax within a code block:
① More backticks for the outer block:
````` markdown
``` r
print('Hello!')
```
`````② Tildes:
~~~ markdown
``` r
print('Bonjour!')
```
~~~ -
Two #Markdown tricks to “nest” code blocks, i.e., to use backtick-based code block syntax within a code block:
① More backticks for the outer block:
````` markdown
``` r
print('Hello!')
```
`````② Tildes:
~~~ markdown
``` r
print('Bonjour!')
```
~~~ -
Reihe: Tools, die ich nutze
Als Springer zwischen der FLOSS-Linux- und der Microsoft-Welt möchte ich nach Möglichkeit freie Software nutzen, die in beiden Welten lebt. Täglich brauche ich Nur-Text-Editoren, für Konfigurationsdateien, manuelle Loganalyse usw. Code::Block hat es mir als genereller Entwicklungseditor sehr angetan, aber als Alltags-Editor ist er doch (noch) nicht geeignet, fragt zu viel, bis er eine Datei einfach mal öffnet.
In der Microsoft-Welt komme ich immer wieder auf Notepad++ zurück. https://portableapps.com/apps/development/notepadpp_portable
In Linux Mint habe ich den als Notepad Next im Software Manager (als Flatpak) gefunden.
#NotepadPlusPlus #NotepadNext #CodeBlock #Editor #ASCIIEditor #LinuxFork #FLOSS #Linux #Microsoft #Windows