Skip to content

Instantly share code, notes, and snippets.

@rplaurindo
Last active July 4, 2022 20:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rplaurindo/4899f94a23ff0a7466a5a7e27247cca2 to your computer and use it in GitHub Desktop.
Save rplaurindo/4899f94a23ff0a7466a5a7e27247cca2 to your computer and use it in GitHub Desktop.

Syncronizing README Files Through the StackEdit

Consider that the "main menu" is at top right corner of the stackedit.io page.

In the first step, log in with a Google account to synchronize all data.

Adding a GitLab Workspace (or Publish - test it)

Adding a OAuth2 Authorization on GitLab

Add via this link.

  • at Redirect URI type https://stackedit.io/oauth2/callback;
  • unmark Confidencial;
  • mark the api option;
  • Save.

Synchronizing GitLab OAuth2 Authorization on StackEdit

Click on main menu (StackEdit icon) -> Accounts -> Add a GitLab account.

  • at GitLab URL type https://gitlab.com/oauth/applications/<application-id-in-the-url>;
  • at Application ID paste the Application ID copied from https://gitlab.com/oauth/applications/<application-id-in-the-url>;
  • Ok.

Saving README File To GitLab

  • click on main menu-> Synchronize -> Save on GitLab;
  • type data in fields;
  • Ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment