Zettelkasten Forum


Tracking Submissions with Zettelkasten

edited August 2017 in Writing

A lot of what I write is short fiction, and a lot of the process of writing short fiction is submitting it to places for publication. And a big part of that is tracking what stories you've submitted where, whether they were rejected or had edits requested, how long the market took getting back to you, and a host of other logistical details that prevent you from embarrassing mishaps. The question of how to track submissions is one that is probably as old as Gutenberg (I'm pretty sure most of the medieval monasteries were In House Only).

Most writers use spreadsheets, and this is a tried and true method that allows for ease of cross-referencing and locating information. But, as I am perversely determined to use plain text for everything, and as one of the strengths of the Zettelkasten is ease of cross-referencing, I'm attempting to build a submissions tracking system using nvALT (and now, The Archive). This is a work in progress, and I would be very interested to hear how other people would implement it, or any suggestions for improvement.

My current system looks like this. There is a single file for each story, here's the one for the story codenamed "Tattoo" (all projects get codenames, as titles are subject to change)

---
uid: 201707052332
tags: @jobsheet, @sub_open, #sub
---
 [Look at Duotrope for Tattoo](#todo)

#  TATTOO  #

## Status ##

- [x] Sketches 
- [x] Outline 
- [x] First Draft 
- [x] Edits 
- [x] Readers? 
- [x] (Nth) Draft
- [x] Shipping
- [ ] Published! 

## Subs Record ##

### Fireside 
@subdate(2016-08-23)
@respdate(2016-11-29)
rejection 

### Daily
@subdate(2014-09-27)
@respdate(2014-10-17)

A lot of this is an expansion of what Antony Johnston implemented in his Getting Things Written article, which I mentioned here. Essentially I took his notion of "jobsheets" and expanded it to also include submissions data.

The top section is metadata which gets ignored by most markdown parsers. That's where I put tags, as well as a searchable unique identifier for each file. That's true of every document in my Zettelkasten. The tags in this case are a mix of @ and # due to experimentation, I haven't really determined if there's any advantage to either, except that now The Archive allows for clickable # tags so I'm gravitating toward those. "sub" is the general tag for everything related to submissions process, including another document that lists markets I'm interested in, as well as some other general housekeeping documents. "jobsheets" is a list of just these per-story documents. "sub_open" is, along with "sub_closed" an indicator of what things are currently waiting for replies. I should probably come up with more accurate names for this but I've remembered these so far. This allows me to, for example, just search for "sub_open" and see what I have that needs to be worked on.

The first line after the metadata is a todo item. This is also common across my entire archive, and it's formatted to work with imdone (which I will probably talk about later in a separate post), as well as a script that I have for nerdtool which allows me to show pending todo items on my desktop.

The "Status" section is mostly used while I'm writing the thing, and it's pretty self-explanatory. The way I have this formatted now with checkboxes is not very searchable, but so far that hasn't been enough of an issue to spend any effort fixing. I think it should be trivial to create metadata tags that allow for, say searching every story that is in first draft, but I've not been able to come up with a syntax for tags that I actually remember enough to make it useful. This is, however, something I want to work on as I have an increasing number of draft documents in various stages.

The "Subs Record" is the part I'm most actively working on now. For each submission there is a header with the market name ("Daily" is short for "Daily Science Fiction," that's not a time designation). Beneath that is @subdate(date), a format I have left over from when I was using taskpaper files for this, but I haven't found a compelling reason to change it. Taskpaper will allow for searches like "@subdate < 2017-08-27 " to find everything before today, so I have that available as a tool should I need it. I'd like to see search capabilities for things like this outside of Taskpaper (can you do this in Spotlight?) but I rarely need to do such a thing anyway. "respdate" is, of course, response date. Underneath that I have just "rejection" if it's just a form letter, and if it's a personalized rejection I will copy the text of the rejection letter there for reference. I'd like a way to link to the email in question, but there doesn't seem to be a reliable way to link to emails across mail clients yet, so sometimes I'll put a gmail link there but I rarely bother.

Things I'd like:

I have one big file right now for markets that I'm interested in, with relevant information. It will probably be useful to create one file per market that I have actually submitted to, with a list of stories submitted, and link between them in the jobsheets. I'm currently experimenting with this with the game markets I'm also submitting to (game writing submission is an entirely other set of problems) and if it winds up being helpful there I'll probably implement it here. So far just plain text searches against market names bring up few enough files that I can generally find what I'm looking for.

I'd really like a way to search a range of dates as mentioned above. What would be really cool would be to generate a timeline of submissions using something like mermaid or graphviz. I think this is feasible but also a tremendous time sink in comparison to the advantages. But so cool.

So that's what I have as of now. Anyone else operating in this space want to give it a shot and tell me what I'm missing?

Comments

  • This sounds like a job for org-mode in emacs.

    I separate my knowledge work from organisational work. Everything that is instructional is not in my archive. To me, this is easier to comprehend.

    I am a Zettler

  • Hi,
    I've been testing an app which uses MMD integrated with a calendar, so you can keep track of your deadlines and tasks.

    It's fairly simple to use. Here is the link: http://noteplan.co/

    I think a system like The Archive might not be the better option to keep track of tasks and organization in general, you may clutter your archive.

    I use the same approach Sascha uses, one system to handle information and the other to keep track of tasks.

  • edited October 2017

    I'm also a fiction writer, and, as you mention, currently use spreadsheets to track submissions. Wolff, I like the sound of noteplan. I'll post again soon to let you know how I get on with implementing this. Thanks to all for your generosity in sharing the ideas.

    Post edited by jemscott on
  • @wolff said:
    Hi,
    I've been testing an app which uses MMD integrated with a calendar, so you can keep track of your deadlines and tasks.

    It's fairly simple to use. Here is the link: http://noteplan.co/

    I think a system like The Archive might not be the better option to keep track of tasks and organization in general, you may clutter your archive.

    I use the same approach Sascha uses, one system to handle information and the other to keep track of tasks.

    I had looked at noteplan a while back, but they have measurably improved it since then. Definitely going to try it again now. Thanks for the heads up!

  • Update:

    I've mosty taken todo lists out of my Archive. Less because of the issues that all of y'all mentioned about crowding it, and more because it seems very difficult to implement things like surfacing things that need to be done and when. Still experimenting with the best way to do that (@Sascha org-mode is the only thing that ever tempts me to use emacs, but I'm too much of a vim guy still). At the moment I'm doing a combination of todoist and pen and paper. That will probably change within a few days, as usual. Especially now that @wolff has made me realize noteplan has gotten a lot better.

    I am, however, still using The Archive for submissions tracking, and it's working fabulously.

    My "PROJECTS - Submissions" file:

    ---
    uid: 201707052311 -- project-subs
    tags: #sub, qqq
    ---
    
    [[201707052331]] JOBSHEET -FallingThrough  4759 @onmarket
    [[201707052333]] JOBSHEET -FirstThing  1434
    [[201707052329]] JOBSHEET -GlassMemory  6578  @edits
    [[201707052332]] JOBSHEET -Tattoo  1133
    [[20171023610]] JOBSHEET  - Glowworms 3158 @edits
    
    [[201707052323]] Markets List
    
    
    ## Active:
    ### [[201707052331]] FALLING THROUGH
    
    
    ## Waiting: 
    ### [[201707052333]] FirstThing  
    ### [[201707052332]] Tattoo 
    ### GLASS MEMORY
    
    ## Need Edits: 
    
    ### [[20171023610]] Glowworms
    
    

    Every link takes me to that story job sheet, and the job sheets now include a "file:///" link to the directory where the relevant files are kept, so with two clicks I can be working on a story. The number after each link is a word count (usually the thing I have to look up every time I consider submitting a story). The @ tags after are an experiment, they are mostly redundant so I'll see if they help at all.

    I've just graduated from Viable Paradise (an intensive SciFi writing workshop), so my submission rate is way up. I'll keep you posted how well this is scaling. Unless y'all want me to shut up about it :)

  • @mediapathic, nice setup with TheArchive to track submissions, easy to implement and keeps everything under the same roof.

    I would like to hear more -- if possible, about your workflow as a writer, what kind of software you use (or maybe pen and paper), is writing your main job?

    I'm writing a novel and a script, so I think is interesting to know how fellow writers work. I use mainly Scrivener, it's a pretty good software for keeping things organised, and for screenwriting I use an app called Slugline, it will format everything the way it needs to be, so I can keep my focus on writing.

    Best,

  • So the submission file is like a hub, "home page", dashboard, or desktop. Interesting! The org-mode stuff @Sascha was showing me one day looked similar; fire up emacs, have a central overview of all your stuff, then jump to detail files as needed.

    I definitely want to read more about your SciFi writing projects and how things go!

    Your @ tags and the list-like nature of your notes reminds me of the TaskPaper file format (and app): https://www.taskpaper.com/. There, you use @ for tags, too, and sometimes have tag parameters, like @done(2017-11-09) to indicate that a task was finished on Nov 9th.

    Author at Zettelkasten.de • https://christiantietze.de/

Sign In or Register to comment.