Skip to content

Scribe 1.0.8 - Feature MVP Allow user to modify file name prefixes & date format Latest

Latest
Compare
Choose a tag to compare
@Mikodin Mikodin released this 20 Jan 22:02

Scribe 1.0.8 - Feature MVP Allow user to modify file name prefixes & date format

Closes feature request #12
This was a recommendation in this comment #11 (comment)

This is an MVP

This is what I see to be an MVP for this feature.

It's definitely not where I'd like it, and it's as far as it will get for now, is fully functional and provides an improvement over no customization.

Improvements

  • Enables the user to select their transcript note prefix
  • Enables the user to select their audio recording filename prefix
  • Enables the user to customize their date format - using moment
  • Fixes some settings behavior where it was incorrectly showing the directory that was selected

Future refactor

I am going to rewrite the settings to be in React, I want the prefix to show dynamically and it's just a pain to be working with the raw elements as they are. The file is becoming unwieldy and annoying to work in.

Once things are in React, which I think I'll tackle when I go to implement the Custom Templates feature
#4 and #11

I can make this nice with realtime validation on the date format and some other options.