View Single Post
Old 12-04-2015, 02:11 AM   #29
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
The plugin runner window shows up clearly the break between Sigil itself and the plugins: A plugin isnt working on the data directly but on a copy which can be send back. If this wouldnt be so clear more peoplewill ask for a plugin working more integrated in Sigil (for example paste imagesa dn the workaround by doits works, but isnt really smoothly integrated,)

The only thing i miss a little bit is the possibility to insert code having some special attributes.

For example inserting images. I dont want them to blow up on hires screens over the "natural" size so i have a common code snippet and to make it individual to each image i'm applaying the with via inline stylesheet:

Code:
<div...>
<img ... style="max-width=xxxpx;" />
</div>
would be extremly helpful when this could be more automated. Currently i have a plugin creating an allpic html file containing the code snippets go each picture so i can copy & paste the code.

But when i remember the 034 and what was possible in former times...
rubeus is offline   Reply With Quote