hi there!
i’ve been using glitch for a while and i love it, but over time there were a few features i’ve really wanted to see. so i decided to add them myself!
feel free to use them as you’d like: GitHub - torcado194/glitch-torcAddons
here is a list of addons i have implemented currently:
fileSearch
adds a search bar to the filetree to show/hide files. Also supports regex parsing.
favorite
adds a “favorite” star button next to each file, allowing you to add or remove files to a favorites list.
a list of favorited files is displayed above the filetree. favorites are saved to local storage and are tied to the project.
indentGuides
adds visual guides to indentation in the code
pasteAndIndent
automatically correctly indents code when you paste it. you can prevent this behavior with ctrl+shift+v.
colors
adds a visual color component next to css colors
wrapSelection
allows certain characters to wrap selections rather than replace the selection, such as (parentheses)
[Deprecated]
filetree
adds a (real) filetree view to the file browser, including directory collapsing.
it also comes with a file searchbar, automatically hiding files not matching the search.
any feedback or suggestions is welcome!
thanks