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
Add 'Focus Mode' plugin. #276
Conversation
|
Oh wait, my release only contains |
|
You should upload the built files to your Releases tab instead of pushing it into the repo - edit this release: https://github.com/ryanpcmcquen/obsidian_focus_mode/releases/tag/1.0.0 |
|
@lishid, thanks for the reply! Does it only need those 3 files? |
|
Also, is there a naming convention for that? For instance, would this name work? |
|
Oh, or is the expectation that I just manually include those files? |
|
Yeah, check out how the other plugins do it in the releases section :) |
|
@lishid, done! |
|
Got access to a Windows machine and tested there, will try to find a Linux comp or user. |
|
Ok, couple of small things:
|
|
@lishid thanks for the solid review! Done: |
|
I've changed your plugin ID from using underscores to using dashes. Once you update them in your repo, I'll merge the PR |
|
@lishid done! Despite the fact that I love underscores, consistency should always win! |

Repo URL
https://github.com/ryanpcmcquen/obsidian_focus_mode
Release Checklist
I have tested this on Windows
I have tested this on macOS
I have tested this on Linux
Github release contains all required files
main.jsmanifest.jsonstyles.cssGithub release name matches the exact version number specified in your manifest.json (Note: Use the exact version number, don't include a prefix
v)The
idin mymanifest.jsonmatches theidin thecommunity-plugins.jsonfile.README clearly describes the plugins purpose and provides clear usage instructions.