User:Wing: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Hi I've done a little modding") Tags: Mobile edit Mobile web edit |
mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | |||
| above = Wing | |||
| image = | |||
[[File:Wing's avatar.jpg|thumb|My avatar, drawn by me :)]] | |||
| header1 = Basics | |||
| label2 = Birthday | |||
| data2 = May 29th, 2003 (Age 20) | |||
| label3 = Programming Languages | |||
| data3 = Kotlin, Java, JavaScript, TypeScript | |||
| label4 = Tools | |||
| data4 = Jetpack Compose, Express, Android Studio/IntelliJ, VSCode, CSS, SCSS | |||
| header5 = Socials | |||
| label6 = Website | |||
| data6 = [https://wingio.xyz wingio.xyz] | |||
| label7 = GitHub | |||
| data7 = [https://github.com/wingio @wingio] | |||
| label8 = Fediverse | |||
| data8 = [https://androiddev.social/@wing @[email protected]] | |||
| label9 = Discord | |||
| data9 = [https://discord.com/users/298295889720770563 @wi.ng] | |||
}} | |||
I like to do a little programming (mostly in Kotlin these days) | |||
== Plugins == | |||
{| class="wikitable" | |||
|+[[Aliucord]] | |||
!Name | |||
!Description | |||
!Language | |||
!Released | |||
|- | |||
|Achievements | |||
|Added basic achievements | |||
|Java | |||
|No | |||
|- | |||
|BetterChannelIcons | |||
|Adds more options for channel icons | |||
|Kotlin | |||
|Yes | |||
|- | |||
|BetterChatbox | |||
|Adds several options for customizing the chatbox | |||
|Java | |||
|Yes | |||
|- | |||
|CustomBadges | |||
|Adds the ability to add custom client side badges to any user | |||
|Java | |||
|Yes | |||
|- | |||
|DN | |||
|Just adds the /deez command | |||
|Java | |||
|Yes | |||
|- | |||
|Discovery | |||
|Ports server discovery over from desktop | |||
|Java | |||
|Yes | |||
|- | |||
|FavoriteMessages | |||
|Allows users to save messages to be viewed later | |||
|Java | |||
|Yes | |||
|- | |||
|FriendNicknames | |||
|Adds the ability to set custom nicknames for any user (client side only as this predates the official feature) | |||
|Java | |||
|Yes | |||
|- | |||
|GuildProfiles | |||
|Adds the ability to view additional server information | |||
|Java | |||
|Yes | |||
|- | |||
|HideCallButtons | |||
|Hides the call buttons in the user profile sheet | |||
|Java | |||
|Yes | |||
|- | |||
|KeywordAlerts | |||
|Display alerts when messages with a user defined keyword are sent | |||
|Java | |||
|Yes | |||
|- | |||
|MessageLinkContext | |||
|Adds an option to copy a message link in the message context menu | |||
|Java | |||
|Yes | |||
|- | |||
|MoreHighlight | |||
|Adds more text highlighting options for messages | |||
|Java | |||
|Yes | |||
|- | |||
|RCM (RoleContextMenu) | |||
|Adds a context menu for when a role is clicked | |||
|Java | |||
|Yes | |||
|- | |||
|Sessions | |||
|Allows people to view and manage their login sessions | |||
|Kotlin | |||
|Yes | |||
|- | |||
|ShowPerms | |||
|Adds options to view the permissions a user has | |||
|Java | |||
|Yes | |||
|- | |||
|TwemojiEverywhere | |||
|Renders Twemoji in more places | |||
|Java | |||
|Yes | |||
|- | |||
|UserTags | |||
|Set custom bot tags for users | |||
|Java | |||
|Yes | |||
|- | |||
|ViewServerAsRole | |||
|Ports over the ability to preview a server as a given role | |||
|Java | |||
|Yes | |||
|- | |||
|WebViewCord | |||
|Replaces the client with a WebView containing the web version of Discord | |||
|Java | |||
|No | |||
|} | |||
== Projects == | |||
{| class="wikitable" | |||
|+Current projects | |||
!Name | |||
!Description | |||
!Type | |||
!Stars (Approx.) | |||
|- | |||
|[https://github.com/MateriiApps/Gloom Gloom] | |||
|Material You GitHub android client built with Jetpack Compose | |||
|Android app | |||
|500 | |||
|- | |||
|[https://github.com/wingio/syntakts Syntakts] | |||
|Frontend-agnostic AST processing and markdown rendering library | |||
|KMP library | |||
|10 | |||
|- | |||
|[https://github.com/wingio/plugins Aliucord plugins] | |||
|Collection of my own [[Aliucord]] plugins | |||
|Plugin | |||
|25 | |||
|- | |||
|[https://github.com/wingio/fediapi fediapi] | |||
|Library for seemlessly interacting with various fediverse apis | |||
|KMP library | |||
|1 | |||
|} |
Latest revision as of 03:27, 11 March 2024
Wing | |
---|---|
Basics | |
Birthday | May 29th, 2003 (Age 20) |
Programming Languages | Kotlin, Java, JavaScript, TypeScript |
Tools | Jetpack Compose, Express, Android Studio/IntelliJ, VSCode, CSS, SCSS |
Socials | |
Website | wingio.xyz |
GitHub | @wingio |
Fediverse | @[email protected] |
Discord | @wi.ng |
I like to do a little programming (mostly in Kotlin these days)
Plugins
Name | Description | Language | Released |
---|---|---|---|
Achievements | Added basic achievements | Java | No |
BetterChannelIcons | Adds more options for channel icons | Kotlin | Yes |
BetterChatbox | Adds several options for customizing the chatbox | Java | Yes |
CustomBadges | Adds the ability to add custom client side badges to any user | Java | Yes |
DN | Just adds the /deez command | Java | Yes |
Discovery | Ports server discovery over from desktop | Java | Yes |
FavoriteMessages | Allows users to save messages to be viewed later | Java | Yes |
FriendNicknames | Adds the ability to set custom nicknames for any user (client side only as this predates the official feature) | Java | Yes |
GuildProfiles | Adds the ability to view additional server information | Java | Yes |
HideCallButtons | Hides the call buttons in the user profile sheet | Java | Yes |
KeywordAlerts | Display alerts when messages with a user defined keyword are sent | Java | Yes |
MessageLinkContext | Adds an option to copy a message link in the message context menu | Java | Yes |
MoreHighlight | Adds more text highlighting options for messages | Java | Yes |
RCM (RoleContextMenu) | Adds a context menu for when a role is clicked | Java | Yes |
Sessions | Allows people to view and manage their login sessions | Kotlin | Yes |
ShowPerms | Adds options to view the permissions a user has | Java | Yes |
TwemojiEverywhere | Renders Twemoji in more places | Java | Yes |
UserTags | Set custom bot tags for users | Java | Yes |
ViewServerAsRole | Ports over the ability to preview a server as a given role | Java | Yes |
WebViewCord | Replaces the client with a WebView containing the web version of Discord | Java | No |
Projects
Name | Description | Type | Stars (Approx.) |
---|---|---|---|
Gloom | Material You GitHub android client built with Jetpack Compose | Android app | 500 |
Syntakts | Frontend-agnostic AST processing and markdown rendering library | KMP library | 10 |
Aliucord plugins | Collection of my own Aliucord plugins | Plugin | 25 |
fediapi | Library for seemlessly interacting with various fediverse apis | KMP library | 1 |