chocolatey / chocolatey/choco-theme
Handle Callout Icon Conversion
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 17
- Avg merge
- 20h 33m
- Merged PRs (30d)
- 4
Description
### Checklist
- [X] I have verified this is the correct repository for opening this issue.
- [X] I have verified no other issues exist related to my request.
### Is Your Feature Request Related To A Problem? Please describe.
Right now, the conversion of the icons in callouts are being handled with JS, so something like `:choco-info:` will be rendered as an icon on the client. It might be worth investigating other methods of displaying these icons instead of relying on the client.
### Describe The Solution. Why is it needed?
Perhaps there is a way to handle the conversion in C#, so that it can be converted on build time instead of at client run time.
### Additional Context
_No response_
### Related Issues
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by tracing the client-side JavaScript that converts callout icon names such as `:choco-info:` and inspect how this theme is built; done means establishing a build-time conversion approach that no longer relies on client-side rendering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, javascript
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100