Feature Request: CSS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Referencer |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
I sometimes like to look at my .reflib file as raw XML using a CSS stylesheet. To this end, I've added a line to my .reflib file:
<?xml-stylesheet href="reflib.css" type="text/css"?>
It would be nice if Referencer didn't remove line every time it saves.
It would be *really* nice if Referencer allowed me to specify an external CSS file.
It would be really, *really* nice if Referencer allowed me to edit internal CSS, so that the resulting file looked like this:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="#css" type="text/css"?>
<library>
<manage_target braces="true" utf8="false"
<style id="css">
... CSS stuff here ...
</style>
<taglist>
...
The first option, however, would be sufficiently nice.
I'm curious: can you attach the CSS file that you use?