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 应用
主菜单