* Update README.md
oh boy here we go
* For requesting the contributor badge
Even if my main work so far has been linux installation related I'm starting to move to other areas with crossplatform in mind
My work will expand slowly as I'm learning typescript (i was already somewhat a novice with javascript)
* X11 and Wayland GUI links
as requested
* Update README.md
* add myself to EquicordDevs list
* implement MessageMerger plugin
* change lastMessageContent to lastMessage
better variable name
* refactor and cleanup code
* rebrand and add option
* implement time checking
* better description
* add plugin to plugin list within README
had to redo this because prettier kept attempting to format it
---------
Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
* remove DisableAnimations from the list of plugins in README.md
* remove GrammarFix plugin from the list in README.md
* remove DisableAnimations plugin from the project
* remove GrammarFix plugin implementation
* remove seth from EquicordDevs constants
* Update README.md
* Added two plugins
ported a modified version of VCNarrator that uses the tiktok voice, and created a plugin named FurudoSpeak. A modification of the shakespearean plugin but uses openai as its base and implements more flexibility on the character speech patterns. It requires an api keys to use though.
* modified: src/equicordplugins/vcNarratorCustom/index.tsx
modified: src/utils/constants.ts
* added plugins to the readme and changed furudospeak to .dev
* Fix Readme placement
* Remove Unused code
* readd ,
* Fix Pt.1
* Fix Pt.2
* Fix Pt. 3
* Update index.tsx
---------
Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
* Added an "imgtogif" to convert an image to gif. Currently working on making it fetch the width/height of the image, so it's 512x512 for now.
* fix(install): script url
The Linux installer script is actually named install.sh and not installer.sh. Thats why I got a 404 Error. Exchanging the URL will fix it. I successfully tested it on my CachyOS (Arch Linux) install.
* commit
* put imgtogif to equicordplugins
---------
Co-authored-by: thororen1234 <thororen1234@users.noreply.github.com>
Co-authored-by: RTBGG <12652550+RTBGG@users.noreply.github.com>
Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
* Add HideServers
* HideServers: Add a count indicator and a modal to manage hidden servers
* Dont include servers youve left in the indicator count
* fix(hideServers) for webpack change
* fix(hideServers): update regex
* fix(hideServers): rewrite to use stores
* move hideServers to equicordplugins
* add serverhider to readme
* put myself in equicorddevs
* formatting nit