Skip to content

medmen/dokuwiki-plugin-scrollticker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokuwiki-plugin-scrollticker

plugin that turns an unordered list into a scrolling newsticker

how to use?

simply wrap an unordered list into the tags

<scrollticker> my list </scrollticker>

besides ordinary lists, also lists generated by dokuwiki functions will work. For example you could fetch a list with links to the last three items of a discussion from the discussion plugin:

<scrollticker> {{threads>*&count=3&skipempty&simplelist}} </scrollticker>

or you could fetch a list with links to the articles in namespace "news" tagged with "latest", using the tag plugin

<scrollticker> {{topic>news?latest}} </scrollticker>

In fact, that was my main goal when i started this...

Feel free to improve, share and debug!

About

plugin that turns an unordered list into a scrolling newsticker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published