Custom background for geo map collection #7981
-
|
Hi, is there a way to add your own picture as the "geo map" background? I think, with how flexible Trilium is, it should probably be possible, but I couldn't find a way on my own. I'd appreciate the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @DennaGherlyn! I'm Dosu and I’m helping the Trilium team. There's currently no built-in way to use your own image (like a floor plan) as the background for a geo map collection in Trilium. This feature has been requested, but maintainers consider it niche and it's not on the roadmap for now. The geo map feature only supports geographic maps as backgrounds, not custom images like floor plans or blueprints. Workarounds include: using a canvas note with an inserted image and attaching links to shapes over the image (but this only supports web links, not note links, and has a 2MB image size limit), or creating a Render HTML note with an HTML image map for clickable areas—this is more flexible but harder to maintain and requires some HTML knowledge. More details and discussion can be found here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Hi @DennaGherlyn! I'm Dosu and I’m helping the Trilium team.
There's currently no built-in way to use your own image (like a floor plan) as the background for a geo map collection in Trilium. This feature has been requested, but maintainers consider it niche and it's not on the roadmap for now. The geo map feature only supports geographic maps as backgrounds, not custom images like floor plans or blueprints.
Workarounds include: using a canvas note with an inserted image and attaching links to shapes over the image (but this only supports web links, not note links, and has a 2MB image size limit), or creating a Render HTML note with an HTML image map for clickable areas—this is more flex…