Hi Eric, The drag and drop feature seems does not work with tiddlers in their title have spaces like [[copyright 1]]
To reproduce the issue 1. goto http://tiddlytools.com/InsideTW/ 2. activate author tools by clicking on the lock pad on top right 3. open Copyrights tiddlers 4. clone it and change its caption to like Copyrights 1 with title Legal/Copyrights 1 5. save 6. now in table of contents try to relocate this new tiddler using drag and drop 7. only drop as a child works 8. it seems the error come from here <$action-listops $tiddler=<<newtag>> $field="list" $subfilter="[enlist<order>] -[<actionTiddler>] +[append<actionTiddler> putbefore<item>]" /> the enlist should be the source of issue. --Mohammad On Saturday, January 25, 2020 at 3:44:39 PM UTC+3:30, Eric Shulman wrote: > > On Saturday, January 25, 2020 at 3:26:21 AM UTC-8, Mohammad wrote: >> >> Recently Eric Shulman shared a very impressive tool which can be used for >> authoring! >> It can create an outliner, a feature (outlining) quite necessary in long >> writings like novels, theses, project reports,... >> It is a smart designed Table of Contents (TOC) generator. >> > and much more ... >> > > In the "much more" category, see > http://tiddlytools.com/InsideTW/#TiddlyTools%2FNavBar%2FBottom > > * <<toc-list>> (defined in TiddlyTools/TOC/Macros) is a VERY simple > recursion, that returns the entire TOC contents as a simple list of tiddlers > \define toc-list(here,exclude) > <$list filter="""[title[$here$]tagging[]] $exclude$ -[[$here$]]"""> > <$link/><br> > <$macrocall $name="toc-list" here=<<currentTiddler>> exclude="""$exclude$ > -[[$here$]]"""/> > </$list> > \end > > * TiddlyTools/NavBar/Bottom is a ViewTemplate addition that uses the > <<toc-list>> output to present next/previous buttons to provide a > "sequential reader" interface that lets you step through all the TOC items, > one at a time. > > enjoy, > -e > > > > > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/21c82f35-9d5b-4223-a101-9c0c3789c5e6%40googlegroups.com.

