Browse and read gallery posts directly within Visual Studio Code. This extension provides a seamless way to stay updated with your favorite Korean online communities without leaving your development environment.
Features
Browse Gallery Posts: Access galleries directly from VS Code's sidebar
Post Preview: View post content and comments in a formatted Markdown preview
Image Support: Automatically loads and displays images with optimized sizing
Multiple Galleries: Pre-configured popular galleries with support for custom gallery IDs
Recommended Posts: Filter by regular posts or highly recommended posts
Pagination: Navigate through pages with intuitive next/previous buttons
Auto-refresh: Keep your feed up-to-date with the refresh button
Installation
From VS Code Marketplace
Open VS Code
Press Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS) to open Extensions view
Go to Extensions view (Ctrl+Shift+X / Cmd+Shift+X)
Click the ... menu at the top right
Select "Install from VSIX..."
Choose the downloaded .vsix file
Usage
Getting Started
Click the icon in the Activity Bar (left sidebar)
The programming gallery will load automatically on first launch
Click on any post to view its content
Browsing Galleries
Click the "갤러리 검색" (Search Gallery) button at the top of the sidebar
Select from pre-configured galleries:
Programming Gallery
Backend Gallery
GitHub Gallery
Baseball Gallery
Employment Gallery
Stock Gallery
US Stock Gallery
Or enter a custom gallery ID
Viewing Posts
Click any post title to open it in the preview panel
Images are automatically loaded and resized to 200px width
View vote counts (upvotes/downvotes) at the top of each post
Read comments with timestamps and IP addresses
Navigation
Use "이전 페이지" (Previous Page) / "다음 페이지" (Next Page) buttons to navigate
Click "새로고침" (Refresh) to reload the current page
Requirements
Visual Studio Code version 1.97.0 or higher
Internet connection to fetch gallery content
Extension Settings
This extension does not require any configuration. Simply install and start browsing!
Known Issues
Large images may take a few seconds to load
Some galleries may require authentication (not currently supported)
Comments are limited to the first page
Troubleshooting
Images not displaying in Markdown preview
If images don't appear in the preview.
Open VS Code Settings (Ctrl+, / Cmd+,)
Search for "markdown preview"
Ensure "Markdown: Preview Breaks" is enabled
Gallery not loading
Check your internet connection
Try refreshing the gallery
Verify the gallery ID is correct
Privacy
This extension.
Does not collect any personal data
Does not track user behavior
Only makes requests to servers to fetch public content
Runs entirely locally on your machine
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Development Setup
# Clone the repository
git clone https://github.com/efforthye/vscode-ddadang-extention.git
# Install dependencies
cd vscode-ddadang-extention
npm install
# Run the extension in development mode
# Press F5 in VS Code to launch Extension Development Host
Release Notes
0.0.1
Initial release
Browse gallery posts
View post content with images
Read comments with timestamps and IP addresses
Support for multiple galleries
Pagination support
Auto-load programming gallery on startup
License
This project is licensed under the MIT License - see the LICENSE file for details.