DEV Community

Cover image for Where do you write your DEV drafts?
Madza
Madza

Posted on

Where do you write your DEV drafts?

Delivering quality articles might take days or even weeks of work, meaning you gonna deal with lots of work in your Drafts.

Where do you write your DEV drafts?

  1. Do you save them directly here on DEV dashboard?
  2. Do you prefer to use cloud based apps like Notion and Evernote for better access and organization?
  3. Maybe you use some standalone apps, for example, markdown editors like Typora or Caret and the organize your drafts locally?
  4. Do you prefer to write markdown directly in your VS Code and then use the power of Git extensions to push them to Github?
  5. Or maybe you are type of person who likes to keep pen and notebook around you all day, so you can take sketches with no limits?

Latest comments (39)

Collapse
 
nickmaris profile image
nickmaris
Collapse
 
s_aitchison profile image
Suzanne Aitchison

(Like a lot of others in the comments here) I use Notion πŸ˜„ It's easy to transfer the draft from there to DEV, and while I'm still getting a rough draft down, I find Notion really easy to quickly pop into and jot down some thoughts/tweaks even if I'm on mobile.

Also at this point a lot of my life is in Notion πŸ˜‚, so it's nice to keep everything all together. Interesting reading what other folks are using!

Collapse
 
madza profile image
Madza • Edited

When I'm using the web version of Notion, the only downside would be a slow initial start-up time πŸ˜‰ All those awesome features take some time to load, I guess πŸ˜‰

Collapse
 
s_aitchison profile image
Suzanne Aitchison

Agree 100% - I have it open a lot and sometimes forget just how slow it can be to start up otherwise. I tried the android app for a while too and found that way worse, so now I just use the web version always!

Thread Thread
 
madza profile image
Madza

It might be intimidating at times, those 4-5 secs might feel like an eternity when an awesome idea strikes, but you have nowhere to write it down and have to wait πŸ˜„πŸ˜„

Thread Thread
 
s_aitchison profile image
Suzanne Aitchison

Maybe a good opportunity for me to reflect on "is this actually a good idea πŸ€”" πŸ˜‚

Thread Thread
 
madza profile image
Madza

Hahah, yeah πŸ˜„ Or sometimes it's enough to lose the train of thought πŸ˜‚πŸ˜‚

Collapse
 
afsharm profile image
Afshar

Sometimes directly in DEV dashboard, sometime type in LO Writer, then use online service to convert to Markdown.

Collapse
 
sheldonhull profile image
Sheldon

I just was thinking... I'd like to post more regularly to dev.to but since I use Hugo is annoying as I have to republish each post from rss and it doesn't convert my gist and youtube links correctly.

Got me thinking a github action would be cool .. someone already thought of it 🀟. I'll have to take a look.

github.com/marketplace/actions/pub...

Collapse
 
xanderyzwich profile image
Corey McCarty • Edited

I write drafts in my local and after completed I push them to my blog. Then dev picks them up from rss.

Collapse
 
raguay profile image
Richard Guay • Edited

I use OniVim2 and neovim to write my articles in markdown. I sometimes use Mweb and The Archive. Once writing is done, I just paste it into the dev.io editor.

Collapse
 
eisabai profile image
Isabel Nyo

This is something I wanna get better at, organising my draft posts. I have them on my blog, on Medium and on Evernote. Right now, I have 10 blog posts in draft in various places. 😱

Collapse
 
madza profile image
Madza

Proper CMS that works for you is the key to stay productive and be in control πŸ’―

Collapse
 
hentaichan profile image
γƒ˜γƒ³γ‚Ώγ‚€γ‘γ‚ƒγ‚“

I usually use MS Word for writing long texts that I want to spend more time on and where the quality of the content is important to me. That being said, I didn't realize that you guys take writing articles here so seriously, moving forward I will try to be a little more considerate about what I put out here :)

Collapse
 
kaila profile image
Kaila ✨

I usually write the title first on the phone because that's the idea and pass it on to a blog

Collapse
 
aboutdavid profile image
David

Notion is a really good app for making posts but the drafts feature is also good. However I usually don't use it because the Drafts feature is kind of small (they show you Markdown tips which I only want to view occasionally which makes the editor a bit smaller)

Collapse
 
shadowtime2000 profile image
shadowtime2000

I just write them as drafts.

Collapse
 
saurabh47 profile image
Saurabh Gangamwar

Recently I started using Notion.
Its really easy to use as well as powerful.

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

I write my first draft in Notion.
Then I put it in a private repository called "writing".
There I edit it with visual studio code with the spell right plugin
At some point I copy paste it in dev and click on submit without thinking twice about it.
Now that the article is published, I feel the pressure to polish it.
So I edit it again a few times in visual studio code or typora and copy paste it in DEV.
Rinse and repeat.

Collapse
 
cchacin profile image
Carlos Chacin β˜•πŸ‘½

I use my personal blog as a source of truth: Jekyll + Markdown + Github pages.... CarlosChac.in
Generally, I use atom to edit the markdown files
Then I use the import option on dev.to to import the articles as drafts.

Collapse
 
raevilman profile image
RD

vscode(markdown) => github