Are plugins manually added to the list? Or what?

NodeBB Plugins

Suggested Topics


  • 1 Votes
    5 Posts
    590 Views

    Thanks for letting me know and pointing me in the right direction. 👍

  • katex plugin problem

    NodeBB Plugins
    0 Votes
    2 Posts
    846 Views

    Another way is to put the following into your custom header:

    <script type="text/x-mathjax-config"> MathJax.Hub.Config ({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], skipTags: ["<pre>","<span>"] }, TeX: {equationNumbers: {autoNumber: "AMS"}, extensions: ["color.js"], Macros: {ra: "{\\rm a}", rb: "{\\rm b}", rgh: "{\\rm rgh}", rD: "{\\rm D}", cell: "{\\rm cell}", drag: "{\\rm drag}", lift: "{\\rm lift}", rd: "{\\rm d}", Kd: "{\\rm Kd}", rc: "{\\rm c}",rN: "{\\rm N}",tr: "{\\rm tr}",dev: "{\\rm dev}",mag: "{\\rm mag}",max: "{\\rm max}",min: "{\\rm min}",exp: "{\\rm exp}", rq: "{\\rm q}", rE: "{\\rm E}", dpm: "{\\rm dpm}", rT: "{\\rm T}",rP: "{\\rm P}", rW: "{\\rm W}", bfU: "{\\bf U}", bfHbyA: "{\\bf HbyA}", bfS: "{\\bf S}", bfg: "{\\bf g}", bfh: "{\\bf h}", bfT: "{\\bf T}", bfV: "{\\bf V}", bfd: "{\\bf d}", bfI: "{\\bf I}", bfK: "{\\bf K}", bfA: "{\\bf A}", bfn: "{\\bf n}", bfR: "{\\bf R}", bfM: "{\\bf M}", bfx: "{\\bf x}",bfF: "{\\bf F}", p: "{\\partial}" } } } ); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <script> $(window).on('action:posts.loaded action:ajaxify.end', function () { MathJax.Hub.Queue(["Typeset", MathJax.Hub, "content"]); }); </script>

    then you can use MathJax.

  • 0 Votes
    4 Posts
    2k Views

    we figured it was due to pm messages, possibly linked to deleted account... so deleted bunch of those and it works. Thanks!

  • 8 Votes
    4 Posts
    2k Views

    Yes, I saw it, but my needs are different: interactive maps in posts... 🙂

    I have a question: is a good idea to use a bbcode such as [map ...]? Maybe a [egmap]...[/egmap] is better? Or something else?

    I want also to add a button for the editor to add the right markup to selection with a simple click... Have you an example to suggest me?

    And when the plugin will reach a v1 stable version, how can I add it to the ACP? Ok, rtfm, I know... 🙂

    Thanks!

  • 1 Votes
    2 Posts
    2k Views

    Updated for nodebb 0.4.3