This is an old revision of the document!
RegExp
Textpad
Remove shared JS from Plotly pages:
- Find:
\n <script type="text/javascript">(?s).*\(27\)\}\)\);</script>
- Replace:
<script type="text/javascript" src="plotly.js"></script>
Remove double space from Plotly pages:
- Find:
\s{2,}+ - Replace:
Add title to Plotly pages:
- Find:
<head><meta
- Replace:
<head><title>IsItHotInHere.org - Climate data illustrated</title><meta