Kyle Kelley
5585fea392
Merge pull request #2912 from gnestor/issue-2904
...
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
d537ef6350
Show edit shortcuts modal after shortcuts modal is hidden
9 years ago
Grant Nestor
2fdc5327e3
Clean up
9 years ago
Grant Nestor
cb8d88e8e5
Add viewable whitelist based on browser-supported file extensions
9 years ago
Grant Nestor
679a1a2985
Normalize inputs before comparing in `item_in`
9 years ago
Grant Nestor
4de3a4cc61
Default to edit if file type is unknown
9 years ago
Grant Nestor
c0b678c510
Remove editable whitelist
9 years ago
Kyle Kelley
43a97807fc
buffer messages when websocket connection is interrupted ( #2871 )
...
* provide some top level comments
* implement buffering of messages on last dropped connection
- buffer is per-kernel
- session_key is stored because only a single session can resume the buffer and we can't be sure
- on any new connection to a kernel, buffer is flushed.
If session_key matches, it is replayed.
Otherwise, it is discarded.
- buffer is an unbounded list for now
* restore actual zmq channels when resuming connection
rather than establishing new connections
fixes failure to resume shell channel
* hookup restart callbacks in open
instead of in `create_stream`, which is not called on reconnect
* improve handling of restored connections in js
- dismiss 'connection lost' dialog on reconnect
- set busy status on reconnect (if not busy, idle will come soon after via kernel_ready)
9 years ago
Josh Barnes
9552fc1872
give Page constructor default arguments
...
for any extension template which relied on the old no-parameter formation
9 years ago
Josh Barnes
df19a51f59
fix codemirror.less to match CodeMirror's expected padding layout
...
fixes #2869 (I hope!)
9 years ago
Kyle Kelley
11e578f7fd
load locale dynamically only when not en-us
9 years ago
Kyle Kelley
91addcf776
Merge pull request #2860 from minrk/jsversion
...
resync jsversion with Python version
9 years ago
Min RK
d59349ac15
resync jsversion with Python version
...
by running setup.py jsversion
9 years ago
madhu
a5e64c3f77
fix(notebook): Allow copy operation on modified, read-only
...
notebooks
Should close #2541
9 years ago
Thomas Kluyver
11ba6be432
Merge pull request #2745 from gnestor/keymap-default
...
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
f222978992
Remove comments
9 years ago
Thomas Kluyver
9dabaa2ccf
Merge pull request #2774 from iamlemec/master
...
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
aa3c1a5481
Merge pull request #2357 from Ashamandi/master
...
Bidi support
9 years ago
Douglas Hanley
c946374aba
output_prompt_function: construct node rather than use HTML string
9 years ago
Doug Hanley
53c39ff61f
Factor out output_prompt_function, as is done with input prompt
9 years ago
Grant Nestor
ff49a10a36
release 5.1.0
9 years ago
Thomas Kluyver
60f81e49b2
release 5.1.0rc3
9 years ago
Min RK
f8a6e1c5b7
Merge pull request #2792 from takluyver/mathjax-callback-err
...
Attempt to fix mysterious mathjax callback error
9 years ago
cebolan
31f888e6ae
Fix documentation on keyboard shortcuts
...
closes #2801
9 years ago
Thomas Kluyver
379c359fa1
Log failure to load notebook at error level
9 years ago
Thomas Kluyver
41062f87b3
Ensure AMSmath is loaded before calling resetEquationNumbers method
9 years ago
Thomas Kluyver
04c5aec072
Catch errors from queueing Mathjax resetEquationNumbers call.
9 years ago
Thomas Kluyver
e3df23656e
Prevent uploading file twice
...
Closes gh-2773
9 years ago
Grant Nestor
63c7c336f0
release 5.1.0rc2
9 years ago
Grant Nestor
62bc68c585
Make "extraKeys" consistent for notebook and editor
9 years ago
Grant Nestor
4424b0e46a
Switch back to "default" keycap
9 years ago
Grant Nestor
e36bafd164
Set "sublime" to default keymap for editor
9 years ago
Thomas Kluyver
835bbd132c
Set CodeMirror mode using mimetype, not mode name
...
One mode definition file can contain different modes, e.g. clike includes C, C++,
C#, Java, and a few others. We need to use the mime type to distinguish which one
we want.
Closes gh-2737
9 years ago
Grant Nestor
b099303a96
release 5.1.0rc1
9 years ago
Vidar Tonaas Fauske
9249ae25e1
Add buffers argument to CommManager.new_comm
9 years ago
Vidar Tonaas Fauske
05c1f6feb8
Add buffers argument to comm open/close
9 years ago
madhu
2208917c05
fix(notebook): Allow notebooks to be trusted without triggering
...
a save. Closes #195
9 years ago
Thomas Kluyver
823e447293
Merge pull request #2534 from gnestor/issue-2151
...
Enforce right-alignment for cell in markdown tables
9 years ago
Grant Nestor
4ac086d477
Remove commented out old code
9 years ago
Thomas Kluyver
e37b6976c8
Add promise for notebook_loaded.Notebook event
9 years ago
Grant Nestor
8644a15a6b
Prevent marked from returning inline styles for table cells
9 years ago
samarsultan
28fcc7bffd
update notebooklist.js
9 years ago
samarsultan
048befc311
update savewidget.js
9 years ago
samarsultan
c4385ebcb3
removing setUserPreference function
9 years ago
samarsultan
142b74b019
updating bidi and numericshaping files
9 years ago
samarsultan
3e0c87d12a
tuning code style
9 years ago
Min RK
1812469a7c
update custom.js docs with promises
9 years ago
Thomas Kluyver
96d87c5792
Add a promise for app_initialized event.
...
See gh-2499
9 years ago
Matthias Bussonnier
decb30d8b0
Merge pull request #2681 from gnestor/fix-prompt-overlay
...
Fix hidden prompt overlay button
9 years ago
samarsultan
57da7fa019
Resolving Conflicts
9 years ago
Grant Nestor
d00617a064
Add image/gif mimetype
9 years ago
Grant Nestor
dbda33090f
Merge pull request #2677 from mpacer/mjax_labels
...
clear equation labels on typesetting so that labels don't stop equations from rendering
9 years ago
Grant Nestor
bbd2ac6112
Merge pull request #2691 from invisibleroads/patch-1
...
Restore flat edge of rendered html code block
9 years ago
Thomas Kluyver
63aa0df454
Merge pull request #2696 from gnestor/cm-keymaps
...
Add missing codemirror keymaps to keyboard shortcuts dialog
9 years ago
Roy Hyunjin Han
644a8aad8d
Add padding to inline code as requested by @gnestor
9 years ago
Grant Nestor
cf6d305d93
Merge pull request #2698 from takluyver/fuzz-check-last-modified
...
Allow 0.5 seconds difference in file timestamps before warning of conflicting change
9 years ago
Grant Nestor
97d1730bdc
Merge pull request #2699 from takluyver/i1976
...
Validate CodeMirror keyMap from frontend config
9 years ago
Grant Nestor
65598bf1f4
More consistency!
9 years ago
Thomas Kluyver
6d0ea0eef1
Merge pull request #2701 from gnestor/list-newline-style
...
Prevent extra newline between nested lists
9 years ago
Grant Nestor
502c074b2c
Prevent extra newline between nested lists
9 years ago
Grant Nestor
51fc7692aa
Clean up formatting
9 years ago
Grant Nestor
0552b3b1ab
Remove keymap for "esc"
9 years ago
Grant Nestor
1ae816517e
Consistent order for platform-specific keymaps
9 years ago
Thomas Kluyver
bd84c5806e
Validate CodeMirror keyMap from frontend config
...
Closes gh-1976
9 years ago
Thomas Kluyver
fd34dd2052
Allow 0.5 seconds difference in file timestamps before warning of conflicting changes
...
See gh-484
9 years ago
Grant Nestor
b56e3b16df
Add missing codemirror keymaps to keyboard shortcuts dialog
9 years ago
Grant Nestor
5ae0113d9b
Merge pull request #2687 from takluyver/i2673
...
Only show busy favicon when execution lasts > 1s
9 years ago
Roy Hyunjin Han
9701f6b1cd
Revert 533aea11fd
...
The extra padding causes the first line of each markdown rendered code block to be indented, but does not indent the rest of the code block, resulting in a jagged left edge. Removing this bit of CSS restores a flat left edge.
You can verify this by trying to render the following:
abc
def
ghi
9 years ago
Grant Nestor
a9160356df
Merge pull request #2688 from jasongrout/jitter
...
Fix jitter caused by rounding height.
9 years ago
Thomas Kluyver
5c66955fab
Smarter check for editable mimetypes
9 years ago
Thomas Kluyver
75f1b9ae26
Don't assume that application/ mime types are editable
...
The application media type includes many common binary files like
application/zip and application/pdf.
9 years ago
Jason Grout
b04db891f2
Fix jitter caused by rounding height.
9 years ago
Thomas Kluyver
5faa2ab9b5
Protect against no element with id=favicon
9 years ago
Thomas Kluyver
0bd5fe8759
Only show busy favicon when execution lasts > 1s
...
This avoids making lots of HTTP requests as we rapidly change the favicon
between the 'notebook' (idle) and 'busy' icons. Now it should be no more
than one per second in the most pathological case.
Closes gh-2673
9 years ago
Grant Nestor
4532b14808
Reset the target cell's undo history after merge_cells
9 years ago
Grant Nestor
572cc37273
Fix hidden prompt overlay button
9 years ago
M Pacer
e2405cebe9
clear equation labels on typesetting so that labels don't block renders
9 years ago
Thomas Kluyver
5c6a1c8f78
Don't use animated favicon when kernel busy
...
Addresses part of gh-2673
Each set of the favicon causes a new HTTP request.
If we want an animated favicon, I think it's possible to use an animated
GIF. But I find animated favicons annoying, so I'd rather just get rid
of it entirely. Just because we can doesn't mean we should. ;-)
9 years ago
Adeel Ahmad
3195dc6d2c
Remove leading whitespace from prompt message
9 years ago
John Emmons
f81fb46ff6
Preliminary i18n implementation as outlined in JEP 16 ( #2140 )
...
setting up internationalization for log and UI messages
See i18n README for details
Squashed to resolve CRLF, tab-indent issues.
9 years ago
Min RK
8fa09260b1
Merge pull request #2472 from ericjperry/fix/IE-terminal
...
Open terminal tab using a hash rather than undefined for IE compatibility.
9 years ago
Min RK
f707dde238
Merge pull request #2625 from takluyver/i2611
...
More specific check for missing body data
9 years ago
Thomas Kluyver
7dc6b26c9f
When switching sort field, use ascending sort
9 years ago
Thomas Kluyver
a7e10e9303
Improvements to sorting notebook list
...
Closes gh-1218
Closes gh-1942
9 years ago
Thomas Kluyver
971e425c72
Merge pull request #2629 from takluyver/fix-modified-column
...
Fix last-modified column of notebook list
9 years ago
Vidar Tonaas Fauske
c77b2b76c7
Cell tags UI: Ensure close button does not wrap
...
Add CSS styling to prevent close button from line-wrapping inside the
cell tag elements.
9 years ago
Thomas Kluyver
624158f851
Fix last-modified column of notebook list
...
This was showing 'seconds ago' for every file, because it was looking
for the nonexistant 'modified' field. The correct name is 'last_modified'.
I'm not sure how long this has been broken.
9 years ago
Thomas Kluyver
4542a514e8
More specific check for missing body data
...
Closes gh-2611
9 years ago
Roland Weber
342ea2650e
fixes #2565 - capitalization of 'Edit cell Attachments' dialog
9 years ago
Thomas Kluyver
b4c4ed06e9
Merge pull request #2589 from gnestor/fix-header-flex
...
Fix logo alignment on dashboard
9 years ago
Grant Nestor
2aba171332
Insert flex-box spacer in tree view header
9 years ago
Thomas Kluyver
ce5621737f
Merge pull request #2449 from gnestor/issue-2404
...
Open all files with `/files` path except for `.html` and .svg`
9 years ago
Grant Nestor
6a1f807b89
Open all editable files with `/edit` path
9 years ago
Grant Nestor
3db3e9783e
Fix logo alignment on dashboard
...
Fixes https://github.com/jupyter/notebook/issues/2575
9 years ago
Thomas Kluyver
f75eb99fa3
Merge pull request #2552 from minrk/safe-trigger
...
catch and log event errors on outputarea.element
9 years ago
Krista
d3b94fa5f4
added robots.txt
...
This commit fixes issue #1387 by adding a file `robots.txt`
that makes robots go away.
This commit is also similar to
316665e5d7
as it also adds the `favicon.ico`.
9 years ago
Ondrej
533aea11fd
Added padding around gray box of ` markdown
...
Added padding of 1px from top and bottom and 5px from left and right
around gray box of single ` markdown.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Ondrej
823e1f19d5
Changes single ` markdown highlighting
...
Changes highlighting of text surrounded by single ` in markdown cells by
adding gray background under the text. Highlighting should resemble the
stack-overflow highlighting.
Signed-off-by: Ondrej <o.jariabka@gmail.com>
9 years ago
Thomas Kluyver
31400855f8
Merge pull request #2549 from mscuthbert/nbval-exception-passing
...
allow raises-exception to continue
9 years ago
Michael Scott Cuthbert
4cfa7f65d5
Remove nbval version from code
9 years ago
Min RK
99e4adb928
bump protocol version to 5.2
...
for surrogate pairs fix
9 years ago
Min RK
ff5e64e431
no need to double-check second half of a surrogate pair
9 years ago
Min RK
dbb78b4167
protect against a beautiful future in which javascript handles unicode sensibly
...
We don't need to count surrogate pairs if js stops using them
9 years ago
Min RK
8b14a8d003
check more strictly for surrogate pairs
...
check both surrogates with strict bounds, not just the first, in case of weirdness.
9 years ago
Brian E. Granger
4d9809d659
Allow session of type other than notebook.
9 years ago
Matthias Bussonnier
4b8cc28b26
Merge pull request #2535 from gnestor/issue-2379
...
Remove keymaps that conflict with non-English keyboards
9 years ago
Min RK
bf3de7bd1c
5.1.0.dev
...
5.0.0 has been released
9 years ago
Min RK
fc6bca2c0f
catch and log event errors on outputarea.element
...
we already do this on global events,
but the new events on output_area.element were unsafe,
allowing extension code to prevent actions such as clear_output, etc. from completing.
9 years ago
Michael Scott Cuthbert
81be6c575a
allow raises-exception or nbval-raises-exception to continue
9 years ago
Grant Nestor
af0a7b52e6
Uncomment "toggleComment" keymaps
9 years ago
Grant Nestor
35a9ff7932
Merge branch 'master' into issue-2404
9 years ago
Grant Nestor
226492d1b1
All files are viewable by default, handle notebooks and html differently
9 years ago
Grant Nestor
5c0495d14e
Inspect mimetype in addition to file extension to determine if a file is editable/viewable
9 years ago
Thomas Kluyver
9cd249ef7f
Merge pull request #2532 from gnestor/issue-1129
...
Re: Adjust positioning of filename in save widget
9 years ago
Grant Nestor
6b267b8cd2
Remove keymaps that conflict with non-English keyboards
9 years ago
Grant Nestor
abba580536
Add more HTML-like variants
9 years ago
Grant Nestor
b51e5d59e7
Support "View" and "Edit" for a selection of multiple files
9 years ago
Grant Nestor
7cb2bae6a0
Always display "View" button and display "Edit" button for all editable files
9 years ago
Grant Nestor
f43ac2f928
Fix double url-encoding issue on view file
9 years ago
Grant Nestor
945a973da5
Clean up layout in #header-container
9 years ago
Grant Nestor
c309c8513f
Fix clipping on filename
9 years ago
Matthias Bussonnier
c9d399ace6
Merge pull request #2500 from takluyver/cmd-palette-emptytemplate-func
...
Use function to construct empty message in command palette
9 years ago
Thomas Kluyver
8d1c94853c
Tweak formatting of 'no results' message
9 years ago
Min RK
2da75c37bd
handle surrogate pairs in tooltip cursor_pos
9 years ago
Min RK
a5e64e10b7
handle surrogate pairs
...
CodeMirror / javascript use utf16 code unit offsets,
but Jupyter protocol expects unicode *character* offsets,
so we need to translate back and forth.
9 years ago
Thomas Kluyver
560aa49884
Spelling correction
9 years ago
Min RK
8413ba9592
don’t start output areas collapsed
...
this sets metadata.collapsed = true metadata on cells with no output
causing churn in notebook files
9 years ago
Thomas Kluyver
6f05e770d8
Use function to construct empty message in command palette
...
This takes care of correctly escaping user input so it doesn't become
HTML.
9 years ago
Matthias Bussonnier
c50b47af12
Merge pull request #2477 from takluyver/i2476
...
Avoid double-encoding item path for view button
9 years ago
Grant Nestor
c43d258aa2
Update list of editable extensions
9 years ago
Grant Nestor
6871dc81db
Use `is_viewable` vs. `is_not_safe`
9 years ago
Grant Nestor
9d839d5052
Fix text baseline alignment in save widget
9 years ago
Thomas Kluyver
0d124e054e
Catch trying to rename to an empty filename
...
Act as if the OK button is diabled.
Closes gh-2475
9 years ago
Thomas Kluyver
1d7e6007ba
Avoid double-encoding item path for view button
...
Closes gh-2476
9 years ago
Eric Perry
113ccd0134
Open terminal tab using a hash rather than undefined for IE compatibility.
9 years ago
Grant Nestor
3e01e128f5
Use animated favicon for kernel busy indicator
9 years ago
Grant Nestor
5f3dbf9890
Use different favicons for different components (notebook, terminal, file)
9 years ago
Grant Nestor
63bca42067
Open all files with `/files` path except for `.html` and .svg`
9 years ago
Kyle Kelley
7b5c42d21c
Merge pull request #2448 from gnestor/issue-1129
...
Fix save widget layout for long notebook titles
9 years ago
Grant Nestor
74ea5ebd12
Fix save widget layout for long notebook titles
9 years ago
Matthias Bussonnier
7dac0a2bac
Merge pull request #2433 from takluyver/toolbar-btn-label
...
Allow toolbar buttons to have short label
9 years ago
Min RK
521f43f0bf
Merge pull request #2430 from minrk/never-abs-urls
...
fix some absolute URL paths
9 years ago
acrule
e928e21704
fix typo in action name
9 years ago
acrule
487d3ecb09
redirect paste menu items to call paste actions, not notebook paste functions
9 years ago
Thomas Kluyver
af244a63b8
Allow toolbar buttons to have short label
...
I've wanted this for ages - little monochrome icons can only convey so
much information. So far, I've only added a label to the run button.
9 years ago
Min RK
61439f8ffb
fix some absolute URLs
...
absolute URLs should never occur in the javascript
9 years ago
Min RK
eaeb5cb410
remove some outdated, incorrect $.getScript examples
9 years ago
Thomas Kluyver
e5a492dd25
Merge pull request #2418 from minrk/remember-edit-extensions
...
editor: remember user language choices per file extension
9 years ago
Min RK
97f4913c16
only set codemirror mode if it exists
9 years ago
Min RK
76c6617b28
delete settings.url when pulling it out
9 years ago
Min RK
25c4ff33e4
accept jquery's ajax({url: '...'}) signature
...
to ease extensions updating from `$.ajax` to `utils.ajax`
9 years ago
Min RK
a2f6a8c3bb
editor: remember user language choices per file extension
...
When the language is selected manually, record the file extension and choice in config
so that future files opened with the same extension use the same mode.
This allows users to teach the editor about file extensions CodeMirror doesn't know about.
9 years ago
Jason Grout
8e822e999f
Call the code cell’s clear_output so a cell event is triggered.
...
Thanks to @gnestor for this, from PR #2394 .
9 years ago
Jason Grout
76b77a0b09
Pass the output area object in events specific to the output area.
...
Also, add a new event triggered right before the output area is cleared. This is useful if an output renderer has cleanup work to do before the DOM element is removed off of the page.
9 years ago
Min RK
f5f2eadd92
Merge pull request #2349 from parmentelat/split-cell
...
include metadata when copying a cell
9 years ago
Min RK
8a0410ecae
Merge pull request #2390 from miishke/menubar-toggle
...
Added show, hide, and toggle actions for menubar container to the Com…
9 years ago
Milos Miljkovic
f39a551149
Added show, hide, and toggle actions for menubar container to the Command Palette
9 years ago
Kyle Kelley
082153d7e8
Merge pull request #2385 from rgbkrk/ensure-trailing-slash
...
ensure a trailing slash on the base_url
9 years ago
Kyle Kelley
ed92e20f75
Merge pull request #2387 from gnestor/editor-search-style
...
Fix search background style
9 years ago
Grant Nestor
ebad7c0241
Fix search background style
9 years ago
Kyle Kelley
0a1b0309b7
ensure a trailing slash on the base_url
9 years ago
Min RK
f9f2a5e3f9
Merge pull request #2279 from delftswa2017/refactoring_page
...
Refactoring Page object
9 years ago
Samar Sultan
ca244e7986
Update savewidget.js
9 years ago
Samar Sultan
7fee8447fa
Update notebooklist.js
9 years ago
samarsultan
29ce7dea3b
tuning code style
9 years ago
samarsultan
e112142810
tuning rtl mode style for commanpalette window
9 years ago
samarsultan
f21969d724
tuning rtl mode style for login page
9 years ago
samarsultan
2d0be3560f
Tuning bidi support
9 years ago
Grant Nestor
bf2e14cfe4
Back to development
9 years ago
Grant Nestor
048f243a3a
release 5.0.0
9 years ago
Grant Nestor
60a02df266
Use `events.one` vs `events.on` inside of `CodeCell.execute`
9 years ago
samarsultan
a87528ca22
tuning rtl mode
9 years ago
samarsultan
6f126382d7
tuning bidi support
9 years ago
Thierry Parmentelat
6aaa4d7a96
an early attempt to fix #2273
...
I was not able to test this though
preserves initial strategy that uses original cell as cell B
so as to preserve selection
9 years ago
Grant Nestor
f0ee02fb27
Use `_new_window` method for "Download as .ipynb"
9 years ago
Grant Nestor
e9c9c3a10e
Back to development
9 years ago
Grant Nestor
35c37c068f
release 5.0.0rc2
9 years ago
Thomas Kluyver
e2943130c7
Remove addition of cell toolbar reminder
...
Follow up from PR #2331
9 years ago
Thomas Kluyver
ece0a777d5
Merge pull request #2331 from gnestor/celltoolbar-reminder
...
Remove cell toolbar reminder
9 years ago
Grant Nestor
f2f9237c06
Remove cell toolbar reminder
9 years ago
michaelpacer
9b771de18d
Add latex button to dropdown
9 years ago
Matthias Bussonnier
fc0354ef59
Remove drop shadow from Tag UI for consistency.
...
Likely a side-effect of using `.form-control()`
9 years ago
Grant Nestor
b69509fcab
Move preact, preact-compat, and proptypes to bower
9 years ago
samarsultan
243a3f8d77
Bidi Support
9 years ago
Matthias Bussonnier
8aa04b9699
Enforce version number at build time.
...
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
9 years ago
Grant Nestor
b12bd4cbcc
release 5.0.0-rc.1
9 years ago
Grant Nestor
64fe3f1618
Trigger 'cleared' event when output area is cleared
9 years ago
Min RK
93d8f3fe0f
add output_added.OutputArea event
9 years ago
Min RK
7756fd34a9
restore append-after-render
...
so all output types are handled consistently
9 years ago
Min RK
273e8f9bbe
display_id target index is now outputs.length - 1
...
since item has been appended to outputs before calling instead of after
9 years ago
Grant Nestor
d635525aef
Make mime bundle accessible to renderers
9 years ago
Ioannis Papadopoulos
7227c261ce
fix indentation
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago
Grant Nestor
c8841b68c4
Back to development
9 years ago
Grant Nestor
3194aba706
release 5.0.0b2
9 years ago
Grant Nestor
a531aeb8b3
Add modal styles
9 years ago
Min RK
420715e3e5
Merge pull request #2234 from takluyver/i2204
...
Show server root directory in move dialog
9 years ago
Kyle Kelley
ead73b9efa
Merge pull request #2220 from delftswa2017/fix-issue-980
...
Fixed issue #980 : incorrect LaTeX capturing and MathJax rendering
9 years ago
Grant Nestor
92cfd65931
Use flex box vs. table
9 years ago
Grant Nestor
c4d2c1a527
Merge pull request #2249 from minrk/test-tags
...
Test the cell tags toolbar
9 years ago
samarsultan
ad63cfda82
Creating digit shaping core
9 years ago
samarsultan
ea72fe3ff5
Creating bidi interface
9 years ago
samarsultan
4013cd8b17
enable the localization mode
9 years ago
Kyle Kelley
a42fa3f453
Merge pull request #2162 from blackrock/master
...
Fix for uploading large files crashing the browser (issue #96 )
9 years ago
Min RK
752fb34309
Merge pull request #2246 from takluyver/tooltip-pos
...
Add cell position when calculating location of cursor for tooltip
9 years ago
Min RK
7286839c3a
always handle click event on remove-tag-btn
...
rather than checking if it’s ‘real’, which prevents `$(el).click()` from working
9 years ago
Min RK
a304f9d15f
split tags on commas and whitespace
9 years ago
Thomas Kluyver
59458731d8
Add cell position when calculating location of cursor for tooltip
...
Closes gh-2245, I hope, but I don't know if there's a better way to fix
it.
I think we need to calculate the location relative to the 'offset
parent' of the tooltip. Adding one extra parent level from CodeMirror
seems to work at the moment.
9 years ago
Kaushik Chaubal
7cd59275ea
add a dialog for large file size warning + simplify chunking logic
9 years ago
Kaushik Chaubal
7d4965abc0
fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Lorenzo Gasparini
c782cb327f
Swap $ and $$ delimiters order to avoid conflicts.
9 years ago
Michael Pacer
44a1e99f2a
Remove misleading local variable declaration
9 years ago
Lorenzo Gasparini
3b50d4b4ad
Add comments
9 years ago
Lorenzo Gasparini
3c40901b34
Add support for '\\[' and '\\]' as math delimiters, refactoring.
9 years ago
Thomas Kluyver
c03c133bbd
Merge pull request #2229 from ellisonbg/edit-view-buttons
...
Edit view button behavior change
9 years ago
Matthias Bussonnier
e751e1ca1e
Implement discussed behavior:
...
- replace regexes they were not matching at the end of files.
- hide edit/view for multiple, they where not working
From the Pr comments that should closely match the following
Observations:
- "View" is handled by the browser so in most case it's something
"safe". I think that (A) all items we don't know what to do with
should have the _possibility_ to be viewed. (example `config.yaml`,
`cat.gifv`).
- "Edit" make sens only on text files only. In general (B) "edit"
should not be the default action for most files.
- Though (C) "Edit" should be triggerable by advanced users (unless
we know we should not). Example `foo.zorblax`, `conf.toml`
- (D) "Edit" does not make sens for some filetypes, thus should not be
available (`'png`, `.jpeg`)
Question (E):
- If the default action is X {in edit/view} should the X button be shown ?
Proposition:
- if ipynb:
- default link edit
- no button in toolbar.
- If known type, editable (txt, json, yaml, py, rb):
- default link open edit,
- button in toolbar show view
- if known type not editable: (, png, gif, zip)
- default link open view
- no button in toolbar
- if unknown type ('.zorblax, toml, cson, ')
- default link open "view"
- button in the toolbar show "Edit".
9 years ago
Thomas Kluyver
b2d048a85e
[WIP] Show server root directory in move dialog
9 years ago
Joris Van den Bossche
de26378f1c
Adjust HTML table style (GH2209)
9 years ago
Matthias Bussonnier
2e0d44b5d4
retab with spaces.
9 years ago
Brian E. Granger
9415f89776
Super minor style fixes for the cell tag UI.
9 years ago
Brian E. Granger
6846deec7a
Fixing notebook behavior of Edit.
...
In the future I would like to show the Edit button for notebooks
but have it open them in the text editor. Right now, there isn't
any way for a user to do this. Thus hiding Edit on notebooks for
now.
9 years ago
Brian E. Granger
5974cbe2ad
Don't show Edit button on files we know we can't edit or ipynb
...
This removes the showing of the Edit button when:
* We know we can't edit the file (pdf, doc, xls, jpeg, png, etc.)
* Or a notebook - looking at this again though...
9 years ago
Brian E. Granger
2f266d3183
Only show View button for HTML files.
9 years ago
Lorenzo Gasparini
0447a20598
Merge branch 'master' of https://github.com/jupyter/notebook into fix-issue-980
9 years ago
Matthias Bussonnier
98b07e7057
Merge pull request #2210 from vidartf/tags-ui-review
...
Adjust tags UI styling
9 years ago
Vidar Tonaas Fauske
2b4145e506
[TagsUI] Prevent highlighting of tagbar input box
9 years ago
Lorenzo Gasparini
7733aeb8ae
Fixed issue 980
9 years ago
Matthias Bussonnier
9dd3818a00
Merge pull request #2134 from Carreau/rtl-prompt
...
Better handeling or RTL prompts
9 years ago
Min RK
2d42e62e85
Don't use jquery-ui data selector
...
since jquery-ui isn't available
iterate over list items instead (result is the same)
9 years ago
Vidar Tonaas Fauske
1f11cd1abf
[Tags UI] Style input controls according to review
...
Fixes most of style review in #2205 .
9 years ago
Vidar Tonaas Fauske
1e3eb0e0e7
[Tags UI] Replace <a>X</a> with FA icon
9 years ago
michaelpacer
1f93cb6b54
Clarify prefix exclusion
9 years ago
michaelpacer
240186ab48
Add Cmdtrl description
9 years ago
michaelpacer
8543b4e9f6
Put short description at top, longer at bottom
9 years ago
michaelpacer
b91c9218c0
Add line breaks
9 years ago
michaelpacer
6b08b86cb8
Some polishing, variable name change, etc.
9 years ago
michaelpacer
c5711ebc09
Large structural changes to the keybinding help interface.
9 years ago
Thomas Kluyver
747fcf0d6a
Back to development
9 years ago
Thomas Kluyver
ebb1f74172
release 5.0.0b1
9 years ago
Thomas Kluyver
088dabfc6e
Merge pull request #2188 from michaelpacer/enter_keybinding
...
Use form not div so that enter can submit changes
9 years ago
michaelpacer
1a412fc6c2
Use form not div so that enter can submit changes
9 years ago
Grant Nestor
a1dca237fc
Merge pull request #2173 from jasongrout/clearoutput-5
...
Add a clear_output code cell event
9 years ago
Jason Grout
971c63d780
Update codecell.js
9 years ago
Thomas Kluyver
a33d136cb0
Merge pull request #2186 from tonycpsu/master
...
Support underline and inverse in ANSI escape codes
9 years ago
Tony Cebzanov
cb247590c7
Support ANSI underline and inverse properties.
...
* Parse underline and inverse in ANSI escape codes
* Add CSS classes for same, using a subtle outline for inverse
9 years ago
Grant Nestor
9e162ff225
Fix the left cell border
9 years ago
Jason Grout
b72ab070b3
Add a clearOutput code cell event
...
This is triggered when a code cell clears its output.
9 years ago
Matthias Bussonnier
f06aca718a
Wrap prompts in bdi for rtl layout
9 years ago
Min RK
f63880700d
copying cells copies attachments
...
add test to verify
9 years ago
Min RK
f982c0df3a
attachment mimebundle values are strings, not lists
...
When first added, the first item of the list contained the attachment.
After roundtripping to a file, the list was correctly converted to a single string,
the first element of which is a single character, not the full data.
9 years ago