Coder Social home page Coder Social logo

Comments (5)

lishid avatar lishid commented on July 4, 2024

I think it might be better for us to just not initialize the editor with plugins, and then reconfiguring the editor with plugins after - accessing properties that are not ready is always a bad thing to do. I could make this patch but it would still cause plugins to crash when attempting to use editor without checking for null - rather probably easier to ensure it always exists.

from obsidian-api.

pjeby avatar pjeby commented on July 4, 2024

Sure. In Outliner's case it's actually checking for a null on the next line, but the Obsidian API throws an error there since it's not initialized. (I've suggested they work around for now by accessing editMode?.editor directly or try/catch, but I'm not sure how much the author is around -- looks like their last activity predates even 1.5.0 alpha.)

Outliner in fact sits in a setTimeout loop waiting for the editor field to be initialized, so your approach would allow them to drop that in a future release as well. (I'm assuming you mean that MarkdownFileInfo.editor would lose the optionality, or at least that the value supplied in the state field would be always have a valid .editor at extension init.)

from obsidian-api.

lishid avatar lishid commented on July 4, 2024

Sure. In Outliner's case it's actually checking for a null on the next line, but the Obsidian API throws an error there since it's not initialized.

Yeah I understand; I think another plugin ran into the same bug as well.

from obsidian-api.

lishid avatar lishid commented on July 4, 2024

I will send you a build to test the fix in discord.

from obsidian-api.

pjeby avatar pjeby commented on July 4, 2024

Closing since this appears to be fixed in 1.5.9 beta and 1.5.10 alpha.

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.