Replies: 2 comments
-
|
I support the idea because this functionality is missing. I understand that this will not be supported in bitwarden clients, but at least in the web interface it would be great to see. |
Beta Was this translation helpful? Give feedback.
-
|
I seem to have a solution for me, and maybe others. I've been playing with Vaultwarden for about 3(?) years now and have not made the switch from 1Password 7 because I use markdown extensively in notes and it's just not something I'm willing to give up. But 1Pv7 doesn't work great in macOS Sequoia so I'm thinking hard about whether to pay 1Pv8's subscription, Bitwarden's sub, or self-host which is what I'm doing when I'm playing with Vaultwarden. Since I'm not a knowledgeable web programmer but a tinkerer I called upon the mighty A.I. gods and asked ChatGPT for a solution. It failed miserably. Then I asked Claude. It got me 95% there on the first prompt and after several more prompts seems to handle the limited tests I've run in Firefox. No, I haven't done complete markdown tests or tested on other browsers. I can't offer any assistance since I only sort of understand what it's doing. Since I don't know of any other way to do this, I used the Tampermonkey browser extension to inject JavaScript into the Vaultwarden web UI. It works great. When viewing notes fields in items, or a secure note, it's now fully styled including allowing HTML styling. When editing, it's raw text. Now, a competent person would post the code as a github project with proper documentation but I've never done that because I haven't a clue how to set it up and respond to user requests. It sounds like it would be time consuming and I don't want to be the maintainer of a project I may never use if I stay on 1P. It's kinda intimidating for an old fart like me. So forgive me for just offering the code inline here. Use at your own risk, yada, yada. Install the Tampermonkey extension and create a new script for the URL you use in the Vaultwarden web UI. Then paste the following into the edit box, change the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like the ability to save a Markdown note in my vault. When viewing the note it would be formatted, and when editing the note it would appear in Markdown source; much like Github comments, like the one I'm writing now.
My team shares all sorts of technical documents within secure notes at the moment, but without formatting it can be a bit of an eye sore to look at.
Beta Was this translation helpful? Give feedback.
All reactions