A code highlighter for Google Docs.
商店資訊更新日期:2021年10月5日
適用裝置:
1萬+
總覽
Kodify is a text highlighter for Google Docs based on markdown. You can add backticks (`) around any words to format them to have an `inline code style`. After you add them, go to the Google Docs Menu bar above, and press `Kodify > Apply Style`.

If you want to apply the style to a code block, surround the block with three backticks, as below. Here's an example for C# highlighting.


```
using System.IO.Compression;

#pragma warning disable 414, 3021

namespace MyApplication
{
    [Obsolete("...")]
    class Program : IInterface
    {
        public static List<int> JustDoIt(int count)
        {
            Span<int> numbers = stackalloc int[length];
            Console.WriteLine($"Hello {Name}!");
            return new List<int>(new int[] { 1, 2, 3 })
        }
    }
}
```

Kodify also allows for the code blocks to be given a different style. Here's an exhaustive list of those styles:

```style:bad
# This will make the code block slightly red, and can help prevent users
# from trying to copy and paste code from blocks you are telling them
# are an anti-pattern/broken/bad.
```

```style:good
# This makes the code block slightly green.
```
See the screenshots for the final results!
其他資訊
定價未提供
開發人員
交易商狀態不明
Kodify 將會要求下方所示的權限。瞭解詳情
Kodify 將需要存取您的 Google 帳戶
這項操作將授予「Kodify」下列權限:
查看您的主要 Google 帳戶電子郵件地址
查看您的個人資訊,包括您已公開的任何個人資訊
評論
語言:
排序依據:
Google 不會驗證評論或評分。 進一步瞭解評論內容
沒有留言
搜尋
清除搜尋內容
關閉搜尋
Google 應用程式
主選單