Commit Graph

127 Commits (293243fcf435fcb8d7ccfdcdb6d12790b77bbe23)

Author SHA1 Message Date
MinRK 9927cec392 denote raw cell with 'Raw Text' in UI
14 years ago
MinRK 9ffc7829da rename plaintext cell -> raw cell
14 years ago
Brian Granger 3631fae153 Major refactoring of notebook.
14 years ago
Brian Granger e59f95376d Major refactoring of saving, notification.
14 years ago
Brian Granger a00fc0165b Heading/plaintext cells now wired up to toolbar UI.
14 years ago
Brian Granger 2f88004a05 Updating JS part of plaintext cell handling.
14 years ago
Brian Granger fd3d5edb66 Finishing first draft of RST and heading cells.
14 years ago
Brian Granger 47e4e1e2c4 A first go at RST cell support in the notebook.
14 years ago
Andrew Straw 81a636dabf use Tornado's handler.static_url() in templates
14 years ago
Brian Granger 1ed9a21039 Adding "Cell" to cell related Edit actions.
14 years ago
Brian Granger 428c82877f Further work on the toolbar UI.
14 years ago
Brian Granger 4c88c4686c First draft of toolbar.
14 years ago
Brian Granger c29e928054 Removing Ace edit capability.
14 years ago
Brian Granger a997e50782 Ace editor now works with Markdown and HTML cells with proper modes.
14 years ago
Brian Granger 13ca0054f7 Updating to CodeMirror 2.2, latest stable release.
14 years ago
Brian Granger 183e9ccfb1 Minor changes to Ace widget.
14 years ago
Brian Granger f04e31b80c Add Ace editing mode for code cells.
14 years ago
Brian Granger 23b5fd856a Basic code cell splitting implemented.
14 years ago
Brian Granger 06cc810b80 Adding keyboard sortcuts for cut/copy/paste.
14 years ago
Brian Granger ccc5aa04b2 Added cell level cut/copy/paste.
14 years ago
Brian Granger eef6d192e4 Created new print view for notebook printing.
14 years ago
Brian Granger 76f500b3c3 Improving the save notification.
14 years ago
Brian Granger 10a76e8537 Solid first go at jquery-ui based menus.
14 years ago
Brian Granger b3de72087c Minor fixes to the menu shortcuts.
14 years ago
Brian Granger be8f252e78 Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger 8cd495c38f Beginning work on notebook duplication.
14 years ago
Brian Granger 52a2600c87 Improved notebook renaming.
14 years ago
Brian Granger b010d14f58 Cleaning up menu code.
14 years ago
Brian Granger 33f5cea94b Implemented menu based UI using Wijmo.
14 years ago
Brian Granger e4489da763 Initial work to add Wijmo based menu.
14 years ago
MinRK ba5e2538b5 use absolute URLs for static files
14 years ago
Stefan van der Walt 6a8a66fa8b Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
14 years ago
Stefan van der Walt 52a2f081fe Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
14 years ago
Stefan van der Walt 3bf57a7f5d Improve three-state read-only logic.
14 years ago
Stefan van der Walt ec89b7c98b Display login button in read-only mode.
14 years ago
Matthias BUSSONNIER c6457428c8 notebook : update logo
14 years ago
Min RK b6bb3c8c7a Merge pull request #1077 from minrk/nb
14 years ago
MinRK 26416b6d2d make 'time before tooltip' style more consistent
14 years ago
Matthias BUSSONNIER 057c304162 notebook: config section UI
14 years ago
MinRK 72fb49b7c7 adjust missing mathjax handling per review
14 years ago
MinRK 36024bcf83 allow the notebook to run without MathJax
14 years ago
Matthias BUSSONNIER 558c4cab8e fix timebeforetooltip span and css
14 years ago
Matthias BUSSONNIER 7600221d1c smart kwarg completion
14 years ago
Matthias BUSSONNIER 2637d3c0e4 Make the time before activating a tooltip configurable
14 years ago
Matthias BUSSONNIER 6c86474bdb Improve tooltip tringgering,make it configurable
14 years ago
Stefan van der Walt 9488b364fc Hide logout button on unauthenticated notebook.
14 years ago
Stefan van der Walt 3b6c151b72 Add logout button.
14 years ago
MinRK 65a6cb3b1c move read_only flag to page-level
14 years ago
MinRK a6de5947de add read-only view for notebooks
14 years ago
MinRK 76650e316d Restore kernel status to header
14 years ago