View Single Post
Old 01-29-2016, 12:04 PM   #23
rubeus
Banned
rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.
 
Posts: 272
Karma: 1224588
Join Date: Sep 2014
Device: Sony PRS 650
New Version in #1 with minor improvements:

  • title tag is now empty
  • version correct
  • template for generated filenames available
  • if the number of added files is larger than 3 only a summary is shown and the faulty filenames can be seen in the launcher window

If you are not satisfied with the xhtml filenames you can now change this. But currently there is no GUI element available.

Start the plugin once. After finishing you will have a preference file in sigils plugins_prefs directory:

Code:
{
  "filename_template": "SVG_%f_%e",
  "lastDir": "..."
}
Change the template to whatever you want, %f is replaced with the filename of the image, %e is replaced with the extension of the image. The default guarantees that the filenames are unique.

Code:
{
  "filename_template": "%f",
  "lastDir": "..."
}
will bring back the old naming, but resulting filenames may conflict now.

Last edited by rubeus; 01-29-2016 at 12:07 PM.
rubeus is offline   Reply With Quote