Skip to content

Commit

Permalink
CodeSwing refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lostintangent committed Dec 26, 2020
1 parent 192f3d1 commit fb3e4f7
Show file tree
Hide file tree
Showing 88 changed files with 595 additions and 5,522 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
},
"search.exclude": {
"out": true
},
"typescript.tsc.autoDetect": "off"
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.0 (12/26/2020)

- Removed the playgrounds feature from GistPad, in favor of an integration with the new [CodeSwing](https://aka.ms/codeswin) extension. Note that all existing functionality should remain the same, but the playgrounds feature is now more broadly useful, than just with gists (e.g. you can create playgrounds in GitHub repos and local directories)
- Renamed the following gist types: `doc` -> `note`, `playground` -> `code-swing`, `playground-template` -> `swing-template`, `tour` -> `code-tour`, `tutorial` -> `code-swing-tutorial`, `flash-card` -> `flash-code`.
- The `Showcase` view now only appears after you've signed in, in order to prevent issues with API throttling for anoymous users

## v0.1.13 (12/02/2020)

- Introduced support for embedding wiki pages, using the `![[link]]` syntax
Expand All @@ -7,6 +13,8 @@

## v0.1.12 (11/26/2020)

`

- The `GistPad: Open Today Page` and `GistPad: Add Wiki Page` commands are now exposed in the command palette, as long as you have a wiki repo open.
- Added status bar items for opening the "today page" and adding a new wiki page.
- Your list of opened repos, followed users and playground tutorials are now synchronized between machines, if you're using VS Code's settings sync.
Expand Down
315 changes: 20 additions & 295 deletions README.md

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions codepen.html

This file was deleted.

11 changes: 0 additions & 11 deletions images/dark/add-library.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
5 changes: 0 additions & 5 deletions images/dark/configure.svg

This file was deleted.

3 changes: 0 additions & 3 deletions images/dark/console.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/dark/dev-tools.svg

This file was deleted.

File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion images/dark/follow.svg

This file was deleted.

10 changes: 0 additions & 10 deletions images/dark/layout.svg

This file was deleted.

File renamed without changes
File renamed without changes
1 change: 0 additions & 1 deletion images/dark/run.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/git.svg

This file was deleted.

11 changes: 0 additions & 11 deletions images/light/add-library.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/light/cancel.svg

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 0 additions & 4 deletions images/light/configure.svg
Diff not rendered.
3 changes: 0 additions & 3 deletions images/light/console.svg
Diff not rendered.
Loading

0 comments on commit fb3e4f7

Please sign in to comment.