codexa / firetext

[NOT MAINTAINED] Word Processing App 📝 📖
https://marketplace.firefox.com/app/firetext
38 stars 28 forks source link

First-time tutorial #131

Open ferndot opened 11 years ago

ferndot commented 11 years ago

Implement first-time tutorial to explain the app to new users.

Actions that should be covered (feel free to suggest more):

Implementation notes:

HR commented 11 years ago

ok but later when we have the new enhanced workspace. We'll guide the user through an example.html template showing the features and how to use them

HR commented 11 years ago

http://usablica.github.io/intro.js/

ferndot commented 11 years ago

I tried that, but it does not work on mobile. Maybe it has something to do with the script causing CSP violations?

asdf23 commented 11 years ago

Thanks for this link,, this change my own work project 2000% not sure useful here though. It takes a lot of real-estate

jancborchardt commented 10 years ago

As a quick fix for this, it might make sense to show the Menu on first run, when no documents exist yet.

ferndot commented 9 years ago

Other potential libraries:

twiss commented 9 years ago

I feel like the most important thing on 1st start is to get the user to do something useful with the app. So on the desktop that could be

So we should make all of those options easy and obvious. However, if we're trying to convince the user to do something, we should make it simpler still; for example just one screen with: "[Connect a cloud storage account!!one]
[(or upload a document)]"

(we could even always show that below the file listing.)

  • Add a format to text (e.g. bold).
  • Add a special element (e.g. link).

You could show these the first time the user opens a document. I don't know if it's necessary though.

One more point: we should make it clear that files are autosaved. A tutorial isn't the only way to do that, though.