6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript5,538 stars (5,538 stars)246 forks (246 forks)batch import
enhancementhelp wanted
Description
终端全屏模式下运行 neovim,使用MarkdownPreview在当前屏幕下分屏打开浏览器窗口
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- developer experiencetooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- NeovimmacOSBasic Node.js
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the plugin's main source files, such as autoload/markdown preview.vim or rplugin/python3, to understand how browser windows are currently opened. The request is to enable split screen opening on macOS, which may require using AppleScript or the 'open' command with specific arguments. Review the issue comments for any additional details or suggestions from users. Consider implementing a macOS specific handler that checks the current window state and opens a new browser window in split screen mode.