[fossil-users] Using fossil just for the wiki. Images and tables?

2016-01-25 Thread John Gabriele
Hi, I needed a small wiki, possibly with a WYSIWYG editor, and have been trying out fossil --- just for the wiki so far. So far I've been unable to get inline images to show up. Does the fossil wiki support that? seems to indicate that it should. And I

[fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-25 Thread John Gabriele
Hi, Is there a syntax I can use to link from one wiki page to another? I can't find in either of these pages how to do it: http://fossil-scm.org/index.html/wiki_rules http://fossil-scm.org/index.html/md_rules I've tried the usual [[other wiki page]], OtherWikiPage, [other wiki page][], and so on

Re: [fossil-users] Using fossil just for the wiki. Images and tables?

2016-01-25 Thread John Gabriele
, > but that doesn't have a table extension, though does have other > extensions to Markdown. > > > On Mon, Jan 25, 2016 at 1:33 PM, John Gabriele > wrote: >> Hi, >> >> I needed a small wiki, possibly with a WYSIWYG editor, and have been >> trying out f

Re: [fossil-users] Using fossil just for the wiki. Images and tables?

2016-01-25 Thread John Gabriele
2016, at 02:43 PM, John Gabriele wrote: > Oh, Fossil uses Discount. Thanks, Ron! > > > On Mon, Jan 25, 2016, at 02:34 PM, Ron W wrote: >> Looking at the official Markdown >> syntax, I don't see any mention of a syntax - other than embedded >> HTML - for formatting

Re: [fossil-users] Using fossil just for the wiki. Images and tables?

2016-01-25 Thread John Gabriele
On Mon, Jan 25, 2016, at 02:46 PM, Warren Young wrote: > On Jan 25, 2016, at 11:33 AM, John Gabriele > wrote: > > > > So far I've been unable to get inline images to show up. Does the fossil > > wiki support that? > > Yes, but not in a WYSIWYG fashion.

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-25 Thread John Gabriele
On Mon, Jan 25, 2016, at 02:56 PM, Warren Young wrote: > On Jan 25, 2016, at 12:37 PM, John Gabriele > wrote: > > > > Is there a syntax I can use to link from one wiki page to another? > > It depends on the markup language you’ve selected for that page. > > >

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-25 Thread John Gabriele
On Mon, Jan 25, 2016, at 03:50 PM, Richard Hipp wrote: > On 1/25/16, Warren Young wrote: > > For Fossil wiki, the same thing is spelled: > > > > [/wiki?name=other+wiki+page|other wiki page] > > > > In the Fossil wiki it suffices to simply put the page name in [...]. > For example: > > some

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-25 Thread John Gabriele
On Mon, Jan 25, 2016, at 04:34 PM, Richard Hipp wrote: > On 1/25/16, John Gabriele wrote: > > On Mon, Jan 25, 2016, at 03:50 PM, Richard Hipp wrote: > >> On 1/25/16, Warren Young wrote: > >> > For Fossil wiki, the same thing is spelled: > >> > > >&

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-25 Thread John Gabriele
On Mon, Jan 25, 2016, at 04:40 PM, Richard Hipp wrote: > On 1/25/16, John Gabriele wrote: > >> > >> It works on the Fossil self-hosting webpage: > >> https://www.fossil-scm.org/fossil/wiki?name=Sandbox > > > > No, the page that I'm trying to link to

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-26 Thread John Gabriele
On Mon, Jan 25, 2016, at 04:49 PM, John Gabriele wrote: > On Mon, Jan 25, 2016, at 04:40 PM, Richard Hipp wrote: > > On 1/25/16, John Gabriele wrote: > > >> > > >> It works on the Fossil self-hosting webpage: > > >> https://www.fossil-scm.org/fossil/wi

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-26 Thread John Gabriele
On Tue, Jan 26, 2016, at 03:10 PM, Warren Young wrote: > On Jan 26, 2016, at 12:36 PM, John Gabriele > wrote: > > > > I think it would be very helpful if, when using Markdown, > > the Fossil wiki had built-in syntax for linking to other pages in the > > wiki. &g

Re: [fossil-users] how to link to other pages in the wiki, wiki-link syntax

2016-01-27 Thread John Gabriele
On Tue, Jan 26, 2016, at 04:48 PM, Warren Young wrote: > On Jan 26, 2016, at 2:06 PM, John Gabriele wrote: > > > > I see. You want to be able to have both of these link to the same wiki > > page: > > > >[fettuccine alfredo] > >[you might

[fossil-users] Add styling to my repo's fossil wiki?

2016-02-03 Thread John Gabriele
Is there any way I can add custom css styling to my fossil repo's wiki? Specifically, I'd like to add table borders and border-collapse. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/list

Re: [fossil-users] Add styling to my repo's fossil wiki?

2016-02-03 Thread John Gabriele
Oh! Don't know how I missed that. Thanks, Ron! On Wed, Feb 3, 2016, at 03:27 PM, Ron W wrote: > On Wed, Feb 3, 2016 at 2:25 PM, John Gabriele > wrote: >> Is there any way I can add custom css styling to my fossil >> repo's wiki? >> Specifically, I'

Re: [fossil-users] How to create a ticket link in the wiki?

2016-05-12 Thread John Gabriele
On Wed, May 11, 2016, at 06:40 PM, Warren Young wrote: > On May 11, 2016, at 4:38 PM, Richard Hipp wrote: > > > > On 5/11/16, Marko Käning wrote: > >> Referring to tickets on a wiki page like this: [968eb6376d] doesn't work, > >> where one would have to use [968eb6376d](tktview?name=968eb6376d).