MinRK
e5891be78c
pager styling
...
fixes occasional hiding of top 16px of the header
13 years ago
MinRK
265a8e7edb
only put the notebook in a container
...
allows pager to be full-width
13 years ago
MinRK
b67fff1d39
tweak header styling
...
use nabbers, so they are internally consistent
13 years ago
MinRK
251a94969b
use responsive bootstrap
13 years ago
MinRK
d79c0e7471
bootstrap dialogs
13 years ago
MinRK
9da648b4d0
bootstrap menubar
13 years ago
Matthias Bussonnier
6938e76ccc
Merge pull request #3364 from Carreau/requirejs
...
Inject requirejs in notebook and start using it.
Mainly because the behavior of Marked change when require is injected.
So only apply the modification needed for marked to behave.
13 years ago
Matthias BUSSONNIER
66ff7dde48
de-require-config
13 years ago
Samuel Ainsworth
9bdeaee734
Reenable bracket matching
13 years ago
Matthias BUSSONNIER
fafb84e83c
Inject requirejs in notebook and start using it.
13 years ago
Brian E. Granger
747dd7ab2b
Creating services directory under static for kernels and friends.
13 years ago
Brian E. Granger
7e0bd8f960
Creating override.css for each page.
...
This css file should only have temporary hack until we fix
out global styles. Don't add anything new to these files.
13 years ago
Brian E. Granger
6b8c543fae
Renaming notebooks->notebook in less and templates.
13 years ago
Brian E. Granger
f079104b8a
Renaming notebooks->notebook on client side.
13 years ago
Brian E. Granger
e1c3f81349
Renaming templates to match other names.
13 years ago
MinRK
8df01f22aa
finish removing prettify
13 years ago
MinRK
796fb5d0a8
unify highlight.js / codemirror style
13 years ago
MinRK
6ac2bdf086
use highlight.js to highlight markdown code blocks
13 years ago
MinRK
b6c390db06
use marked for markdown
13 years ago
MinRK
e1f4d0a85f
fix a few URLs from previous PR
...
some of the URLs in the submodules PR were not updated
13 years ago
Brian E. Granger
4a654d1c29
Merge pull request #3240 from minrk/submodules
...
remove js components from the repo
13 years ago
MinRK
8b5e5a5e09
restore checkpoints in a sub-list
...
minor styling update to the restore dialog as well
13 years ago
MinRK
a3c99d94bb
add checkpoint status to notebook header
...
autosave is also there, but once the dirty flag is an event,
this should stop having the date, and just become 'autosaved / unsaved changes'
13 years ago
MinRK
1f82c03dd2
Save and Checkpoint
13 years ago
MinRK
e119a6469b
add Revert to the menu bar
13 years ago
MinRK
db413fadbf
expose notebook checkpoints in html/js
...
- cmd-S does a plain save
- ^M-s does checkpoint
- add save checkpoint to File menu
- save button in bar does checkpoint
13 years ago
MinRK
1390270968
use components from external submodule
13 years ago
Brian E. Granger
68dd1370ac
Fixing broken URLs to CM assets.
13 years ago
Brian E. Granger
137a40ac96
Fixing typo in ntoebook.html.
13 years ago
Brian E. Granger
d2460ee0c5
Add components to static URLs.
13 years ago
Matthias BUSSONNIER
e4cbf5e717
move CM IPython theme out of codemirror folder
13 years ago
MinRK
b7fe08c91c
add disabled state to undo-delete-cell when unavailable.
13 years ago
MinRK
7566379d14
add menu item for undo delete cell
...
closes #2920
13 years ago
Matthias BUSSONNIER
3ba80dd0ac
use super in templates
13 years ago
Matthias BUSSONNIER
a19c9c2ed6
propagate use_less flag in all pages
13 years ago
Matthias BUSSONNIER
3b4a92742c
replace tab by space comment print view action
13 years ago
Matthias BUSSONNIER
3665ce85dc
fix body overflow on dashboard
13 years ago
Matthias BUSSONNIER
d078afb51a
use less as a component
13 years ago
Bussonnier Matthias
d71a490c12
make file and other less
13 years ago
Bussonnier Matthias
452efb67ed
less flag in templates
13 years ago
Bussonnier Matthias
689922031c
main_app -> ipython-main-app
13 years ago
Matthias BUSSONNIER
33cd3b7f1f
use less for tooltip
13 years ago
Matthias BUSSONNIER
ff8339641b
start mixins
13 years ago
Matthias BUSSONNIER
c4ad378cbb
start introducing less
13 years ago
Matthias BUSSONNIER
3e60977364
load slideshow by default
13 years ago
Matthias BUSSONNIER
4e20188968
Load default.js (for celltoolbar) by default
...
And change text.
13 years ago
Matthias BUSSONNIER
c313127651
rename file metaui->celltoolbar
13 years ago
Matthias BUSSONNIER
8022cff041
Add a per cell toolbar.
...
This add a per-cell globally toggleable toolbar
the main purpouse is to easily edit metadata.
this come with a few example like adding checkbox,
dropdown list, simple button, button with icon...
please see the js-doc of
IPython/frontend/html/notebook/static/js/MetaUI.js
for more info
13 years ago
Cameron Bates
7b3c01c667
Merge upstream changes
13 years ago
David Warde-Farley
a9910aa408
"Paste Cell Replace" -> "Paste Cell & Replace"
13 years ago