A BetterDiscord plugin that aims to make Discords codeblocks & text file attachments better.
- SVG Preview
- Line Numbers
- Download
- Copy
- Collapsability
- Change File type
(File attachment and codeblocks)
(SVG preview within the modal)
(Showing how the tsx alias will show typescript)
Allows searching using language name and language aliases
First clone the repo
git clone https://github.com/doggybootsy/enhancecodeblocks.git
then install the deps
npm i @react-spring/web@^9.6.1
npm i @types/react@^18.0.27
npm i esbuild@^0.17.6
npm install @types/betterdiscord@github:zerthox/betterdiscord-types
Finally to build run
npm run build