|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Pebble markup languageHi list,
I am using pebble for some time now and am pretty satisfied. One really cool feature I am missing is a nice way of writing blog-posts in a non-HTML fashion. For example by using a plain wiki-markup or - even nicer - the cool markdown format (http://en.wikipedia.org/wiki/Markdown) Would that be easy to integrate within pebble? Best regards, Chris ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Pebble-user mailing list Pebble-user@... https://lists.sourceforge.net/lists/listinfo/pebble-user |
|
|
Re: Pebble markup languageHi Chris,
I've got some good news for you :) I've already implemented a markdown plugin for Pebble. It's part of the Pebble mobile plugin, I implemented it in there because entering HTML markup on a mobile phone is a pain, but markdown is simple. You can get it from here: https://bitbucket.org/jroper/pebble-mobile-plugin To install, download it and the markdownj jar and put them into your WEB-INF/lib directory, restart Pebble, and then in the Pebble plugins configuration page, ensure the markdown content decorator is enabled. Then, any text in <markdown></markdown> tags in your blog entries will be rendered using markdown. Pebble also supports radeox wiki markup inside <wiki></wiki> tags, but that project is long dead and I can't even find any documentation on radeox wiki syntax anywhere on the web. If anyone else is interested in markdown support, then I'll happily move it out of the mobile plugin and into Pebble core, just reply to this email to say so. Cheers, James On Sep 23, 2011 11:30 AM, "Christian Bockermann" <chris@...> wrote: > Hi list, > > I am using pebble for some time now and am pretty satisfied. One really cool > feature I am missing is a nice way of writing blog-posts in a non-HTML fashion. > For example by using a plain wiki-markup or - even nicer - the cool markdown > format (http://en.wikipedia.org/wiki/Markdown) > > Would that be easy to integrate within pebble? > > Best regards, > > Chris > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2dcopy2 > _______________________________________________ > Pebble-user mailing list > Pebble-user@... > https://lists.sourceforge.net/lists/listinfo/pebble-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Pebble-user mailing list Pebble-user@... https://lists.sourceforge.net/lists/listinfo/pebble-user |
|
|
Re: Pebble markup languagePerfect timing, James!
Just downloaded the plugin and installed it in my local setup. Works like charm! Just need to patch my pebble to start new blog post forms with an initial <markdown></markdown> instead of <p></p> ;-) Regards, Chris Am 23.09.2011 um 12:33 schrieb James Roper: > Hi Chris, > > I've got some good news for you :) I've already implemented a > markdown plugin for Pebble. It's part of the Pebble mobile plugin, I > implemented it in there because entering HTML markup on a mobile phone > is a pain, but markdown is simple. You can get it from here: > > https://bitbucket.org/jroper/pebble-mobile-plugin > > To install, download it and the markdownj jar and put them into your > WEB-INF/lib directory, restart Pebble, and then in the Pebble plugins > configuration page, ensure the markdown content decorator is enabled. > Then, any text in <markdown></markdown> tags in your blog entries will > be rendered using markdown. > > Pebble also supports radeox wiki markup inside <wiki></wiki> tags, but > that project is long dead and I can't even find any documentation on > radeox wiki syntax anywhere on the web. > > If anyone else is interested in markdown support, then I'll happily > move it out of the mobile plugin and into Pebble core, just reply to > this email to say so. > > Cheers, > > James > > On Sep 23, 2011 11:30 AM, "Christian Bockermann" <chris@...> wrote: > >> Hi list, >> >> I am using pebble for some time now and am pretty satisfied. One really cool >> feature I am missing is a nice way of writing blog-posts in a non-HTML fashion. >> For example by using a plain wiki-markup or - even nicer - the cool markdown >> format (http://en.wikipedia.org/wiki/Markdown) >> >> Would that be easy to integrate within pebble? >> >> Best regards, >> >> Chris >> ------------------------------------------------------------------------------ >> All of the data generated in your IT infrastructure is seriously valuable. >> Why? It contains a definitive record of application performance, security >> threats, fraudulent activity, and more. Splunk takes this data and makes >> sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-d2dcopy2 >> _______________________________________________ >> Pebble-user mailing list >> Pebble-user@... >> https://lists.sourceforge.net/lists/listinfo/pebble-user > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2dcopy2 > _______________________________________________ > Pebble-user mailing list > Pebble-user@... > https://lists.sourceforge.net/lists/listinfo/pebble-user ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Pebble-user mailing list Pebble-user@... https://lists.sourceforge.net/lists/listinfo/pebble-user |
| Free embeddable forum powered by Nabble | Forum Help |