mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Updating the welcome message a bit
This commit is contained in:
@@ -7,6 +7,8 @@ module.exports = [
|
||||
"### Homebrew made easy",
|
||||
"The Homebrewery allows for the creation and sharing of authentic looking Fifth-Edition homebrews, with just text editing. It accomplishes this by using [Markdown](https://help.github.com/articles/markdown-basics/) along with some custom CSS-stlying.",
|
||||
"",
|
||||
"Stop worrying about learning photoshop, fiddling with spacing, or tracking down the PHB assets. Just focus on making your homebrew **great**.",
|
||||
"",
|
||||
"**Try it! **Simply edit the text on the left and watch it *update live* on the right.",
|
||||
"",
|
||||
"#### Features",
|
||||
@@ -20,7 +22,7 @@ module.exports = [
|
||||
"#### Snippets",
|
||||
"If you aren't used the Markdown-style syntax, don't worry! I've provided several **snippets** at the top of the editor. When clicked, these will *inject* text wherever your text cursor was.",
|
||||
"",
|
||||
"Each snippet is a common format from the Player's Handbook or is a feature of The Homebrewery. You'll never have to memorize eactly how a Monster Stat Block is suppose to be formatted.",
|
||||
"Each snippet is a common format from the Player's Handbook or is a feature of The Homebrewery. You'll never have to memorize exactly how a Monster Stat Block is suppose to be formatted.",
|
||||
"",
|
||||
"### Editing and Sharing",
|
||||
"When you create your own homebrew you will be given a *edit url* and a *share url*. Any changes you make will be automatically saved to the database within a few seconds. Anyone with the edit url will be able to make edits to your homebrew. So be careful about who you share it with.",
|
||||
@@ -28,32 +30,38 @@ module.exports = [
|
||||
"Anyone with the *share url* will be able to access a read-only version of your homebrew.",
|
||||
"",
|
||||
"",
|
||||
"> ##### Be Careful: Concurrent Editing",
|
||||
"> The Homebrewery **does not** support concurrent user editing. It's best one user at a time makes edits to avoid overwriting eachother.",
|
||||
"> ##### Words of Caution",
|
||||
"> ___",
|
||||
"> * **Concurrent Editing** The Homebrewery does not support concurrent user editing. It's best one user at a time makes edits to avoid overwriting eachother.",
|
||||
"> * **Back-up your brews** I can not guarantee that I will support this project indefinitely. So if you'd like to hang on to your creation be sure to back up it up.",
|
||||
"",
|
||||
"",
|
||||
"```",
|
||||
"```",
|
||||
"",
|
||||
"### Images",
|
||||
"Images can be included 'inline' with the text using Markdown-style images. However for background images more control is needed.",
|
||||
"",
|
||||
"Background images should be included as HTML-style img tags. Using inline CSS you can precisely position your image where you'd like it to be. The image **snippet** provides an example of doing this.",
|
||||
"",
|
||||
"```",
|
||||
"```",
|
||||
"",
|
||||
"### Not quite Markdown",
|
||||
"Although the Homebrewery uses Markdown, to get all the stlying features from the PHB, we had to get a little creative. Some base HTML elements are not used as expected and I've had to include a few new keywords.",
|
||||
"",
|
||||
"___",
|
||||
"* **Horizontal Rules** are generally used to *modify* existing elements into a different style. For example, a horizontal rule before a blockquote will give it the style of a Monster Stat Block.",
|
||||
"* **Horizontal Rules** are generally used to *modify* existing elements into a different style. For example, a horizontal rule before a blockquote will give it the style of a Monster Stat Block instead of a note.",
|
||||
"* **New Pages** are controlled by the author. It's impossible for the site to detect when the end of a page is reached, so indicate you'd like to start a new page with **`/page`** on it's own line .",
|
||||
"* **Code Blocks** are used only to indicate column breaks. Since they don't allow for styling within them, they weren't that useful to use.",
|
||||
"* **HTML** can be used to get *just* the right look for your homebrew. I've included some examples in the snippet icons above the editor.",
|
||||
"",
|
||||
"",
|
||||
"## Planned Features",
|
||||
"Here are a few features I'm planning on next",
|
||||
"## Bugs, Issues, Suggestions?",
|
||||
"Have an idea of how to make The Homebrewery better? Or did you find something that wasn't quite right? Head [here](https://github.com/stolksdorf/NaturalCrit/issues/new) and let me know!.",
|
||||
"",
|
||||
"### Planned Features",
|
||||
"Here are a few features I'm planning next",
|
||||
"* Convert to PDF",
|
||||
"* Switch between DMG-style and Monster Manual-Style",
|
||||
"* Download as images",
|
||||
"",
|
||||
].join('\n');
|
||||
@@ -112,7 +112,7 @@
|
||||
font-size : 9pt;
|
||||
line-height : 1.3em;
|
||||
&+p{
|
||||
margin-top : -1em;
|
||||
margin-top : -0.8em;
|
||||
text-indent : 1em;
|
||||
}
|
||||
}
|
||||
@@ -307,7 +307,8 @@
|
||||
border-top : 2px black solid;
|
||||
border-bottom : 2px black solid;
|
||||
box-shadow : 1px 4px 14px #888;
|
||||
p{
|
||||
|
||||
p, ul{
|
||||
font-family : ScalaSans;
|
||||
font-size : 10pt;
|
||||
line-height : 1.1em;
|
||||
|
||||
Reference in New Issue
Block a user