Commit Graph

518 Commits (6cc468db526d73e8a191fa341c669d00ce3e6c36)

Author SHA1 Message Date
Julien Rebetez 6cc468db52 Add tests for attachments insert menuitem
10 years ago
Julien Rebetez 865de47233 Add Cut/Copy/Paste Cell attachments menu items
10 years ago
Julien Rebetez 646619d5cd Check that we have items in markdown cell paste handler
10 years ago
Julien Rebetez e66ff8f001 Fix drag/drop event handler to be compatible with codemirror 5.8, which
10 years ago
Julien Rebetez b21348f75b Attachments dialog only apply deletion on ‘Apply’.
10 years ago
Julien Rebetez c4bd66e4b2 Nicer attachments editing dialog
10 years ago
Julien Rebetez 22fccff443 Add a new insert-image action and corresponding dialog to insert inline images from menu.
10 years ago
Julien Rebetez 480c90e473 Refactor the inline image drop logic. Preliminary copy/paste support.
10 years ago
Julien Rebetez 13bcdc9095 Keep the attachments even if the cell type changes
10 years ago
Julien Rebetez 1c6f589ff6 Add attachments cell toolbar option which opens a metadata-like JSON editor.
10 years ago
Julien Rebetez 3414b83855 Insert markdown markup for attachments images instead of HTML
10 years ago
Julien Rebetez 398c90b0aa Use the cell ‘attachments’ property instead of ‘metadata.attachments’.
10 years ago
Julien Rebetez 3462b34fca Implement markdown cell attachments. Allow drag’n’drop of images into markdown cells. See #613
10 years ago
Min RK a1458ce8fc Merge pull request #1047 from jdfreder/webpack
10 years ago
Jonathan Frederic 4b8f19e5e7 Merge pull request #1127 from minrk/read-only-download
10 years ago
Min RK 7472fc0458 Don't force save before download if notebook isn't writable
10 years ago
Matthias Bussonnier cc8b3be283 Merge pull request #1055 from minrk/mathjax-mathml
10 years ago
Jonathan Frederic 68cd52bd22 Enable deprecated import of auth/main
10 years ago
Jonathan Frederic b7f6f39b29 Add missing underscore reference
10 years ago
Jonathan Frederic 08e968d7e9 Make events a global singleton
10 years ago
Jonathan Frederic 5b337bbfee Add missing import
10 years ago
Jonathan Frederic 4b0aa51ce7 Don't load main files - they should never be referenced anyways,
10 years ago
Jonathan Frederic e64f1f9dc2 Dynamically set base url
10 years ago
Jonathan Frederic fe5ffc106b Make sure IPython is set on window
10 years ago
Jonathan Frederic 18edcd3fb4 Allow old style imports, but deprecate them
10 years ago
Jonathan Frederic acb2b51051 Allow jquery-ish imports, but log a deprecation warning to the user console.
10 years ago
Jonathan Frederic 964ba151dc Don't redefine global namespace again and again...
10 years ago
Jonathan Frederic 79489de7c8 Fix content variable conflict - rename to contentModule
10 years ago
Jonathan Frederic c6ccdb31d5 Fix namespace so it is webpacked
10 years ago
Jonathan Frederic 3fb25c5915 Explicitly use requirejs where requirejs should be used
10 years ago
Jonathan Frederic e5e8db3670 Load contents dynamically and load jquery-typeahead globally
10 years ago
Jonathan Frederic 1ae63ce185 Load jquery and friends globally
10 years ago
Min RK b0772dd3c7 include SVG mathjax output
10 years ago
Carol Willing ab4a740509 Merge pull request #1113 from minrk/min-width-0
10 years ago
Min RK cc91abf77d Merge pull request #1119 from bjlange/fix-split-kbd-shortcut-help
10 years ago
Min RK 7934f29917 set min-width: 0
10 years ago
Thomas Fors 8d68bdcf25 Change all js throw string to throw error in notebook/static
10 years ago
Brian Lange 7fa84b2fdb Map '-' in non-OSX to text 'Minus'
10 years ago
Brian Lange d840f72b00 Remove duplicate listing for split-cell-at-cursor
10 years ago
Brian Lange 5830139d23 Widen kbd shortcuts so that long shortcuts don't break over 2 lines
10 years ago
Min RK 620fb29192 Merge pull request #1088 from NHDaly/MultiMove
10 years ago
Min RK 0f111e0a9b Merge pull request #1086 from VladMironov/master
10 years ago
Nathan Daly a595e4338b fixed typo: s/durring/during/g in notebooklist.js
10 years ago
Nathan Daly 50c388ae5a Expands "Move" button to support moving multiple files together.
10 years ago
Nathan Daly fe478a0ff3 Updated Move Dialog's buttons per #744 for #742.
10 years ago
VladMironov 75cba936aa Add download button at /tree
10 years ago
Min RK a27266ac33 Merge pull request #1076 from takluyver/codemirror-fileext-lowercase
10 years ago
Thomas Kluyver b361d39723 Lowercase file extension before looking it up in CodeMirror
10 years ago
Jonathan Frederic 8d0e61b1fb Focus selected cell after move.
10 years ago
Matthias Bussonnier 7e6b50815e Merge pull request #963 from minrk/indentAutoShortcut
10 years ago