The Wayback Machine - https://web.archive.org/web/20220607113156/https://github.com/topics/browser
Skip to content
#

browser

Here are 4,778 public repositories matching this topic...

next.js
saurabhmehta1601
saurabhmehta1601 commented Jun 3, 2022

Verify canary release

  • I verified that the issue exists in Next.js canary release

Provide environment information

Operating System:
Platform: linux
Arch: x64
Version: #1 SMP Wed Aug 25 23:20:18 UTC 2021
Binaries:
Node: 14.18.2
npm: 8.3.0
Yarn: 1.22.17
pnpm: N/A
Relevant packages:
next: 12.1.6
react: 17.0.2

good first issue area: examples area: TypeScript
vadimkantorov
vadimkantorov commented May 7, 2021

I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.

https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...

naiyerasif
naiyerasif commented May 28, 2022

Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are

  • backward compatibility (if I'm migrating from some other framework)
  • customization of slugs (one off custom transformations)
  • handling special usecases for non-latin languages (like Urdu)

Possible alternative

If it is too much, [@sindresorhus/sl

good first issue markdown p2-nice-to-have

Improve this page

Add a description, image, and links to the browser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."

Learn more