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 앱
기본 메뉴