Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.