Phile wrote:
But the "Browse button" invokes a NBWin32Shell class, which doesn't works too well on my Mac.
Yes I know. Thats why I asked http://lists.gforge.inria.fr/pipermail/pharo-project/2013-February/074553.ht... for more browser support in NativeBoost on other platforms. The only answer I got was using OSProcess but I want to have a NativeBoost solution for non-windows platforms too (since NB is already preinstalled) Sven wrote:
I am particularly interested in the Markdown conversion, but I can't find it immediately. Where does the conversion from .md to .html happen in the code ?
Its not solved within Smalltalk - it is done directly in the browser using javscript. It uses https://code.google.com/p/pagedown/ The scripts can be found on OHFileRequestHandler. Anything I do is to write a div to the client html and invoke the script. Bye T.