Coder Social home page Coder Social logo

Comments (7)

lishid avatar lishid commented on September 23, 2024 1

I think both solutions are fine - just make sure you write some comments on the various hacks you employ on why they're necessary and what they do.

from obsidian-api.

lishid avatar lishid commented on September 23, 2024

There isn't, but the container element is passed through the context object, and you can use its clientWidth to figure out how much space you have.

Would this solve your use case?

from obsidian-api.

valentine195 avatar valentine195 commented on September 23, 2024

Unfortunately not - I actually know the container size in the plugin (it has to be explicitly set for Leaflet), but Leaflet looks at the clientWidth of its container element internally to get its scaling factors.

from obsidian-api.

lishid avatar lishid commented on September 23, 2024

Ah ok. Is leaflet synchronous when loading? If so, you can hack around this by creating a DOM element on body with position fixed given a specific size, let leaflet do its rendering in there, then detach/re-attach the entire leaflet element back to where it should be, making sure to clean up the global DOM element.

from obsidian-api.

valentine195 avatar valentine195 commented on September 23, 2024

Would you prefer I do that over using a MutationObserver observing the context container, then?

Easy enough, if so.

Either way, thanks for the suggestion!

from obsidian-api.

pjeby avatar pjeby commented on September 23, 2024

@valentine195: Is this now resolved with the addition of onNodeInserted()? It sounds like that provides the originally requested feature, i.e. a callback for when an element is re-added to the DOM.

from obsidian-api.

valentine195 avatar valentine195 commented on September 23, 2024

Yes, thanks!

from obsidian-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.