From Edward Loveall to ~edwardloveall/scribe
Hello subscribers to the scribe list! I've released a new version 2023-03-25. * New - Headings now have an ID so readers can link to a part if an article * Because authors can put links on _part_ of a heading, I couldn't make headings links to their anchor. These are only accessible if you read the HTML, unfortunately. * If a URL contains `global-identity-2`, Scribe will now correctly parse the article ID. That's it! Edward
From Edward Loveall to ~edwardloveall/scribe
Glad you were able to solve this, and thanks for the follow up. I'm not sure what script you're referring to, or what a percolate script is, or what it means to be RIPping a PDF file 😃. If you're willing, can you elaborate? I want to make sure I'm not accidentally leading people to broken tools. Edward On 15 Mar 2023, at 17:35, Jaden Roggow wrote: > i apologize. i was using the percollate script. appears that is where > the data was misplaced when converting to pdf. > > kind regards > > On Wed, Mar 15, 2023 at 4:28 PM Jaden Roggow <ornedaj@gmail.com> wrote: >> >> hey,
From Edward Loveall to ~edwardloveall/scribe
Thanks. Merged. Edward On 5 Dec 2022, at 17:39, PrivacyDev wrote: > --- > docs/instances.md | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/docs/instances.md b/docs/instances.md > index 7dc055c..ae42fe8 100644 > --- a/docs/instances.md > +++ b/docs/instances.md
From Edward Loveall to ~edwardloveall/scribe
Thank you for finding this and submitting a patch. I merged it as-is and deployed it today. Sorry for such a delay. Edward On 30 Oct 2022, at 11:12, blankie wrote: > --- > Where I saw a URL with a trailing slash in the wild: > https://adamsilver.io/blog/the-disadvantages-of-single-page-applications/#14.-they-just-don%E2%80%99t-feel-right > > src/classes/article_id_parser.cr | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/classes/article_id_parser.cr b/src/classes/article_id_parser.cr
From Edward Loveall to ~edwardloveall/scribe
Hello! New version out fixing a bug around viewing articles if the URL has a trailing slash, and upgrading the node version (12 -> 16). Thanks, Edward
From Edward Loveall to ~edwardloveall/scribe
Small update today fixing some CSS bugs around pre and code elements, including gists Edward
From Edward Loveall to ~edwardloveall/scribe
Thanks so much for bringing this to my attention. I applied your patch and then took the opportunity to fix some other code/pre related bugs as well. Edward On 11 Oct 2022, at 10:37, Pedro Lucas Porcellis wrote: > --- > Before: https://canto.eletrotupi.com/NZ7CV.png > After: https://canto.eletrotupi.com/cDOsq.png > > src/css/app.css | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/src/css/app.css b/src/css/app.css
From Edward Loveall to ~edwardloveall/scribe
Small update today replacing the Redirector extension with LibRedirect. See https://todo.sr.ht/~edwardloveall/Scribe/24 and https://git.sr.ht/~edwardloveall/scribe/log?from=7e927469dc1351c76a2389e34ad884e319add16a#log-7e927469dc1351c76a2389e34ad884e319add16a for more information behind the change. Edward
From Edward Loveall to ~edwardloveall/scribe
Thanks for running an instance! I added your patch, but I modified it so that the Tor and I2P instances are not in the json list. This list is used by extensions to pick instances to display and the expectation is that these are all accessible over the normal web. Those are still present in the readme though. I also had to do manually step in to handle some conflicts. You may want to set the `APP_DOMAIN` environment variable to your domain so that your homepage doesn't say `localhost:5467`. Note that you'll also need to ensure that `LUCKY_ENV=production` as well. Edward On 20 Aug 2022, at 9:51, Arya Kiran wrote: > This patch adds ~vern's scribe instance to the instance list.. > > Please find the patch attached below > > > Regards,
From Edward Loveall to ~edwardloveall/scribe
Thanks for running an instance! I added your patch exactly as you sent it. You may want to set the `APP_DOMAIN` environment variable to your domain so that your homepage doesn't say `localhost:8080`. Note that you'll also need to ensure that `LUCKY_ENV=production` as well. Edward On 19 Aug 2022, at 11:04, ~technonerd33 wrote: > From: technonerd <technonerd@riseup.net> > > --- > docs/instances.json | 3 ++- > docs/instances.md | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-)