Ordeeper / obsidian-journaling-plugin

View daily notes in a journal-like format, similar to Logseq. It enhances note organization and facilitates better reflection by consolidating daily notes into a continuous journaling view.
MIT License
29 stars 0 forks source link

Installation issue - Obsidian (v1.6.7) - MacOS (v14.6.1) #1

Closed buttonpushertv closed 2 months ago

buttonpushertv commented 2 months ago

Following the README instructions, I downloaded the plugin as a zip file from the GitHub page using the green "Code" button. This downloads a file called: obsidian-journaling-plugin-main.zip I also tried downloading the Source Code .zip file directly from the Releases page (v1.0.0) - which dowloads a file called obsidian-journaling-plugin-1.0.0.zip.

Unzipping either of those files into any of the following folders does not seem to enable the plugin for use:

Any of the above will show the plugin in the Community Plugins list but produces an error: Failed to load plugin "journaling" (or Failed to load plugin "obsidian-journaling-plugin") when you try to enable it.

After each different path name, I did restart Obsidian.

FWIW, the code downloaded from the main page, shows "id": "journaling" on the top of the manifest.json file, whereas the same line from the Release source code .zip file shows "id": "obsidian-journaling-plugin" in its manifest.json. So, I'm not sure which path should be used to allow the plugin to be enabled.

What should the folder for the plugin be named?

One (maybe important) point is that I'm running in to these issues on Obsidian (v.1.6.7) running on MacOS (Sonoma 14.6.1). Don't know if that matters.

Ordeeper commented 2 months ago

Can you try downloading from community plugins?

image

buttonpushertv commented 2 months ago

I didn't see it on my first search there, but it showed up for me now.

I have it working now. Thanks.

buttonpushertv commented 2 months ago

All good now. Thanks.

You may want to update the README with install instructions via Community Plugins browser.

Ordeeper commented 2 months ago

Thanks, I will do that