Tag Archives: fossil style

HTML Editing in Fossil: Tickets, Wiki, Comments & Events

This entry is part 5 of 5 in the series Fossil-SCM

imageDo you want to use an HTML editor in Fossil, would like semantically correct code that is sanitized appropriately, but don’t want to clutter up your repository with useless javascript, css, and image files? Well, here’s a guide especially for you!

If you’re only interested in the skin configuration for the solution (including the ‘google code’ type styling in use on my repositories), jump here. If you’re interested in integrating things into your own skin, download this zip file, and then follow through the tutorial!
Continue reading

highlight.js

Highlighting Code & Diffs in Fossil’s UI

This entry is part 4 of 5 in the series Fossil-SCM

highlight.jsIn a previous post and associated email on the fossil-users list, I had promised a write-up of how to get nice diff highlighting. Considering how long ago I wrote that post, I think it is obvious I might have forgotten about it. A recent email chain on the same list snapped me out of it. Thanks to this response to my original fossil styling tutorial on the user list, you will find a simple solution that doesn’t require committing anything to your fossil repository that will highlight your source code and your diffs.

Continue reading

image.png

Setting Fossil up with Style

This entry is part 2 of 5 in the series Fossil-SCM

imageThe default Fossil style is, to me, a bit old-school, and not in the good way. You can see an example of it at this repository. While there are several options for skins available, and the best of these is the one used by the main Fossil page, I was looking for something a little more modern.

After a trusty round trip to Google, I found that another user, Dmitry @ Coding Robots that had created a style based on Google. Perfect! He was even kind enough to send me his settings as he uses them in Fossil. Thanks Dmitry!

Continue reading