blackout
blackout copied to clipboard
Procedurally generated blackout poetry
this issue can cause ceratin texts to fail when the website has night mode enabled.
Some of the articles are really long, it would be interesting to see blackout creating a multi-line poem based on a 500+ word-based article (or better yet, a 2000+ word...
(ChromeOS 72.0.3626.122) Running the bookmarklet as-is on a site with strict CSP, such as https://mastodon.social/users/Teryl_Pacieco/statuses/101709566428499937 , generates the following error: ``` Refused to load the script 'https://mkremins.github.io/blackout/bundle.js?431181' because it violates...
When rewriting a block of text into a chunk of poetry, we currently disregard inline-level formatting (such as italics and bolded text) entirely. [Human-generated blackout poetry](http://austinkleon.com/category/newspaper-blackout-poems), on the other hand,...
We currently poemify a block of text by running several matchers over it in parallel, then randomly choosing one successful match to use from all the matches that succeeded. I...