Since #NaNoWriMo's website just went down, I think it's a good time for me to start up a second round of development towards #WritingMonth, my free and open source alternative goal tracking/sharing site.

To help me prioritize my work, what features would y'all like to see the most? Here are a few commonly-requested features I have on my list:

Any of those that stand out?

Allow progress update with direct delta

People should be able to set "words added" instead of "total words", for example.

Codeberg.org
@amin idk

@fbievan

thank you for your valuable feedback

@amin

Idk man words is an important asset...

So with that out of the way...

I'd like to see more ways to track projects other than just words...

Like percentage done (or)

Plot written

Idk I'm not much of a writer

@fbievan

Percentage could be useful, I guess, though only if someone already has some other way to mark their progress, in which case they could just use that.

I already support these goal types:

  • words
  • pages
  • scenes
  • chapters
  • stories
  • poems
  • lines
  • blog posts
  • entries
@amin @fbievan I'd like to have hours on that list, especially if it could accept a floating point number (one decimal point would be enough for me).

@office @fbievan

Yeah, that's been brought up… https://codeberg.org/Freedom-to-Write/writing-month/issues/72

Floats would be… interesting to implement, technically-speaking. Minutes (as integers) could definitely be done with almost no effort, but adding support for floats when almost every other goal type is based on integers would need some refactoring, and probably won't be first-priority.

Feature request: time-based goals

Could we please have goals based on time (ie minutes or hours spent). I might use Writing Month to push myself to do more research, but none of the existing goal types really fit. One based on time would make much more sense.

Codeberg.org
@amin @fbievan minutes would also work 🙂

@office @fbievan

Awesome, that one I can do in five minutes. XD

@office @fbievan

Done! "minutes spent" is now an option.

@amin @office @fbievan Thank you for adding "minutes". Logging time spent is really useful at the editing stage. That's how I measure progress when revising a draft.

@Dewines @office @fbievan

Good, glad that works well!