Code Monkey home page Code Monkey logo

Comments (5)

dwrolvink avatar dwrolvink commented on June 4, 2024

If this happens when process_all: True, then it is #22
If it happens when that value is false then that would be a new bug.

Basically a file is not processed twice, and that causes links to not be created when they should. See #22 for more info.

from obsidian-html.

jcolson avatar jcolson commented on June 4, 2024

If this happens when process_all: True, then it is #22 If it happens when that value is false then that would be a new bug.

Basically a file is not processed twice, and that causes links to not be created when they should. See #22 for more info.

I haven't tried setting process_all: True, so I would assume this is a new bug.

from obsidian-html.

jcolson avatar jcolson commented on June 4, 2024

image
vs
image

Note that there should be several nodes linked to Jolo, but obsidian-html only shows one

from obsidian-html.

dwrolvink avatar dwrolvink commented on June 4, 2024

Oh I just remembered I noticed this yesterday too. The proposed fix in #22 should fix this too.

See the lines:
Note: this will also fix another bug:

  • Links missing in graph view more than one note links to another (processed note does not get processed again).

The problem you're seeing is that session links to all those notes that Jolo Brekk links to. But Session will call those notes, and set the graph links for them, which prevents Jolo Brekk from linking to them, because they are already processed.

The proposed fix will also make a full bidirectional graph json, which can be used later to add backlink support.

from obsidian-html.

dwrolvink avatar dwrolvink commented on June 4, 2024

let's continue in #22

from obsidian-html.

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.