mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
Merge pull request #745 from jcb91/docs_update
Add missing readmes/yaml links to readmes
This commit is contained in:
@@ -4,6 +4,7 @@ Name: Comment/Uncomment Hotkey
|
||||
Main: main.js
|
||||
Description: add new configurable hotkey binding to toggle comments
|
||||
Icon: icon.png
|
||||
Link: readme.md
|
||||
Parameters:
|
||||
- name: comment_uncomment_keybinding
|
||||
description: keybinding for toggling comments
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
Comment/Uncomment
|
||||
=================
|
||||
|
||||
Adds a new configurable hotkey binding to toggle comments on/off.
|
||||
@@ -4,3 +4,4 @@ Description: 'adds a toolbar button which pastes the current time & date into th
|
||||
Icon: icon.png
|
||||
Main: main.js
|
||||
Compatibility: 4.x
|
||||
Link: readme.md
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
Datestamper
|
||||
===========
|
||||
|
||||
Adds a toolbar button which pastes the current time & date into the current cell.
|
||||
@@ -4,3 +4,4 @@ Main: main.js
|
||||
Name: Hide input
|
||||
Icon: icon.png
|
||||
Description: "toggle display of selected code cell's input"
|
||||
Link: readme.md
|
||||
|
||||
@@ -4,3 +4,4 @@ Main: main.js
|
||||
Name: Hide input all
|
||||
Description: "toggle display of all code cells' inputs"
|
||||
Icon: icon.png
|
||||
Link: readme.md
|
||||
|
||||
@@ -2,6 +2,7 @@ Type: IPython Notebook Extension
|
||||
Name: Split Cells Notebook
|
||||
Description: Enable split cells in Jupyter notebooks
|
||||
Main: splitcell.js
|
||||
Link: readme.md
|
||||
Icon: icon.png
|
||||
Compatibility: Jupyter (4.x)
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ Type: IPython Notebook Extension
|
||||
Name: Toggle all line numbers
|
||||
Description: "Add a toolbar button and hotkey to toggle all cells' line numbers on or off"
|
||||
Icon: icon.png
|
||||
Link: readme.md
|
||||
Main: main.js
|
||||
Compatibility: 3.x 4.x
|
||||
Parameters:
|
||||
|
||||
Reference in New Issue
Block a user