Skip to content

babs/dokuwiki-plugin-stlviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dokuwiki STL Viewer plugin

Embed STL render using Viewstl.com excellent library v1.13

Options

Options are URL encoded a=1&b=2 etc

  • manual: Do not render automatically, show a link to trigger it
  • noop: disable rendering (link instead)
  • s: size in pixel (defines height and width in one call)
  • h: height in pixel
  • w: width in pixel
  • color: color of the object
  • bgcolor: background color

Changelog

  • 2024-04-09
    • fix background color (@Ragos81)
  • 2022-09-07
    • update stlviewer to v1.13 (@KaiMartin)
    • short download link (@Laserlicht)
  • 2022-01-25
    • Fix for subfolder path (@Juergen-aus-Zuendorf)
  • 2020-04-25
    • Initial release