Thread: 0.5.0 Released
View Single Post
Old 01-31-2012, 06:44 PM   #100
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,086
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by mmat1 View Post
Hello,
i've some questions refering to Sigil 0.5.0
- wildcard search is gone, why (i'm missing it) ?
- translating the foldernames in the book-browser is imo not a good idea, since <img src="../Bilder/img0.jpg" /> will not work. Is there a simple way to turn these few translation back ?
You need to escape REGEX special chars
Code:
 [ ] .+*( )$?|
Code:
<img src="\.\./\[I\]Bilder\[/I\]/img\d+.jpg" />
Why is a file name Italicized ??
theducks is online now   Reply With Quote