MacDownApp / MacDownApp/macdown
Turn multiple lines of url into urls/images
Nobody has claimed this yet.
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I feel euphoric when I found I can drag images from finder to Mawdown, though I humbly think that turn multiple lines of urls into images may be a good idea? For I seldom concern about the content in the [], can the `cmd + shift + i` turn the
> ../images/img1.jpg
> ../images/img2.jpg
> ../images/img3.jpg
to
> \!\[](../image/img1.jpg)
> \!\[](../image/img2.jpg)
> \!\[](../image/img3.jpg)
or just like Jmuccigr told in the issue #550 that `option + drag` can directly insert the images?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing cmd+shift+i image-insertion action in MacDown and compare it with the option-drag behavior mentioned in the issue. Define completion as converting each selected line of an image URL into Markdown image syntax, while confirming the intended handling of the URL text in brackets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, markdown
- Domain
- content, desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100