Skip to content

Commit

Permalink
remove gistlog refs (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 4, 2023
1 parent 317c0e3 commit 244d66b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ GistPad is a Visual Studio Code extension that allows you to edit GitHub [Gists]
- [Exporting to Repositories](#exporting-to-repositories)
- [Scratch Notes](#scratch-notes)
- [Showcase](#showcase)
- [GistLog](#gistlog)
- **[Repository Management](#repositories)**
- [Branches](#branches)
- [Wikis](#wikis)
Expand Down Expand Up @@ -128,16 +127,6 @@ To see what can be done with gists and [code swings](#codeswing), and to keep up

<img width="250px" src="https://user-images.githubusercontent.com/116461/74891549-2c9f4500-533c-11ea-9bbb-c5907d41a589.png" />

### GistLog

In addition to using Gists to share code snippets/files, you can also use create a mini-blog with [GistLog](https://gistlog.co). In order to start blogging, simply run the `GistPad: New GistLog` command, which will create a new gthat includes two files, `blog.md` and `gistlog.yml`.

![GistLog](https://user-images.githubusercontent.com/116461/70856110-fdc3a900-1e8a-11ea-8e26-2c3917e11db0.gif)

`blog.md` will open for editing, and as soon as you're ready to publish your post, open `gistlog.yml` and set the `published` property to `true`. Then, right-click your gist and select the `Open Gist in GistLog` menu. This will open your browser to the post's URL, which you can share.

In addition to being able to view individual posts on GistLog, you can also open your entire feed by right-clicking the `Your Gists` tree node and selecting the `Open Feed in GistLog` menu item. This will launch your GistLog landing page that shows published GistLog posts.

## Repositories

GistPad also allows you to create and edit GitHub repos without needing to clone anything locally. To get started, run the `GistPad: Open Repository` command, and specify/select the name of the repo you'd like to start managing. If you want to create a new repo, then select the `Create new repo` or `Create new private repo` options, then specify the name of the repo.
Expand Down Expand Up @@ -273,8 +262,6 @@ In addition to the `Gists` view, this extension also provides the following comm

- `GistPad: New CodeSwing` - Creates a new [CodeSwing](#CodeSwing).

- `GistPad: New GistLog` - Creates a [GistLog](#gistlog).

- `GistPad: Refresh Gists` - Refreshes the gist data and reloads the `Gists` tree.

- `GistPad: Sign In` - Sign-in with a GitHub account, in order to view/edit/delete your Gists.
Expand Down

0 comments on commit 244d66b

Please sign in to comment.