Small Documentation Improvement #3786
Merged
JoeKar merged 1 commit intomicro-editor:masterfrom Jul 25, 2025
Merged
Conversation
dmaluka
reviewed
Jul 20, 2025
runtime/help/plugins.md
Outdated
| metadata) which it knows about. By default, micro only knows about the official | ||
| channel which is located at github.com/micro-editor/plugin-channel but you can | ||
| metadata) which it knows about. By default, micro only knows about the [official | ||
| channel](github.com/micro-editor/plugin-channel) but you can |
runtime/help/plugins.md
Outdated
| ``` | ||
|
|
||
| Then open a pull request at github.com/micro-editor/plugin-channel, adding a | ||
| Then open a pull request at the [official plugin channel](github.com/micro-editor/plugin-channel), adding a |
runtime/help/plugins.md
Outdated
| To make updating the plugin work, the first line of your plugin's lua code | ||
| should contain the version of the plugin. (Like this: `VERSION = "1.0.0"`) | ||
| Please make sure to use [semver](http://semver.org/) for versioning. | ||
| Please make sure to use [semver](http://semver.org/) for versioning. No newline at end of file |
Collaborator
There was a problem hiding this comment.
Please don't remove empty line at the end of file.
But while we're at this line, s/http/https/ would be a good idea?
Contributor
Author
There was a problem hiding this comment.
s/http/https/ would be a good idea?
I'd say it's a good idea. There are more http occurrences over the repo, perhaps we could change those as well?
Collaborator
There was a problem hiding this comment.
Perhaps. Except for those in LICENSE-THIRD-PARTY, xml schemas in assets/*.svg and so on.
Contributor
Author
Collaborator
Contributor
Author
There was a problem hiding this comment.
Oops, my bad. I should've checked explicitly, but I thought my browser would fall back to HTTPS if it was available.
57032ef to
ad9301f
Compare
dmaluka
approved these changes
Jul 20, 2025
JoeKar
approved these changes
Jul 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.