digitalmars.D.announce - Dev.to article puller: devtoarticlator 0.1.0
- Jesse Phillips (11/11) Feb 09 2020 I would like to announce a project started with the intention of
- Steven Schveighoffer (9/21) Feb 09 2020 Very nice!
- Jesse Phillips (4/6) Feb 09 2020 I also feel bad because I feel like I'm skipping out on all of
I would like to announce a project started with the intention of moving my articles into git. I've been writing[1] about the progress and today I got through pulling all of user articles. devtoarticlator 0.1.0[2] will write out you dev.to articles and their Metadata into a folder. The meta is in a separate file allowing for markdown views to format the articles without the Metadata. I will be continuing to make progress to publishing and updating articles. 1. https://dev.to/jessekphillips/hobby-project-dev-to-api-59ln 2. https://code.dlang.org/packages/devarticlator
Feb 09 2020
On 2/9/20 8:37 PM, Jesse Phillips wrote:I would like to announce a project started with the intention of moving my articles into git. I've been writing[1] about the progress and today I got through pulling all of user articles. devtoarticlator 0.1.0[2] will write out you dev.to articles and their Metadata into a folder. The meta is in a separate file allowing for markdown views to format the articles without the Metadata. I will be continuing to make progress to publishing and updating articles. 1. https://dev.to/jessekphillips/hobby-project-dev-to-api-59ln 2. https://code.dlang.org/packages/devarticlatorVery nice! This makes me sad: https://gitlab.com/jessephillips/devarticlator/-/blob/6e791751c17490ebf4930af428bdd2fafa7e9a34/source/util/file.d#L16 But I am working on making iopipe safe. io should already be safe, as that was a design goal. There are a few types I have that are not templated that need marking (mainly the specialized allocator I made), and probably a bunch of other stuff needs some trusted blocks. -Steve
Feb 09 2020
On Monday, 10 February 2020 at 02:30:35 UTC, Steven Schveighoffer wrote:This makes me sad: https://gitlab.com/jessephillips/devarticlator/-/blob/6e791751c17490ebf4930af428bdd2fafa7e9a34/source/util/file.d#L16I also feel bad because I feel like I'm skipping out on all of the benefit of iopipe.
Feb 09 2020