Commit Graph
1313 Commits
Author SHA1 Message Date
Josh Barnes 72e37de0bc Merge pull request #765 from kukanya/master
[Freeze] Extend functionality to markdown cells
2016-10-17 23:49:20 +01:00
Josh Barnes 3d2fce8629 release 0.2.1 0.2.1 2016-10-17 11:02:16 +01:00
Josh Barnes 3b8067576e update readme for 0.2.1 2016-10-17 11:02:14 +01:00
Josh Barnes 356e69acb4 Merge pull request #759 from juhasch/fix/embed
Remove embed postprocessor call
(and bump to 0.2.1)
2016-10-17 11:01:07 +01:00
Anastasia Kukanova c4c4ac9d79 [Freeze] Update readme.md 2016-10-15 13:24:19 +03:00
Anastasia Kukanova 0f44c8f9e8 [Freeze] Cleanup 2016-10-15 13:19:03 +03:00
Anastasia Kukanova 8f27c3e19c [Freeze] Use C-style loop for iterations 2016-10-15 13:04:00 +03:00
Anastasia Kukanova 390fde93b3 Extend functionality to work with Markdown cells 2016-10-15 11:55:09 +03:00
Anastasia Kukanova f2c985d83f [Freeze] Simplify 2016-10-15 02:54:11 +03:00
Anastasia Kukanova 692daaecdf Change tabs to spaces 2016-10-15 02:46:44 +03:00
Juergen Hasch 1dc9596af4 Merge pull request #758 from juhasch/feature/dragdrop
[skip ci] Fix dragdrop for Jupyterhub and add subdirectory
2016-10-08 11:52:43 +02:00
Juergen Hasch 8991b02dde Merge pull request #748 from jfbercher/code_prettify
code_prettify: Corrected insufficient re replacement that led to spurious `\n` for blank lines
2016-10-08 11:52:34 +02:00
Jürgen Hasch 0ef1fc9444 Fix url generation 2016-10-08 10:49:51 +02:00
Jürgen Hasch c14649116b Remove embed postprocessor call and bump to 0.2.1 2016-10-08 10:24:28 +02:00
Jürgen Hasch 3a19ac40d9 Use base_url instead of location.host 2016-10-06 21:16:25 +02:00
Josh Barnes 32d4c53b63 Merge pull request #754 from aiguofer/master
select_keymap: Fix bugs introduced in code cleanup
2016-10-05 21:17:14 +01:00
Jürgen Hasch ccdef9590d [skip ci]Add subdirecory to dragdrop extension 2016-10-05 21:21:23 +02:00
Juergen Hasch c11a4a0387 Merge pull request #753 from juhasch/html_embed_exporter
Html embed exporter
2016-10-05 17:24:34 +02:00
Juergen Hasch a6e056da9e Fix html_embed test 2016-10-03 21:16:37 +02:00
Diego Fernandez 0f688c1bbb select_keymap: Map M-x to command palette in emacs mode 2016-10-03 13:48:08 -04:00
juhasch 0d9894d0d2 Fix super() call 2016-10-03 18:16:03 +02:00
juhasch a9c785d9d4 Fix html_embed exporter and remove postprocessor installation 2016-10-03 18:04:10 +02:00
juhasch 4218efc377 Remove embed postprocessor 2016-10-03 17:39:13 +02:00
juhasch 79999c772e Remove embed postprocessor 2016-10-03 17:38:54 +02:00
juhasch ba1198c4a6 Add tests for toc2 and html_embed exporters 2016-10-03 17:37:38 +02:00
Diego Fernandez 9c100d1a0d Fix openDialog
Broke on previous refactor
2016-10-03 10:54:04 -04:00
Diego Fernandez 4933e07be9 Fix quote issue 2016-10-03 10:25:56 -04:00
Josh Barnes 6c79a430e6 Merge pull request #750 from aiguofer/master
Add select_keymap nbextension
2016-10-03 12:15:29 +01:00
Josh Barnes e61bd18ea2 Merge pull request #751 from jfbercher/contrib_nbextensions_help_item
Add pointer to documentation at readthedocs
2016-10-03 10:10:29 +01:00
Josh Barnes 8d87a40265 Merge pull request #749 from jfbercher/toc2
toc2: fixed zero-size navigation menu
2016-10-03 10:07:49 +01:00
Josh Barnes d27625d925 Merge pull request #747 from jfbercher/highlighter
highlighter: fixed tooltips
2016-10-03 10:02:52 +01:00
Diego Fernandez 13fc34c5d5 Enable and better use some CodeMirror addons 2016-10-02 22:00:13 -04:00
Jean-François Bercher 022596e5cd Updated doc to include answer to #752 2016-10-01 21:45:45 +02:00
juhasch 98cac6fbe6 Add exporter to embed graphics in HTML 2016-10-01 19:22:17 +02:00
juhasch 09cade6ffe Add description for exporters 2016-10-01 19:21:42 +02:00
juhasch 483ace2a22 Add link to ReadTheDocs 2016-10-01 19:21:26 +02:00
Diego Fernandez b72ff54988 Update menu image 2016-10-01 00:38:13 -04:00
Diego Fernandez dd5899daf6 Add option to store keymap on server config
Also made other code cleanup changes
2016-10-01 00:04:25 -04:00
Diego Fernandez f8f166670f Add emacs cell navigation bindings
Sadly, this doesn't work in most browsers since ctrl+n and ctrl+p are
protected. I hope to look into creating browser extensions to bypass
this in the future; however, it doesn't hurt to have them here for now.
2016-10-01 00:04:02 -04:00
Diego Fernandez aa39b502ee Add keymap menu to as submenu in "Edit" 2016-09-28 13:50:19 -04:00
Diego Fernandez a80401426e Give credit where credit is due :) 2016-09-27 11:24:24 -04:00
Diego Fernandez 6aed1a8f33 Make better use of APIs
Also made minor formatting changes
2016-09-26 15:29:44 -04:00
Diego Fernandez 104e2b0450 Integrate notebook_input_mode vim customizations
Taken from https://github.com/asford/notebook_input_mode
2016-09-25 20:19:30 -04:00
jfbercher 78e4d6e76a Update README.md 2016-09-26 00:54:16 +02:00
jfbercher 842b4248fb Typo toogle -->toggle 2016-09-26 00:46:19 +02:00
jfbercher 4c8f97dd1a Update contrib_nbextensions_help_item.yaml 2016-09-25 22:57:58 +02:00
jfbercher d27a84b287 Update README.md 2016-09-25 22:57:43 +02:00
Jean-François Bercher 6320ada41a add pointer to documentation at readthedocs (modified install.py) 2016-09-25 18:18:55 +02:00
Jean-François Bercher fb2bf00c67 add pointer to documentation at readthedocs 2016-09-25 18:00:04 +02:00
Jean-François Bercher 09439dd60c improved code 2016-09-25 17:37:38 +02:00