aptend / typing-transformer-obsidian

Improved, configurable auto formatting as typing in Obsidian
MIT License
54 stars 2 forks source link

feat: add profiles #52

Closed aptend closed 2 years ago

aptend commented 2 years ago

link to #42

Changes:

  1. Edit profiles in settings tab, up to 6 profiles
    image

  2. Set global hotkeys to apply custom profiles
    image

  3. The active profile will be showed in the status bar
    image

caasion commented 2 years ago

Try writing a rule in Profile A and B, delete something in Profile A and switch to Profile B. The error message is still there. The error messages should be cleared and I think it would be a good idea to have a modal asking "Are you sure you want to discard changes?" before switching and resetting the changes.

caasion commented 2 years ago

I'm not sure how to make changes to this branch directly, so I made another branch on my fork and am trying to merge it with main.

caasion commented 2 years ago

Do you think it's possible to select the active profile by choosing a tab? Whatever tab you are on when the plugin settings are saved will be the profile that is chosen. This would simplify the settings GUI and remove the need for another option.