Quote:
Originally Posted by mmat1
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:
<img src="\.\./\[I\]Bilder\[/I\]/img\d+.jpg" />
Why is a file name Italicized ??