Skip to content

Releases: Mikodin/obsidian-scribe

Scribe 1.1.2 - Minor: Settings Filename Prefix improvements

29 Jan 14:54
da40914
Compare
Choose a tag to compare

Scribe 1.1.2 - Minor: Settings Filename Prefix improvements

This is a minor release, with solid implications

Overhauls the Filename Prefix Settings

This has 2 functions

  1. Makes it so the user doesn't have to click the "save settings" button (thank god)
  2. Enables us to visibly see the prefix settings in real time
  3. Sets us up for #11 & #4 by creating the first React components for settings. This is the base work for creating templates through the settings by giving me a nice workspace

# Scribe 1.1.1 - Feature: enables default options in settings & optionality for saving the audio recording

28 Jan 15:42
Compare
Choose a tag to compare

Scribe 1.1.1 - Feature: enables default options in settings & optionality for saving the audio recording

Hotfix from 1.1.0

Ensures options are included from the ribbon
Adds notification that the file was deleted succesfully

Enable optionality for saving the audio recording

This was a feature request from issue #2
#2 (comment)
#6
Screenshot 2025-01-28 at 10 14 52 AM

Adds default options in the settings

You can now set wether or not you want to always "only transcribe" or "only save" in the settings
Or if you want it to be a one off thing in the scribe popup
Screenshot 2025-01-28 at 10 14 10 AM

Scribe 1.1.0

28 Jan 15:22
648803c
Compare
Choose a tag to compare

Scribe 1.1.0 - Feature: enables default options in settings & optionality for saving the audio recording

Enable optionality for saving the audio recording

This was a feature request from issue #2
#2 (comment)
#6
Screenshot 2025-01-28 at 10 14 52 AM

Adds default options in the settings

You can now set wether or not you want to always "only transcribe" or "only save" in the settings
Or if you want it to be a one off thing in the scribe popup
Screenshot 2025-01-28 at 10 14 10 AM

Scribe 1.0.9 - 🐞 Bug Fix - improves reliability of parsing LLM output

25 Jan 20:53
Compare
Choose a tag to compare

Bug Fix

I found a bug where sometimes the model would return null for answeredQuestions as opposed to undefined, Zod didn't like that because I didn't specify it as .nullable() and instead had it only as optional()

Setting up custom templates

In order to enable custom templates I needed to refactor how things were appended to notes in order to be more customizable. This is a full revamp of how we write to notes.

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

20 Jan 22:02
Compare
Choose a tag to compare

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.

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

20 Jan 21:57
0b17cf7
Compare
Choose a tag to compare

Scribe 1.0.7 - 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.

Scribe 1.0.6 - Feature: Support for wav, m4a & flac audio files

08 Jan 22:38
6e33cce
Compare
Choose a tag to compare

Minor Feature Release

  • Adds addtl support for wav, m4a and flac audio files
  • This is used predominatly when a user wants to scribe an existing audio file
    This was a feature request - #9

Scribe 1.0.5

06 Jan 01:55
4a6bd38
Compare
Choose a tag to compare

Minor Feature Release

  • Enables the user to purely transcribe their recording.
  • This is an option added to the Scribe control panel, it is not surfaced within the actual plugin settings and it must be enabled everytime

This was a feature request - #2

image

Scribe 1.0.4

27 Dec 01:57
4be20ae
Compare
Choose a tag to compare

Scribe 1.0.4 - Fixes append to active note renaming the active file

Scribe 1.0.3

23 Dec 02:44
Compare
Choose a tag to compare

Scribe 1.0.3

Features

  • Append voice notes to an existing note!
  • Reorganized how notes embed into the file, it's a bit cleaner, everything is embedded under the h1 Transcript header
  • Close out the modal directly after submitting the recording

Full Changelog: 1.0.2...1.0.3