MacDownApp / MacDownApp/macdown

Turn multiple lines of url into urls/images

Open
#699 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.