feat(plugins): add finance tracker and daily quote plugins#601
Open
BloodAkatsuki wants to merge 10 commits intofatihak:mainfrom
Open
feat(plugins): add finance tracker and daily quote plugins#601BloodAkatsuki wants to merge 10 commits intofatihak:mainfrom
BloodAkatsuki wants to merge 10 commits intofatihak:mainfrom
Conversation
Add new finance tracker plugin with sparklines list layout. Supports crypto via CoinGecko API and stocks/commodities via Yahoo Finance. Features include SVG sparkline charts, configurable currency (USD/EUR/GBP), timeframe selection (24h/7d), and weekend/off-hours data fallback for Yahoo Finance symbols.
Add new daily quote plugin using ZenQuotes API with built-in fallback quotes. Features centered typography with decorative quotation marks, configurable font size (small/normal/large), and responsive layout for both landscape and portrait orientations.
|
Thank you for putting this together! A couple of issues. When querying bitcoin, Dow jones index and the Nasdaq index there is an error. Also putting this as a 3rd party plugin is easy and works for both of these. |
…ncoding and sparkline color
…port Fix Reddit 403 by using old.reddit.com and full browser headers. Strip r/ prefix from subreddit input to prevent double r/r/ in URL.
Displays DNS query stats, block rate, top clients and 24h history chart. Supports direct access and reverse proxy setups (auto-detects API base path). SSL verification disabled by design for self-signed certificates (e.g. NPM).
…upport Displays live holdings, portfolio composition (crypto/stable/fiat breakdown), asset count, active exchanges and recent transactions.
…k routes Allows plugins to expose a get_blueprint() method to register their own Flask blueprints without modifying core files. Used by Plugin Manager.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
requests)Test plan