omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Kriss

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Kriss

    @Kriss

    0
    Reputation
    436
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Kriss Unfollow Follow

    Latest posts made by Kriss

    • option for custom bracket match

      When I type (, {, [,
      Editorial automatically close(by typing ), }, ]).
      I want to use same function for $, since LaTeX code should be inside of $ and $.
      But there is no option for bracket matching.
      I think there would be more demand for custom matcing, so It would be great if this option is added.

      posted in Editorial
      Kriss
      Kriss
    • option for refreshing preview always, or refresh button&shortcut in preview mode

      I'm using mathjax for LaTeX math rendering support by using custom template.

      $\int _a ^b f(x)dx$ - > beautifully rendered form of integral from a to b f(x)dx

      here is my template headerscript code.

      <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js">
          MathJax.Hub.Config({
              extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
              jax: ["input/TeX", "output/HTML-CSS"],
              tex2jax: { inlineMath: [["$", "$"], ["\\(", "\\)"]], displayMath: [["$$", "$$"], ["\[", "\]"]] =},
              "HTML-CSS": { availableFonts: ["TeX"], preferredFont: "TeX"},
              "showProcessingMessages": false,
              "messageStyle": "none"
          });
      </script>
      

      In the first preview, It works great.
      But when I add some math equation and preview, the added equation is not rendered.
      So I have to re-select my custom template. Then Editorial reload my document, so problem is solved.

      However, I have to tap template - myCustomTemplate every single time when I want to show my document.
      So I suggest new option, "always refresh preview." (default should be off.)

      and It would be helpful to add refresh button and keyboard shortcut(CMD+R) in preview mode.
      then whether the option is on or off, users can refresh preview contents if needed.

      posted in Editorial
      Kriss
      Kriss