Freek Dijkstra
Freek Dijkstra
@ericdrowell These three commits are my contribution. I'm sure you like to reformat the code to your code conventions (sorry, I could not find the guidelines). If you like to...
Two comments: - I would very much welcome the addition of Bezier-curves to KineticJS, either as part of a Line or a new Shape. - If you're not going to...
I would appreciate the inclusion of this feature. A small recommendation: While writing the code about a year ago, I was thinking that if would be useful to create a...
Here are the commands for the three common plain text editors on MacOS: General: `open "#{file}"` [TextMate](http://manual.macromates.com/en/using_textmate_from_terminal#shell_terminal): `mate -l #{line} "#{file}"` [BBedit](https://www.barebones.com/support/bbedit/cmd-line-tools.html) ([successor to TextWrangler](http://www.barebones.com/support/new-os.html)): `bbedit "#{file}" +#{line}` [Sublime](http://www.sublimetext.com/docs/3/osx_command_line.html): `subl...
First of all, thanks for the great website! I found the export function to be immensely helpful for a hobbyist like myself. If you are in the NLeSC building, I'll...
Thanks for the report. I haven't found the time to dive into this issue, but will try to do so.
It turns out that this is a lot more difficult than I anticipated. The short version is: * reStructuredText has very little support for nested elements, like an image in...
There are indeed two distinct issues here: support for substitutions (`|reference|`), and support for the `.. literalinclude::` and `.. include::` directives. I'll have a look in the second later. Some...
I seem to have hit a few limitation of the reStructuredText syntax. The approach that I took technically works, but seems too fragile, and I decided not to continue. Rather...
> I feel a bit bad walking away after you have done so much and also before you have totally given up, [...] No worries. As far as I'm concerned...