Skip to content

Commit 4d96ad3

Browse files
author
Automated
committed
Generated docs: blog-to-newsletter,gradient-card python-comment-stripper,view-pdf
1 parent 07da623 commit 4d96ad3

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

blog-to-newsletter.docs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Documentation
1+
Convert blog posts and other content from Simon Willison's website into a formatted HTML newsletter ready for Substack distribution. The tool fetches recent entries, blogmarks, quotations, and TILs from a Datasette backup, allows customization of the time period and content filtering, and provides drag-and-drop reordering of stories. Users can copy the generated HTML directly to their newsletter platform while optionally excluding previously sent links and content that appears after a cutoff marker.
22

3-
Convert blog content from a Datasette backup into HTML formatted for Substack newsletters. This tool fetches recent entries, blogmarks, quotations, TILs, and notes from simonwillison.net, filters out previously sent content, and provides live preview with drag-and-drop reordering of articles. Users can customize the time range, adjust URLs, and copy the final newsletter HTML directly to their clipboard for pasting into Substack.
4-
5-
<!-- Generated from commit: c4f8d2962bf299ed201e78af7f0d8a0bfcbea755 -->
3+
<!-- Generated from commit: 07da6235c612ab4777a41b840e9af4e7942a5fd1 -->

gradient-card.docs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Generate customizable gradient images with multiple pattern overlays and effects. This tool provides controls for linear, radial, and conic gradients with adjustable colors, along with options for layering various patterns including noise, geometric shapes, and textures. Additional features include film grain, vignetting, and blend mode controls to fine-tune the visual appearance, with the ability to export the final result as a PNG image or save and restore settings as JSON.
2+
3+
<!-- Generated from commit: a82c351827696e32ca9a9230b309b325fe11d1f4 -->

python-comment-stripper.docs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Remove all comments from Python source code while preserving strings, docstrings, and code structure using the `tokenize` module running on Pyodide. Paste your Python code into the input panel, and the tool automatically strips comments in real-time, with the ability to copy the cleaned output to your clipboard. The application runs entirely in the browser without requiring a local Python installation.
2+
3+
<!-- Generated from commit: f763a6ea5887c08e0b8bc45e03b1466d14e78c02 -->

view-pdf.docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
View PDF documents directly in your browser with this lightweight viewer that supports navigation, zooming, and automatic scaling. Load PDFs by entering a URL or passing one via the `?url=` parameter, with support for CORS-enabled PDF sources. The viewer renders all pages with customizable zoom levels from 50% to 200%, and automatically tracks your position as you scroll through the document.
1+
View PDF files from any CORS-enabled URL with this interactive PDF viewer application. The viewer supports navigation between pages, adjustable zoom levels including auto-scaling, and maintains your viewing state through URL parameters. High-DPI display support ensures sharp text rendering across all devices, and the responsive design adapts seamlessly to mobile screens.
22

3-
<!-- Generated from commit: 1ed41fe2e8e03950af916e4904b73f9032ebd5ea -->
3+
<!-- Generated from commit: 8d8bac810dc3a0b4b1b3a2ff37a1d2c412b222e0 -->

0 commit comments

Comments
 (0)