How to handle many web views that only differ slightly? #4628
-
There's an online database where you can get data by using link.link/{id}. I would like to be able to include web views to specific items. Do I have to create a web view for every single item or is it possible to create the web view on the fly once a link in a note is clicked? I am aware that I can probably use the backend API to create the view, but I am unsure whether that's the best way. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'm not sure what you mean by web-view, but you may be able to leverage https://github.com/rauenzi/Trilium-SingleFile , but you will likely need to run each URL separately. This is currently out of scope to be included in Trilium natively. |
Beta Was this translation helpful? Give feedback.
I see what you mean now. There is no automated way to import multiple links at once, and likely will not be a way in the near future.