• Resolved Doobeedoo

    (@doobeedoo)


    Hello,

    Thanks for this nice plugin

    Got an issue : this code is generated by a plugin, and is rendered in the table of contents :

    <script id="tmpl-nf-mp-part-title" type="text/template">
    	<h3><span id="_datatitle">
    		{{{ data.title }}}
    	</span></h3>
    </script>

    Any way to remove it from the TOC ?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • conjur3r

    (@conjur3r)

    Have you tried the exclude headings option? It’s under Settings > TOC+ > Advanced. It can take some regular expression so try:

    *data.title*
    {{{ data.title }}}
    \{\{\{ data\.title \}\}\}

    Pretty sure the top one should do it but haven’t tested it myself.

    Thread Starter Doobeedoo

    (@doobeedoo)

    Thanks Mike, it worked

    Thread Starter Doobeedoo

    (@doobeedoo)

    Solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Takes h3 from Javascript’ is closed to new replies.