-
Notifications
You must be signed in to change notification settings - Fork 220
Update key documentation pages with information about the Cloud account creation and the social login option. #3601
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
e278ea3
Update key documentation pages with information about the Cloud accou…
kemister85 9c3fee2
Updated code snippet, created partial for reuse, updated positioning.
kemister85 590719e
Update modules/ROOT/partials/misc/admon-getting-started-with-tinymce.…
kemister85 4f0feb0
Update modules/ROOT/partials/misc/admon-account-creation-and-social-o…
kemister85 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
84 changes: 84 additions & 0 deletions
84
modules/ROOT/partials/misc/admon-account-creation-and-social-option.adoc
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,84 @@ | ||
| ++++ | ||
| <div class="signup-promo"> | ||
| <p style="margin-bottom: 16px;"> | ||
| It only takes 2 minutes to create your free Tiny account and get the API key: | ||
| </p> | ||
| <div> | ||
| <a href="https://tiny.cloud/signup?_gl=1*1m4fqt3*_ga*NDE5MTIxMjQwLjE3MzIxOTkwODE.*_ga_GQ50XYHWQZ*MTczMjI2OTAwMi4yLjEuMTczMjI2OTQwNy40LjAuMA..*_gcl_au*NTYyNTc2NTQyLjE3MzIxOTkwODE." class="account-creation-button" target="_blank" title="Sign up with Google"> | ||
| Sign up | ||
| <span class="account-creation-button--full-text"> with email</span> | ||
| <span class="social-signup"> | ||
| <img src="https://www.tiny.cloud/images/icons/google.svg" alt="Google" width="24" height="24"> | ||
| <img src="https://www.tiny.cloud/images/icons/github.svg" alt="GitHub" width="24" height="24"> | ||
| </span> | ||
| -> | ||
| </a> | ||
| </div> | ||
| </div> | ||
|
|
||
| <style> | ||
| .signup-promo { | ||
| --radius: 3px; | ||
| position: relative; | ||
| padding: 1rem; | ||
| background: #f9f9fb; | ||
| margin: 1rem 0; | ||
| border: 1px solid #e2e5ed; | ||
| border-radius: var(--radius) 0 0 var(--radius) | ||
| } | ||
|
|
||
| .signup-promo::before { | ||
| content: ''; | ||
| position: absolute; | ||
| top: -1px; bottom: -1px; left: -1px; | ||
| width: 5px; | ||
| background: linear-gradient(to bottom, #F66 15%, #4D66CB 85%); | ||
| border-radius: var(--radius) 0 0 var(--radius) | ||
| } | ||
|
|
||
| .signup-promo .account-creation-button { | ||
| --options-gap: 10px; | ||
| text-decoration: none !important; | ||
| padding: 8px 16px; | ||
| background: #0c132c; | ||
| color: #fff; | ||
| border-radius: 2px; | ||
| display: inline-flex; | ||
| align-items: center; | ||
| transition: background-color 0.15s; | ||
| font-family: Fira Code; | ||
| font-variant-ligatures: common-ligatures; | ||
| } | ||
|
|
||
| .signup-promo .account-creation-button:hover { | ||
| background-color: #335dff; | ||
| color: #fff; | ||
| } | ||
|
|
||
| .signup-promo .account-creation-button:active { | ||
| background-position: 100% 0; | ||
| color: #fff; | ||
| } | ||
|
|
||
| .signup-promo .account-creation-button .social-signup { | ||
| display: flex; | ||
| margin: 0 12px 0 0; | ||
| } | ||
|
|
||
| .signup-promo .account-creation-button .social-signup img { | ||
| width: 16px; | ||
| height: 16px; | ||
| filter: invert(1) brightness(100); | ||
| padding-left: var(--options-gap); | ||
| margin-left: var(--options-gap); | ||
| border-left: 1px solid #0008; | ||
| box-sizing: content-box; | ||
| } | ||
|
|
||
| @media screen and (max-width: 700px) { | ||
| .signup-promo .account-creation-button .account-creation-button--full-text { | ||
| display: none; | ||
| } | ||
| } | ||
| </style> | ||
| ++++ |
3 changes: 3 additions & 0 deletions
3
modules/ROOT/partials/misc/admon-getting-started-with-tinymce.adoc
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| == Getting Started with {productname} | ||
|
|
||
| {productname} is a rich text editor designed for web applications. To install {productname}, include the required script and initialize the editor with a minimal configuration. Upon registration, an API key is provided along with a corresponding code snippet for integration. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,15 @@ | ||
| {productname} is a rich-text editor that allows users to create formatted content within a user-friendly interface. | ||
|
|
||
| include::partial$misc/admon-account-creation-and-social-option.adoc[] | ||
|
|
||
| liveDemo::default-editor[] | ||
|
|
||
| The output created is in HTML5 and can include lists, tables, and other useful elements, depending on your configuration. The functionality of the editor can be extended through plugins and customizations, or limited to suit your use-case. {productname} can also be customized to look and feel like part of your application or webpage by customizing the user interface. {productname} can be integrated into a range of frameworks and Content Management Systems (CMSs), and can be either: | ||
|
|
||
| * Loaded from the {cloudname} CDN (Content Delivery Network), which will ensure {productname} is always using the latest version. | ||
| * Installed with a package manager (self-hosted). | ||
| * Extracted from a .zip file (self-hosted). | ||
|
|
||
| include::partial$misc/admon-getting-started-with-tinymce.adoc[] | ||
|
|
||
| include::partial$misc/admon-account-creation-and-social-option.adoc[] |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.