DavidWells / DavidWells/markdown-magic

Simplify `remote` and `file` to `sync`

Open
#116 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-generated claude-code
Dominant language
JavaScript
Stars
868
Forks
223
PR merge metrics
No merged PRs in 30d

Description

I think there might be a way to simplify things with the different transforms. We can still keep the base transforms, but a lot of these really just come down to sync. So it's syncing from one of these sources. And yeah, if it's pointing to a file, it'd just be syncing from the file. If it's pointing to a URL, it'd be syncing from that URL. And then we probably need to allow for additional remote requests and different methods.

So TBD might be able to streamline this

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 locating the existing remote and file transforms and their entry points. Review how sources and requests are represented before deciding whether a shared sync transform can cover them. Done means the transform model is streamlined while file and URL sources, additional remote requests, and different methods remain supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.