-
Notifications
You must be signed in to change notification settings - Fork 1
Sharing and using the forum #15
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
Open
code3z
wants to merge
41
commits into
ortiza5:master
Choose a base branch
from
code3z:sharing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
02f8d3c
First Commit for "Sharing"
b36bad4
tiosgz suggestions
c5a919c
More! Including rename forum -> community
fc0bc3e
Added Git and Fixes
ef9d9f1
Various updates
bec4fdd
Recommended Changes
37d42ab
More Recommended Changes
f887b11
Git
0923c87
Small fix
48fe6bd
Screenshots
3cda841
Screenshots in Markdown
398494c
Do the asterisk the "right way"
1039272
Fix: Guidelines and best Practices, Phrasing
2a43bac
README resolve conflicts
code3z 6de4fae
Fix: Keep all lines under 90 char (and aim for 80 char)
acbce6d
Fix: Correct a few lines
412c597
Move: assets/images -> assets/screenshots
ec68d0e
Even better line spacing!
f712142
Spacing Update community/sharing.md
code3z f580909
“Cloud Storage” Update community/sharing.md
code3z 8410062
Capitalization Update community/asking-questions.md
code3z 5293ec5
May -> Will Update community/sharing.md
code3z bf39065
Remove three dashes
code3z 574c998
Versioning Wording Update community/sharing.md
code3z 46a1d77
Less Verbose Update community/sharing.md
code3z 1700234
Update community/asking-questions.md
code3z 13d9bc5
Update community/sharing.md
code3z 9e30257
Merge branch 'master' of https://github.com/tiosgz/modding-vivaldi in…
b7a9e13
git push origin sharing
06e14af
Add non-conflicting README
3ae8e27
Merge branch 'sharing' of https://github.com/code3z/modding-vivaldi i…
5483857
Minor changes
8f5420c
Long Lines
0d6317d
More minor Changes
2de92bd
More minor changes, including images
efabe8d
Better README
f66d57c
Fixes & high-priority suggestions
d3b8daa
Suggestions
ce87d2c
(don't) read me
ed2ee45
Assets paths fix
5018df0
(don't) read me again
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
| # Asking Questions on the Forum | ||
|
|
||
| Author(s): code3z (code3) | ||
|
|
||
| The [modding forum](https://forum.vivaldi.net/category/52/modifications) | ||
| is a great place to ask questions about modding. Before asking, search the | ||
| forum and the internet to check if there is not already a good answer. | ||
|
|
||
| When asking a question, keep a few simple things in mind: | ||
|
|
||
| - Use a topic title that is descriptive | ||
| - Be polite and don’t use ALL CAPS | ||
| - If you are asking questions about a certain piece of code, share that code | ||
| - Share any ways you thought might fix the problem even if they didn’t work | ||
| - Don’t add the “mod” or “modding” tags to your post—save that for when you | ||
| actually publish a mod | ||
|
|
||
| ## Asking for Mods | ||
|
|
||
| You can use the forum to ask someone to make a mod for you. But remember that it | ||
| is a big favor: if they wanted this mod themselves, they would have almost | ||
| certainly made it. So be patient, describe what you’re looking for clearly, and | ||
| realize that you may not get an answer at all (especially if what you’re asking | ||
| is hard to do). | ||
|
|
||
| If you think that what you’re asking for should be implemented in Vivaldi | ||
| directly, remember to make a feature request for it in the [correct section of | ||
| the forum](https://forum.vivaldi.net/category/113/feature-requests). | ||
|
|
||
| ## Posting As A Question | ||
|
|
||
| Please use the drop-down menu next to the “Submit” button to mark your post | ||
| as a question, like this: | ||
|
|
||
|  | ||
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,87 @@ | ||
| # Sharing your Mods | ||
|
|
||
| Author(s): code3z (code3) | ||
|
|
||
| The [modding forum](https://forum.vivaldi.net/category/52/modifications) will be | ||
| extremely helpful for learning how to mod and getting mods from others. You will | ||
| need a [Vivaldi account](https://login.vivaldi.net) to post there. You might | ||
| also want a GitHub and/or GitLab account as another way to share your mods. | ||
|
|
||
| --- | ||
|
|
||
| Once you’ve created a mod that you’re proud of, the next step is to share it. | ||
| Sharing will be a big help to other people. You can also get feedback and help | ||
| from the community. But it will also mean you have to respond to bugs in your | ||
| code and help other people use your code. | ||
|
|
||
| ## Managing and Sharing Mods using Git | ||
|
|
||
| You can use Git repository hosting services such as GitHub and GitLab to upload, | ||
| manage, share, and collaborate on mods. See the Managing Mods guide for more | ||
| information on Git. | ||
|
|
||
| ## Code Headers | ||
|
|
||
| Putting a comment at the top of your code helps people understand it, use it, | ||
| and remember where it came from. Consider using a header like this: | ||
|
|
||
| ```css | ||
| /** | ||
| * <title> | ||
| * https://forum.vivaldi.net/topic/<topic> | ||
| * Description: <description> | ||
| * <if your description is long, continue it here> | ||
| * Filename: <filename> | ||
| * Platform: <All/Linux/Mac/Windows> | ||
| * Version: Vivaldi version <version> | ||
| * Author(s): <forum/GitHub/GitLab username, contributors> | ||
| **/ | ||
| ``` | ||
|
|
||
| ### Versioning Your Mods | ||
|
|
||
| Instead of versioning your mods separately, it’s easier and sometimes more | ||
| helpful to include the latest version of Vivaldi that it was tested in. Along | ||
| with the last update time and version history (shown by Git or the forum), this | ||
| will let you and others know how up-to-date the mod is. | ||
|
|
||
| If you do want to version your mods, please include the Vivaldi version as well. | ||
|
|
||
| ## Posting Mods to the Forum | ||
|
|
||
| ### Tagging Forum Posts | ||
|
|
||
| Tagging your mods helps others find them. Use the forum tagging feature to | ||
| insert the following tags, in addition to any others that make sense: | ||
|
|
||
| 1. [Modding] | ||
| 2. [CSS] and/or [JavaScript] | ||
| 3. [Area]—what area of the UI does it affect? | ||
|
|
||
| If the tag doesn’t exist, the forum software will create it—but please **don’t | ||
| make new tags** on your own! Only use tags that are suggested from the | ||
| drop-down. | ||
|
|
||
|  | ||
|
|
||
| ## Describing Your Mods | ||
|
|
||
| Now that you’ve added your code, titled your post, and tagged it, you need to | ||
| write content! What you write is really up to you, but be sure to include what | ||
| the mod does, how it will help people, and if it has any shortcomings or bugs | ||
| or if it does not work with certain settings. | ||
|
|
||
| You should also **include a screenshot**. If the mod does something that can | ||
| only be shown through a screen recording, take a screen recording and upload | ||
| it as a GIF. You can find some screen recording tools in the resources section | ||
| of this guide. | ||
|
|
||
| Good job, I hope to see your mods soon! 👍 | ||
|
|
||
| ## Editing Posts | ||
|
|
||
| To edit a post and update the code, click the three-dot menu. Alternatively, if | ||
| using Git or cloud storage, just link to the file and don’t worry about | ||
| updating your post each time. | ||
|
|
||
|  |
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.