home.social

#codeblock — Public Fediverse posts

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

  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. 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

  4. Chào mừng Lumina Code Frame! Gói NPM mới này cung cấp một React component để hiển thị khối code đẹp mắt với chủ đề gradient và tính năng AI (refactor, giải thích code). Được xây dựng với React, TypeScript, Gemini API và Tailwind. Tác giả cũng chia sẻ những bài học khi phát hành gói NPM đầu tiên của mình.
    #React #NPM #CodeBlock #AI #WebDev #LuminaCodeFrame #LậpTrình #DựÁnPhụ

    reddit.com/r/SideProject/comme

  5. If you need to parse metadata of markdown code fences (besides language), I just published `@microflash/[email protected]`. Give it a shot. I also managed to remove all third-party dependencies.

    github.com/Microflash/fencepar
    npmjs.com/package/@microflash/

    #markdown #codeblock #codeblocks

  6. If you need to parse metadata of markdown code fences (besides language), I just published `@microflash/[email protected]`. Give it a shot. I also managed to remove all third-party dependencies.

    github.com/Microflash/fencepar
    npmjs.com/package/@microflash/

    #markdown #codeblock #codeblocks

  7. 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

  8. 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

  9. 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

  10. Testing some markdown in @elk client for Mastodon (elk.zone)...

    Text:
    Regular
    **Bold**
    ***Bold Italic***
    *Italic*
    ~~Strikethrough~~


    Code Block:
    ```json
    {
    "firstName": "John",
    "lastName": "Smith",
    "age": 25
    }
    ```

    Basic markdown works, but strikethrough isn't maintained during edit in Elk.

    #Mastodon #Elk #Markdown #Writing #Code #GameDev #SWDev #WebDev #CodeBlock #SyntaxHighlighting

  11. 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

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

  13. 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

  14. 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

  15. 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

  16. 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

  17. 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