home.social

#codeblock — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codeblock, aggregated by home.social.

fetched live
  1. 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
    ift.tt/f3giDO6

  2. 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
    ift.tt/f3giDO6

  3. 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. kantel.github.io/posts/2023080 #Quarto #StatischeSeiten #Styles #CodeBlock

  4. Two 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!')
    ```
    ~~~

  5. 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!')
    ```
    ~~~

    #pandoc #codeBlock

  6. 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. portableapps.com/apps/developm

    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