musescore / musescore/MuseScore
MacOS now has Uniform Type Identifier for Markdown data
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
FYI following up on
https://github.com/musescore/MuseScore/pull/33538
(finally) Apple now has a a built-in Uniform Type Identifier for Markdown data:
https://developer.apple.com/documentation/uniformtypeidentifiers/uttype-swift.struct/markdown
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 reading the linked pull request #33538 and the Apple Uniform Type Identifiers documentation for Markdown. Trace the existing Markdown type handling described or changed there, then determine the relevant macOS integration point; the work is done when the built-in Markdown identifier is used consistently and the relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, macos
- Domain
- desktop, operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100