Markdown filter: support UI for codefinder

Issue #604 resolved
Chase Tingley created an issue

The Markdown filter uses the inline code finder to clean up some edge cases and allow for customization. However, the filter params have no UI implementation, so the configuration has to be done by hand. I think there's a standard Inline Code Finder UI that I can just plug in here...

Comments (3)

  1. YvesS

    Yes, the class InlineCodeFinderPanel in net.sf.okapi.common.ui.filters (in the okapi-core-ui project) can help.

    Meanwhile, the rules can be edited using Rainbow's "Tools > Edit Code Finder Rules" and using the Copy to/from Clipboard buttons.

  2. Log in to comment