Menu

#1127 Markdown and ReStructuredText(ReST) filter

future
open
nobody
None
5
2017-02-18
2015-09-14
No

It will be useful when supporting Markdown and ReST as source text format.
There are many OSS document written by these format.

Discussion

  • Hiroshi Miura

    Hiroshi Miura - 2016-08-29

    I've just start a project to implement markdown filter.
    https://github.com/miurahr/omegat-markdown-plugin

     

    Last edit: Hiroshi Miura 2016-08-30
  • Hiroshi Miura

    Hiroshi Miura - 2016-10-15

    Also started ReST filter project.
    https://github.com/miurahr/omegat-rst-plugin

     
  • Hiroshi Miura

    Hiroshi Miura - 2017-02-18

    **reStructured text **

    Popular processing engine Sphinx has an internationalize feature.

    http://www.sphinx-doc.org/en/1.5.1/intl.html

    It can generate a message catalog template (.pot) file and translator can make a translation as gettext message catalog (.po) file.
    sphinx will generate translated and rendered output in HTML, PDF and so on.

    As you know, PO file is a genuine supported format for OmegaT, then OmegaT user can work with reST document.

    There is difficulty in development for omegat-rst-plugin because of lack of feature in rst parser.
    I decided to stop development of omegat-rst-plugin and I'd like to recommend to use Sphinx internatinalize feature.

     

Log in to post a comment.

Auth0 Logo