Skip to content

A Powercord plugin, for effortlessly parsing and displaying data in messages in an easy-to-understand format

License

Notifications You must be signed in to change notification settings

VocalFan/knowitall

 
 

Repository files navigation

KnowItAll

KnowItAll is a Powercord plugin, for effortlessly parsing and displaying data in messages in an easy-to-understand format

The intent is similar to powercord-message-tooltips, however that is not being actively developed any more, and the author said it was fine if I made something similar.

Supported Data Types

Name Description Example Provider
Bytes Byte measurement units, such as kilo/mega/giga/tera/pera bytes/bits. Supports both binary and SI units. 14 GB bytes.rs
RGB Colors Hex-encoded RGB color #2f2f2f color.rs
Temperature Conversions between Celsius, Fahrenheit, and Kelvin 23.0 F temperature.rs
Base64 Decoding Base64-encoded text (this will only display if the it decodes to valid UTF-8) aHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj1kUXc0dzlXZ1hjUQ== base64.rs

License

Copyright (c) 2020 aspen

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

About

A Powercord plugin, for effortlessly parsing and displaying data in messages in an easy-to-understand format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.5%
  • Rust 45.4%
  • SCSS 5.1%