Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>xLogNew to Visual Studio Code? Get it now.
xLog

xLog

Stephen Zhou

|
143 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode xLog

Visual Studio Marketplace Version

Usage

Create a configuration in your vscode settings.json file:

{
  "xlog.handle": "hyoban",
  "xlog.post-folder": "posts",
  "xlog.token": "your-token"
}

[!CAUTION] Do not commit your token to your repository. You should put it in both your user settings and your workspace settings.(In VSCode, click on the gear icon in the bottom left corner and navigate to Settings. Searching for 'xlog' will allow you to find both the user settings and workspace settings.)

To get your token, go to your xLog dashboard, open developer tools (F12), and run the following code in console:

JSON.parse(localStorage.getItem("connect-kit:account")).state.wallet.siwe.token;

[!NOTE] Read more: 技术折腾 xLog 2 深入理解 xlog 的鉴权

Features

  1. download your posts
  2. create/update a post by right-clicking your markdown file.
  3. upload any file to ipfs by right-clicking your file.

https://github.com/hyoban/vscode-xlog/assets/38493346/28b0ffbc-47dd-41da-a185-d2f727814a61

https://github.com/hyoban/vscode-xlog/assets/38493346/42fbdf40-0430-484a-9cad-50217e8b7c9d

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft