A code highlighter for Google Docs.
Listing updated:October 5, 2021
Works with:
10K+
Overview
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!
Additional information
PricingNot available
Developer
Trader status unspecified
Privacy policy
Terms of service
Kodify will ask for the permissions shown below. Learn more
Kodify will need access to your Google account
This will allow Kodify to :
See your primary Google Account email address
See your personal info, including any personal info you've made publicly available
Reviews
Language:
Sort by:
Google doesn't verify reviews or ratings. Learn more about reviews
Profile Picture
Prateek Jain
April 26, 2024
This is one of the best extension when working with Google Docs, easy syntax highlighting when sharing code with other members.
Is this review helpful?
Yes
No
Profile Picture
Justin Lee
July 11, 2023
This one is much better than other ones I've tried.
Is this review helpful?
Yes
No
Profile Picture
Meng Huang
February 25, 2023
Simple and effective, but I gave a 3-star because it was still a little bit buggy sometime. It can mistakenly convert a converted/kodified text back to normal text, or delete inserted draws.
Is this review helpful?
Yes
No
Profile Picture
AliReza
April 10, 2023
This is great and very helpful
Is this review helpful?
Yes
No
Profile Picture
Soura Bhattacharyya
August 10, 2022
Simple, effective, works exactly as advertised.
Is this review helpful?
Yes
No
Profile Picture
Vick Khera
April 1, 2022
This works well. It seems to auto-detect code language with no way to explicitly specify it. I like that it requires minimal permissions (unlike the most popular code formatter plugin).
Is this review helpful?
Yes
No
Profile Picture
Tianyu Geng
June 30, 2022
Best markdown like formatter in the market!
Is this review helpful?
Yes
No
Profile Picture
Kirill Groshkov
April 3, 2022
Works like charm!
Is this review helpful?
Yes
No
Profile Picture
Hector Tellez
December 6, 2021
So easy to use. Thanks Mark.
Is this review helpful?
Yes
No
Profile Picture
Rashid Safarov
September 29, 2021
Doesn't work at all
Is this review helpful?
Yes
No
1-10 of 12
Search
Clear search
Close search
Google apps
Main menu