I'd like to transform a Markdown document http://bit.ly/wxidL into a new HTML document from _within_ Geany. Is this possible?
thanks, Jake
On Sun, 14 Feb 2010 12:05:32 +0000 Jake Rayson subs@growdigital.net wrote:
I'd like to transform a Markdown document http://bit.ly/wxidL into a new HTML document from _within_ Geany. Is this possible?
If you are looking for a build in compiler, this is not possible. Maybe you like tow rite a plugin for if its really useful - I cannot say this.
But you could set up to use an external one.
Thanks, Frank
Hi Jake,
By "within" I assume you mean to run the markdown translator from within Geany.
Assuming you are running 0.18.1 or earlier.
You can do this just for markdown by adding a build settings section and a compiler command to the markdown configuration file:
[build_settings] compiler=whatever the command you want to run is.
The Geany manual in the "Filetype definition Files" section tells you where to find the file and where to put your personal copy (don't edit the system copies even if you have the privileges to do so)
Cheers Lex
On 14 February 2010 23:05, Jake Rayson subs@growdigital.net wrote:
I'd like to transform a Markdown document http://bit.ly/wxidL into a new HTML document from _within_ Geany. Is this possible?
thanks, Jake
-- [~] Jake Rayson [e] subs@growdigital.net [w] http://growdigital.net [~] Teaching the web with Free Software
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Mon, 2010-02-15 at 08:45 +1100, Lex Trotman wrote:
You can do this just for markdown by adding a build settings section and a compiler command to the markdown configuration file:
Most excellent, thank you for this information. I'll give it a stab. Though/because I'm not a programmer, it should be an interesting little project!
On 14 February 2010 23:05, Jake Rayson subs@growdigital.net wrote: I'd like to transform a Markdown document http://bit.ly/wxidL into a new HTML document from _within_ Geany. Is this possible?
thanks, Jake