Edward Ditler

Results 7 issues of Edward Ditler

In Sublime Text the goto symbol feature allows for fuzzy searching. So if I'm looking for `subroutine this_amazing_routine` the following search terms will all find it: - thisamazingroutine - tar...

So this aims at resolving https://github.com/jfbastien/cpp-html/issues/1. As far as I understood special characters apart from underscores are not allowed in macro definitions. Is there another way to make this more...

Often it may be advantageous to "jump in" while viewing a notebook in app mode and do some debugging in a code cell. Do you maybe have a pointer to...

enhancement

When saving a note, one of the toolbar icons in the editor will turn into a checkmark - indicating success - even if the response was 500 or timeout. Archivy...

I'm not entirely sure if a plugin is the best way to go about this. This PR could also be a shell script, but I'm curious to hear what you...

Right now the list of dataobjs is sorted by name. It would be nice to have the possibility to also sort by creation date or even manually.

The `make prettyclean` and also `make pretty` don't work if there are white spaces in the path. I'm a bit scared to run `make clean` on this machine right now,...