Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

No settings tab #1

Open
BramLeisink opened this issue Jun 15, 2023 · 1 comment
Open

No settings tab #1

BramLeisink opened this issue Jun 15, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@BramLeisink
Copy link

I can't seem to find the settings tab for this plugin. It worked when still on windows, but now I've switched to Ubuntu it isn't there anymore. There also is no settings icon next to the plugin on the Community plugin tab. (Btw, the plugin worked amazing on windows, great work!)

@fenjalien fenjalien added bug Something isn't working good first issue Good for newcomers labels Jun 16, 2023
@fenjalien
Copy link
Owner

fenjalien commented Jun 16, 2023

It'll probably be because I used a back slash instead of a forward slash for a folder here:

this.cacheFolderPath = path.join((this.app.vault.adapter as FileSystemAdapter).getBasePath(), this.app.vault.configDir, "obsidian-latex-render-svg-cache\\");

I don't have easy access to a linux system to test this on, could you send the console log when reloading obsidian?

Steps if you need them

  1. Open console (Ctrl+shift+i)
  2. Click on console tab
  3. Run the "Reload app without saving command"
  4. See logs (and hopefully an error message)

Thanks for using this plugin!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants