From 6474825ffbd906d6be0ca33cca41f8864ad9f029 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sun, 29 May 2016 13:19:21 -0400 Subject: [PATCH] Last tweaks --- client/homebrew/navbar/navbar.jsx | 2 +- client/homebrew/navbar/recent.navitem.jsx | 4 +- client/homebrew/pages/homePage/homePage.jsx | 15 ++++- .../homebrew/pages/homePage/welcome_msg.txt | 55 ++++++++----------- 4 files changed, 40 insertions(+), 36 deletions(-) diff --git a/client/homebrew/navbar/navbar.jsx b/client/homebrew/navbar/navbar.jsx index f643fe125..e952fd268 100644 --- a/client/homebrew/navbar/navbar.jsx +++ b/client/homebrew/navbar/navbar.jsx @@ -11,7 +11,7 @@ var Navbar = React.createClass({
The Homebrewery
- v2.0.6 + v2.1.0 {this.props.children} diff --git a/client/homebrew/navbar/recent.navitem.jsx b/client/homebrew/navbar/recent.navitem.jsx index 19f085adf..703c029b3 100644 --- a/client/homebrew/navbar/recent.navitem.jsx +++ b/client/homebrew/navbar/recent.navitem.jsx @@ -86,7 +86,7 @@ module.exports = { }; }, render : function(){ - return { + if(err) return; + var brew = res.body; + window.location = '/homebrew/edit/' + brew.editId; + }); + }, handleSplitMove : function(){ this.refs.editor.update(); }, @@ -60,7 +73,7 @@ var HomePage = React.createClass({ -
+
Save current
diff --git a/client/homebrew/pages/homePage/welcome_msg.txt b/client/homebrew/pages/homePage/welcome_msg.txt index 7db615953..99b6717d5 100644 --- a/client/homebrew/pages/homePage/welcome_msg.txt +++ b/client/homebrew/pages/homePage/welcome_msg.txt @@ -8,17 +8,6 @@ The Homebrewery makes the creation and sharing of authentic looking Fifth-Editio - -#### Features -* Monster Stat Blocks -* Full class tables -* Notes and Tables -* Images -* Page numbering and footers -* Vertical spacing, column breaks, and multiple pages - - - ### 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. @@ -33,27 +22,6 @@ This tool will **always** be free, never have ads, and I will never offer any "p 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!. -``` -``` - -## New Things in v2.1.0! -What's new in the latest update? Check out the full changelog [here](/homebrew/changelog) - -* **Spell Lists** Tweaking the Markdown lexer and parser, I can now do nested Markdown within HTML blocks. Which means the available syntax I can use has vastly increased. Spell Lists are just the first of many new elements. -* **Recently Viewed/Edited** The Homebrewery now remembers which brews you've been editing and viewing. Check the navbar to quickly jump around to these. -* **Print Capturing** Pressing ctrl+p/cmd+p on any edit or share page will now jump you straight to the print page. Much more intutive. - - -## V2 Overhaul -A lot of time has been put into the v2 overhaul. Here's the highlights: - -* **A whole new look** The site has been re-built from the ground up! -* **Better editor and Split Pane** Syntax highlighting will make writing your brews even easier, and now you can customize how large your editor is. -* **More reliable rendering** Lots of work has been put into making the rendering more reliable, not just for web, but also for PDFs -* **PDF Printing on Chrome** You don't need to use Chrome Canary anymore! -* ** Performance Improvements** The site should load faster, save faster, and render large brews *much* faster. -* **Patreon page** If you like this tool and want to show some thanks you can [head here](https://www.patreon.com/stolksdorf). - >##### PDF Exporting > PDF Printing works best in Chrome. If you are having quality/consistency issues, try using Chrome to print instead. > @@ -67,6 +35,29 @@ A lot of time has been put into the v2 overhaul. Here's the highlights: > If you want to save ink or have a monochrome printer, add the **Ink Friendly** snippet to your brew before you print +``` +``` + +## New Things in v2.1.0! +What's new in the latest update? Check out the full changelog [here](/homebrew/changelog) + +* **Spell Lists** Tweaking the Markdown lexer and parser, I can now do nested Markdown within HTML blocks. Which means the available syntax I can use has vastly increased. Spell Lists are just the first of many new elements. +* **Recently Viewed/Edited** The Homebrewery now remembers which brews you've been editing and viewing. Check the navbar to quickly jump around to these. +* **Print Command Capturing** Pressing ctrl+p/cmd+p on any edit or share page will now jump you straight to the print page. Much more intutive. + + +## V2 Overhaul +A lot of has been put into version 2 of The Homebrewery. Here are the highlights: + +* **A whole new look** The site has been re-built from the ground up! +* **Better editor and split pane** Syntax highlighting will make writing your brews even easier, and now you can customize how large your editor is. +* **More reliable rendering** Lots of work has been put into making the rendering more reliable, not just for web, but also for PDFs +* **PDF Printing on Chrome** You don't need to use Chrome Canary anymore! +* ** Performance Improvements** The site should load faster, save faster, and render large brews *much* faster. +* **Patreon page** If you like this tool and want to show some thanks you can [head here](https://www.patreon.com/stolksdorf). + + +