A code highlighter for Google Docs.
تم تحديث البيانات في:5 أكتوبر 2021
يتوافق مع:
+10 ألف
نظرة عامة
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
القائمة الرئيسية