Re: Markdown support inside JSPWiki

2022-03-22 Thread Dirk Frederickx
Hi Juan, Great to see the progress you are making on this ! I'm definitely excited to try this out; and will surely have a look at the W.Snips.Markdown.js. BR dirk On Tue, Mar 22, 2022 at 1:17 PM Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi Dirk! > > finally had some

Re: Markdown support inside JSPWiki

2022-03-22 Thread Juan Pablo Santos Rodríguez
Hi Dirk! finally had some time to work on this. Latest push on master should load a Markdown specific Wiki.Snips.js file ([#1]) when jspwiki.syntax=markdown is provided as a wiki property :-) I finally went with separate files instead of overwritting the snips b/c I thought this way is easier to e

Re: Markdown support inside JSPWiki

2022-01-17 Thread Dirk Frederickx
Hi Juan, >> inline feedback, On Mon, Jan 17, 2022 at 12:43 AM Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi Dirk!, > > I've been looking at the source, and I'm not sure I'm following. > Wiki.Snip.js seems to be responsible of the wiki syntax displayed by > the editor, ri

Re: Markdown support inside JSPWiki

2022-01-16 Thread Juan Pablo Santos Rodríguez
Hi Dirk!, I've been looking at the source, and I'm not sure I'm following. Wiki.Snip.js seems to be responsible of the wiki syntax displayed by the editor, right? I was thinking of providing one Wiki.Snip.js via wiki:IncludeResources. The specific file would be selected depending on a property on

Re: Markdown support inside JSPWiki

2022-01-14 Thread Dirk Frederickx
Hi Pablo, Good to see how this is progressing. Happy to help on building the markdown support into the editor. The SNIP editor is build to be pluggable, and this would be a good test case. You should only provide a specific "Markdown.Snipe.Command.js" file. Would you have a specific markdown ed