Admin/Skins page, Step 4: Make Edits gives me 4 options, CSS,Header,Footer,Details. Obviously I want to change the header but that's not referring to the <head> element of the html doc. Instead, it's referring to the <div> container of class "Header" which for all skins is the default first block in the <body> of the document. You can check this by initializing the draft1 with one of the presets such as Default(built-in) and then edit the Header it will read :
<div class="header"> etc... </div> On Mon, Apr 30, 2018 at 1:13 PM, Richard Hipp <d...@sqlite.org> wrote: > On 4/30/18, Peter Vonča <pvo...@gmail.com> wrote: > > Heya, > > > > Fossil Cookbook at > > https://www.fossil-scm.org/xfer/wiki?name=Cookbook#tinymce has a nice > guide > > on how to implement tinymce, but I'm stuck as the docs seem outdated? > AFAIK > > there's no way for me to modify the <head> except for modifying the > source > > code and rebuilding fossil? > > Got to Admin/Skins. Create a new "draft" skin. Edit it (by modifying > <head> or whatever else you need to do), test it, then publish it as > the new default skin. > > -- > D. Richard Hipp > d...@sqlite.org > _______________________________________________ > fossil-users mailing list > fossil-users@lists.fossil-scm.org > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users >
_______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users