Re: [fossil-users] Unfortunately I still see blobs of text for commit messages

2017-03-31 Thread Warren Young
On Mar 30, 2017, at 9:32 PM, The Tick  wrote:
> 
> I don't know a lot about css but with the raw fossil html:
> 
>  that the CSS you gave 
refers to.


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Unfortunately I still see blobs of text for commit messages

2017-03-30 Thread The Tick
Never mind. I think I was going down the wrong path with this approach. 
I still have problems with using markup in the commit msgs tho. I asked 
about that in another thread.

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Unfortunately I still see blobs of text for commit messages

2017-03-30 Thread The Tick
I thought my problem with the commit messages looking like a big blob of 
text was fixed by adding:


/* THIS WORKS - Enable timeline comments to respect linefeeds. */
span.timelineComment {
  font-family: Consolas;
  white-space: pre;
}

to the css here: http://localhost:8080/setup_skinedit

Now I was poking around and looked at an individual file. The commit 
messages are again a blob. I don't know a lot about css but with the raw 
fossil html:



[3a33db7b7c]
part of check-in
[76d36a9fdd]
Support a fixed-width font in addition to the default proportional font
  Use Option.mono in Options.txt to specify a specific fixed-width font
  Add tags F,FB and FI
 (user:


I've googled to see if I could go back and edit the commit messages but 
the answers I saw were a definite "no".


Before I just throw the whole thing away and start over using that 
markup language, is there any way to salvage this?


PS. This is not years of work. I've just started learning to use fossil 
so there are only a few commits so far. In the past I had used RCS for 
my projects but fossil looked like it would be a good replacement.

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users