nguyenvanduocit / obsidian-open-gate

Empower your Obsidian notes with seamless web integration.
https://open-gate.aiocean.io
MIT License
177 stars 7 forks source link

Feature request: Store login informations of the websites #14

Closed merlinuwe closed 1 year ago

merlinuwe commented 1 year ago

Thanks for your great plugin.

I use some webpages with login credentials. Is there a way to store them?

nguyenvanduocit commented 1 year ago

can you provide me some website for example.

merlinuwe commented 1 year ago

Thanks for your reply. Yes, these are the main sites I need:

image

image

merlinuwe commented 1 year ago

I just installed your new release and put this in a new note:


```gate  
https://herakles.webuntis.com/WebUntis/index.do#/basic/login
height:900
profile:account-1


It renders only to a small window:

![image](https://github.com/nguyenvanduocit/obsidian-open-gate/assets/4138869/502c773c-78d5-4ab9-b2a8-0c988b1c4813)

(On the right pane, it renders the full website.)

Solution: I found, that I have to add 900px instead of 900

Can I use profile: to give the site my user credentials? How do I have to give the credentials? I tried 

profile:account-1

and

profile:username@passwort

but this does not work.
nguyenvanduocit commented 1 year ago

Hi, the plugin can not prefill credentials. profile key is used to store cookie, storate of current webview, it's act like profile in chrome. and it's saved on your machine, can not be shared.