Skip to content

Kinokoda/KinosWebDevBitsAndPieces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KinosWebDevBitsAndPieces

Little things and pieces I make for fun or for projects.

autoBrackets.js

fillBrackets(triggerElement)

The fillBrackets() function receives the element that triggered it as an input -I reccomend you use onkeypress = ""to call the function- and if the character that was input is an open bracket/quote, it fills it in.

Example: if the input was (, the function adds ) after the cursor.

My goal is to implement this into a Vencord plugin. I will post it in its own repo if I succeed

fileIndexer

Creates an index of the files next to index.php.

folderZipper

Streams a zip of a folder to the user. Made using ZipStream-PHP.

About

Little things and pieces I make for fun or for projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published