Releases: Mikodin/obsidian-scribe
Scribe 2.0.1 - Bug Fix: English variants breaking transcription
Thank you for the bug report!
#25
Scribe 2.0.1 - Bug Fix: English variants breaking transcription
Simple fix, removing english variants that weren't working because their ISO codes were invalid.
What's Changed
Full Changelog: 2.0.0...2.0.1
Scribe 2.0.0 - Custom Templates
Thank you for the feature requests!
#4
#11
Scribe 2.0 - Custom Templating
This has been a long time coming, there was alot of great work to line this up and I'm really glad we landed here!
Head on over to the settings in order to create new templates!
We now have the ability to add a custom template that gives you near complete control over the output of Scribe, you can completely modify your sections and add new functionality through it.
What is to come
There is more to come here, I am thinking to create the idea of "Profiles", it will be an additional abstraction that encapsulates the Templates, and this will have us be in the space where we can have the language and other more defaulty settings saved in a Profile.
This is an MVP of the templating, I think it gets us most of the way there, and I will be likely holding off for user feedback to further with it
Screenshots


Scribe 1.2.0 - Feature: Multi Language Support in both input and output
Scribe 1.2.0 - Feature: Multi Language Support in both input and output
Thank you @MarcinWArdentCode for the feature request 🙏
#18
Feature Release
Enables the permanent setting of the input language in settings
Enables the permanent setting of the output language in settings
Enables on the fly setting of both in the modal!
Bug Fixes
Fixed issue where updating the model caused a permanent change in the settings instead of a temporary one

Scribe 1.1.4 - Feature: Enable Multi Speaker Identification with AssemblyAI
Scribe 1.1.4 - Feature: Enable Multi Speaker Identification with AssemblyAI
Feature Release
This is a feature release that enables the user to select Multi Speaker identification!
Bug Fixes
Fixes bug where settings weren't passed along when the user "Scribes an existing file"
Fixes bug that it would embed the audio file into the note regardless of the "save audio file" settings


Scribe 1.1.3 - Feature: Enable Multi Speaker Identification with AssemblyAI
Scribe 1.1.2 - Minor: Settings Filename Prefix improvements
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
- Makes it so the user doesn't have to click the "save settings" button (thank god)
- Enables us to visibly see the prefix settings in real time
- 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
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
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
Scribe 1.1.0
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
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
Scribe 1.0.9 - 🐞 Bug Fix - improves reliability of parsing LLM output
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
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.