Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
pelican-timegraphics-plugin
Advanced tools
Easily embed Time.Graphics timelines in your Pelican articles
Easily embed Time.Graphics timelines in your Pelican articles
This plugin can be installed via:
pip install pelican-timegraphics-plugin
Next add it to the PLUGINS
section of pelicanconf.py
.
PLUGINS = [
'...',
'pelican.plugins.timegraphics'
'...',
]
In your articles, just add lines to your posts that look like:
[timegraphics:id=123456,width=100%,height=400,allowfullscreen=1,frameborder=0]
The resulting html will look like
<iframe src="https://time.graphics/embed?v=1&id=123456" width="100%" height="400" frameborder="0" allowfullscreen></iframe>
<a style="font-size: 12px; text-decoration: none;" title="Powered by Time.Graphics" href="https://time.graphics">Powered by Time.Graphics</a></div>
TIMEGRAPHICS_DEFAULT_WIDTH
The default with of a timeline. Default is '100%'
width
parameterTIMEGRAPHICS_DEFAULT_HEIGHT
'400'
height
parameterTIMEGRAPHICS_ALLOW_FULLSCREEN
'0'
and '1'
'1'
allowfullscreen
parameterTIMEGRAPHICS_SHOW_FRAMEBORDER
'0'
and '1'
'0'
frameborder
parameterTIMEGRAPHICS_SHOW_POWERED_BY
True
and False
True
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.
To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.
FAQs
Easily embed Time.Graphics timelines in your Pelican articles
We found that pelican-timegraphics-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.