Motivation
AutoSectionsPlugin is a small enhancement but very handy.
Description and Documentation
How about including
AutoSectionsPlugin in future TWiki releases?
Examples
Impact
Implementation
--
Contributors:
Hideyo Imazu - 2014-10-16
Discussion
+1
--
Peter Thoeny - 2014-10-16
Accepted by release meeting at
KampalaReleaseMeeting2014x10x16.
I recommend to make the on-hover mode the default.
--
Peter Thoeny - 2014-10-17
Makes sense. Will do.
--
Hideyo Imazu - 2014-10-20
I noticed that this plugin is not yet included in
SVN trunk.
See also newly discovered
TWikibug:Item7724
.
--
Peter Thoeny - 2016-02-15
Before bundling it to release, Mahiro wants to enhance a bit. But he's been busy and hasn't done yet.
TWiki:Plugins/AutoSectionsPlugin
was not up to date. So is
TWiki:TWiki06x00/AutoSectionsPlugin
. I've uploaded the latest one at
TWiki:Plugins/AutoSectionsPlugin
. Can you please update AutoSectoinsPlugin on twiki.org? Or, I can do it if you tell me how.
--
Hideyo Imazu - 2016-02-15
I did a manual install on TWiki.org based on the latest package at
Plugins.AutoSectionsPlugin.
Let's test
TWikibug:Item7724
:
Test Case TOC:
Test Case Headers:
TODAY( ) -- serialized date of today at midnight GMT
Raw text:
---+++ TODAY( ) -- serialized date of today at midnight GMT
TRANSLATE( text, from, to ) -- translate text from one set of characters to another
Raw text:
---+++ TRANSLATE( text, from, to ) -- translate text!! from one set of characters to another
TRIM( text ) -- trim spaces from text
Raw text:
---+++ TRIM( text ) -- trim spaces from text
--
Peter Thoeny - 2016-02-16
TWikibug:Item7724
still persists after plugin upgrade.
In addition, the font size on "raw view" and "edit" on hover is now very big.
--
Peter Thoeny - 2016-02-16
Found the issue on big font size: TWiki.org uses a non-standard
TWiki06x00 web name for the system web (not
TWiki), and a non-standard pub path
/p/pub. The plugin however has hard-coded values for pub path and system web:
\@import url('/pub/TWiki/AutoSectionsPlugin/AutoSections.css');
--
Peter Thoeny - 2016-02-16
In addition,
/pub/TWiki/AutoSectionsPlugin/AutoSections.css is missing in the package, but exists in
SVN trunk.
--
Peter Thoeny - 2016-02-16
For now I hardcoded the TWiki.org specific path, and copied the css from
SVN trunk. Now te style looks OK on TWiki.org.
--
Peter Thoeny - 2016-02-16
The css bug is tracked at
TWikibug:Item7725
--
Peter Thoeny - 2016-02-16
Peter, thank you for point it out. I've checked in the fix and uploaded the fixed package.
--
Hideyo Imazu - 2016-02-16
Thanks Hideyo-san for the fast turnaround!
--
Peter Thoeny - 2016-02-16