Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gorillamoe/linkztxt-vscode
A linkz.txt extension for vscode.
https://github.com/gorillamoe/linkztxt-vscode
links vscode vscode-extension
Last synced: 7 days ago
JSON representation
A linkz.txt extension for vscode.
- Host: GitHub
- URL: https://github.com/gorillamoe/linkztxt-vscode
- Owner: gorillamoe
- Created: 2020-09-20T09:40:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T18:05:36.000Z (about 4 years ago)
- Last Synced: 2024-10-12T13:09:47.639Z (about 1 month ago)
- Topics: links, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://apps.walialu.com/linkz.txt/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
linkztxt-vscode
===============A vscode extension for conviently browsing linkz.txt files from within vscode.
## Motivation
See this [link](https://apps.walialu.com/linkz.txt) for more information about the motivation behind linkz.txt.
## Installation
Via [vscode marketplace](https://marketplace.visualstudio.com/items?itemName=superevilmegaco.linkztxt-vscode).
## Usage
- `Linkz List` to open up a quickpick window with all linkz.
## linkz.txt file
Put a `linkz.txt` in the root of your project.
```text
About this plugin
https://apps.walialu.com/linkz.txtAbout the author
https://about.walialu.com/Create an issue
https://github.com/walialu/linkztxt-vscode/issuesView the source
https://github.com/walialu/linkztxt-vscodeVsCode Marketplace Link
https://marketplace.visualstudio.com/items?itemName=superevilmegaco.linkztxt-vscode
```Each link consists of a title and an URI:
```text
This is an example title
http://example.com/
```All links are separated via a blank line (two consecutive new lines `\n`).
```text
This is an example title
http://example.com/This is another example title
http://example.com/
```There is no trailing new line at the end of the `linkz.txt` file.