Releases: Mikodin/obsidian-scribe
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.
Scribe 1.0.7 - Feature MVP Allow user to modify file name prefixes & date format
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
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
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](https://private-user-images.githubusercontent.com/5902658/400269711-29935ba9-dc41-4ad2-bc5b-5fa822bbaf8c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTgxNjksIm5iZiI6MTczODk5Nzg2OSwicGF0aCI6Ii81OTAyNjU4LzQwMDI2OTcxMS0yOTkzNWJhOS1kYzQxLTRhZDItYmM1Yi01ZmE4MjJiYmFmOGMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDY1NzQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTlmNDJlN2YzZjFkZmMzZmIzZDg4OTIxYmU4NDUzYTg5NmE2MTBjMjU1MzU4ODAzNzc4ZDQ1MDlmNzY3NWY2ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.RF7T6M1aIMSzXP_Q6z95AKaciFF_5N9CNgRoJF_Qfm8)
Scribe 1.0.4
Scribe 1.0.4 - Fixes append to active note renaming the active file
Scribe 1.0.3
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