meld-cp / obsidian-encrypt

Hide secrets in your Obsidian.md vault
MIT License
563 stars 33 forks source link

Encrypting text in-place in a table breaks #93

Closed achampion closed 1 year ago

achampion commented 1 year ago

If you in-place encrypt a piece of text in a table then in reading mode the table is removed. However in preview mode the table looks fine.

It would also be good to be able to show decrypted text in preview mode.

meld-cp commented 1 year ago

Seems like if the cell contains "🔐α " it breaks the obsidian table reading view renderer.

That's a bug that will have to be logged with Obsidian.

I'm not able to fix that but I can look into changing the encryped prefix a little so that it renders correctly in this scenario.

meld-cp commented 1 year ago

Ok, looked it over, it's not a bug with Obsidian... fix coming soon 👍