DreamerChaserHAH / subtitleedit-plugins

adding Zawgyi to Unicode and winsfont to uni code for Burmese language according to a request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subtitle Edit Plugins

You can write your own plugins for Subtitle Edit in any .NET language.

What can be done with plugins

At the moment plugins can be made in these menus: File, Tools, Sync, Translate, Spell check.

A new subtitle format can also be added via a plugin.

If you want to extend Subtitle Edit somewhere else, please open an issue.

Compiling

Please compile the plugins for the "Any CPU" platform.

Framework version: If possible compile with .NET 4.0 (can be used with 4+).

Requirements

Use Nikse.SubtitleEdit.PluginLogic as Entry point namespace, take a look here.

The DLL filename must be <classname>.dll - e.g. SyncViaOtherSubtitle.dll.

About

adding Zawgyi to Unicode and winsfont to uni code for Burmese language according to a request


Languages

Language:C# 99.7%Language:HTML 0.3%