Skip to content

Commit 9534bb8

Browse files
committed
Update documentation
1 parent c05bced commit 9534bb8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/contributor/codebase.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ allows the repository to be tested on `mybinder.org`_. This
1818
specification is developer focused. For a more user-focused binder see
1919
the `JupyterLab demo`_
2020

21+
Test: ``test/``
22+
^^^^^^^^^^^^^^^
23+
This contains test scripts that test our codebase using jest.
24+
2125
Design: ``design/``
2226
^^^^^^^^^^^^^^^^^^^
2327
A directory contains gifs or images that show the design perspective of
@@ -49,13 +53,13 @@ Description of each file in ``src/``
4953
as a container of code snippets.
5054
- CodeSnippetWidgetModel.ts: this contains a code snippet model that
5155
keeps track of a list of code snippets being used in the extension.
52-
- ConfirmMessage.tsx: this contains a luminio widget that creates
56+
- ConfirmMessage.ts: this contains a luminio widget that creates
5357
confirmation dialog as a modal window after snippet creation.
5458
- FilterTools.tsx: this contains a react component that renders a
5559
search bar and filter box.
56-
- MoreOptions.tsx: this contains a lumino widget that creates dropdown
60+
- MoreOptions.ts: this contains a lumino widget that creates dropdown
5761
dialog when three dots icon is clicked.
58-
- PreviewSnippet.tsx: this contains a lumino widget used to create
62+
- PreviewSnippet.ts: this contains a lumino widget used to create
5963
preview minimap.
6064
- index.ts: this contains the activation of our extension.
6165

docs/getting_started/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ v1.1.0
1010
* Made the UI more consistent.
1111
* Added a new feature to rename the code snippet in the code snippet panel easily by double-clicking its name.
1212
* Improved the search feature with fuzzy search.
13+
* Added a function to save the entire cell as a code snippet.
14+
* Added multi-cell saving by right clicking and saving as a code snippet.
15+
* Changed preview height to match the height of code snippet box at the maximum.
16+
1317

1418
v1.0.4
1519
^^^^^^

0 commit comments

Comments
 (0)