mysticcoders / voicenotes-sync

A plugin for Obsidian to sync with the VoiceNotes.com service
MIT License
45 stars 1 forks source link

πŸ› Beta Bugfixes and Enhancements #42

Closed hjamet closed 2 months ago

hjamet commented 3 months ago

πŸ› Beta Bugfixes and Enhancements

This pull request mainly addresses the following issues:

🦦 New Features and Improvements

1. πŸ“ Enhanced Custom Template Settings

2. πŸ“… Improved Date Formatting

3. πŸ“Š Better Markdown Support

4. 🧹 Tidy Transcript Integration

5. πŸ› οΈ Bug Fixes

6. ⏱️ Sync Interval Validation

πŸ’– Thank You Note

I'm thrilled to contribute to this fantastic plugin! Hope these updates bring joy to all Voicenotes users! πŸŽ‰πŸŽŠ

kinabalu commented 3 months ago

@hjamet thanks again for the work, let me know when this is ready for review

hjamet commented 3 months ago

@hjamet thanks again for the work, let me know when this is ready for review

Sorry : I missed the message! It's my pleasure and I think it should be ready for review ;)

hjamet commented 2 months ago

I've also just added the following three changes to the update:

  1. Removal of the "Excluded Folders" option, which wasn't implemented or applicable, in favour of the "Excluded Tags" option, which prevents notes with specific tags from being synchronised;
  2. Transformation of "Manual Sync"/"Manual Sync overwrite" into "Manual Sync (quick)"/"Manual Sync (complete)". This change was necessary because, since the first Beta, Manual Sync had been causing bugs. Now, to perform 'Manual Sync overwrite', all you have to do is delete all your notes and then do 'Manual Sync (complete)'.
  3. I fixed https://github.com/mysticcoders/voicenotes-sync/issues/38

I've also fixed a small error concerning sub-notes, which weren't synchronised correctly if they were added after the parent note had already been synchronised. 🦦