Suggestion: Add a page in documentation website to explain the behavior of each command #75
Replies: 1 comment
-
Please, discuss this in #77 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Since I have some ambiguity when experimenting the plugin's command, I would like to suggest a dedicated page in documentation website to explain the behavior of each command in the plugin Github Publisher.
Here is my attempt to clarify the behavior of each command, for your consideration.
Github Publisher: Share active file
-> should change toGithub Publisher: Upload single current active note
share: true
into the frontmatter of the current active noteGithub Publisher: Upload all shared notes
-> change toGithub Publisher: Upload multiple notes
share: true
in their frontmatterGithub Publisher: Upload new shared notes
-> change toGithub Publisher: Upload unpublished notes
share: true
in their frontmatter AND were not published since last uploadGithub Publisher: Check validity of this repository
Github Publisher: Upload all edited notes since last upload
-> change toGithub Publisher: Refresh content of all published notes
share: true
in their frontmatter AND were recently modified since last uploadGithub Publisher: Upload all new and edited notes since last upload
Github Publisher: Upload new shared notes
andGithub Publisher: Upload all edited notes since last upload
, isn't it? In this case, is it better to remove this command in cause of its ambiguity?share: true
in their frontmatter AND (were newly created OR recently modified since last upload)Beta Was this translation helpful? Give feedback.
All reactions