MacDownApp / MacDownApp/macdown
Add option to replace Jekyll media path to local repo path
Open
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
Some Jekyll site have to set media path to absolute path like /assets/images/test.jpg, and cannot be rendered on local machine.
If user can provide Jekyll repo path like ~/git/test.github.io, it will be helpful to format those media with URL begin as / to ~/git/test.github.io/assets/images/test.jpg.
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
No files, tests, or entry points are named. Start by locating the Jekyll media-path handling used during local rendering, then verify that a configured repository path maps leading-slash media URLs to files under that path without changing other URLs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jekyll, markdown
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100