Five days since v1.0 shipped, and we have v1.1! This one is focused on making the editor a little more delightful and plugging some holes that you all flagged right away. Thanks for the quick feedback!
Here's what's new:
New Features
- Emoji picker - Type
:anywhere in the editor to pull up an emoji picker. Start typing the emoji name and it'll filter down for you. No more copying from another tab. (#10) - Table of contents slash command -
/tocis now a slash command that auto-generates a table of contents from the headings in your document. (#6) - Link to headings - Every heading in preview mode now has an anchor link, so you can share links directly to a specific section of your gist. (#7)
- Secret gists - When saving, you can now choose to create a gist as secret so it's not listed publicly on your profile. (#20)
Under the Hood
- Updated local dev HTTP config for local project smoothness
- The SlashCommandMenu component has been broken up to use the same UI for emoji autocomplete
- Animated the download menu (probably need to make menu animations be a reusable component)
You can browse all commits at github.com/cassidoo/fancygist/commits.
Check out FancyGist now, and be sure to drop a ⭐!