Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have some problems with footnotes and graph #8

Closed
Darkluna999 opened this issue Mar 7, 2022 · 7 comments
Closed

I have some problems with footnotes and graph #8

Darkluna999 opened this issue Mar 7, 2022 · 7 comments
Labels
question Further information is requested

Comments

@Darkluna999
Copy link

  1. First, I noticed that the footnotes in the text didn't show up properly, but rather as normal text and couldn't jump hyperlinks.
    image
    image

  2. Secondly, my graph moudle has not been able to load, but I have not found any difference compared to the code.
    But what I noticed is that unlike your demo web page, the "Open-graph" button flashed for a moment and then disappeared.
    Not just my folder, but also the demo folder.
    image
    image

nginx 1.21.0
PHP 7.4.0

@Darkluna999 Darkluna999 added the enhancement New feature or request label Mar 7, 2022
@secure-77 secure-77 added bug report Something isn't working and removed enhancement New feature or request labels Mar 7, 2022
@secure-77
Copy link
Owner

Hi,

Regarding:

  1. iam not sure what you mean, as i cant read Chinese. Please provide me a demo file that i can compare it between Obsidian and Perlite

  2. this usually happens when there is no metabase.json in the root directory of your vault

@Darkluna999
Copy link
Author

Darkluna999 commented Mar 7, 2022

  1. the example of footnote...
    Example.md

  2. no, I have put it there and even just put your demo folder, but it does not work, too

@secure-77
Copy link
Owner

please take a look at the new created issue for this: #9
at the moment this can only be implemented by turning the safeMode off (not recommended) and including the ParsedownExtra.php. If you want to do this, you need to do this by yourself (only 3 lines of code needed to be adjust). but i wont implement it in this project yet.

regarding your graph problem, without an error message its really hard to say what the problem is. only thing what i can suggest you is to make sure your folder structure is correct and the metabase.json is on the correct place.

image

image

finally you can try to set your root folder hardcoded in the helper.php like this:

image

@Darkluna999
Copy link
Author

Good! I will check my file structure as soon as possible

@secure-77
Copy link
Owner

from you screenshot i can see that you root folder is actually "Notes" and not "Demo". So this might be the problem.
for testing purpose, replace your Notes folder with the Demo folder and the graph should be available.

@secure-77 secure-77 added question Further information is requested and removed bug report Something isn't working labels Mar 7, 2022
@Darkluna999
Copy link
Author

Darkluna999 commented Mar 7, 2022

Wow! You've found blind spots! Indeed he works well! Thankyou for your help!!

@secure-77
Copy link
Owner

secure-77 commented Mar 7, 2022

glad you have fixed it, you are welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants