Well, css parser would definitifly be good. One of the main reason i'm using sigil.
An other anoyance i have with jutho, is the way it sets syle.
I would like to have
p
{
// whatever's neeeded
}
in the css
and <p>fsdf sdfsdf sdfsdfsdf</p> in the html
rather than
.p_normal
{
// whatever's needed
}
and <p class="p_normal" >fsdf sdfsdf sdfsdfsdf</p>
Oh, and a "remove unused style" would be dammed useful.
|