www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Dev.to article puller: devtoarticlator 0.1.0

reply Jesse Phillips <Jesse.K.Phillips+D gmail.com> writes:
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
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
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/devarticlator
Very 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
parent Jesse Phillips <Jesse.K.Phillips+D gmail.com> writes:
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#L16
I also feel bad because I feel like I'm skipping out on all of the benefit of iopipe.
Feb 09 2020