Alright, thanks.  I'm going to have to look at the javascript files for 
other reveal.js plugins to see what they are doing, I'll see about 
generalizing this a bit then.

On Friday, January 31, 2020 at 6:14:28 AM UTC-5, Edward K. Ream wrote:
>
> On Monday, January 27, 2020 at 1:56:09 PM UTC-6, tfer wrote:
>
> > I had a problem when trying to do an import with a "tabwidth 2" 
> directive in effect, below is the body text of the node I was using:
>
> I mentioned the solution in passing in another thread.  You can set 
> c.tab_width to 2 for the import script as follows:
>
> c.tab_width = 2
> try:
>     c.recursiveImport(
>         dir_ = r'C:\leo.repo\reveal.js\js',
>         kind = '@auto',
>         recursive = True,
>         safe_at_file = True,
>         theTypes = ['.js',],
>     )
> finally:
>     c.tab_width = -4
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/4dd01fa2-f38f-4c43-a010-d8229e3dc8a0%40googlegroups.com.

Reply via email to