Update README.md

This commit is contained in:
vabene1111
2018-06-06 20:27:04 +00:00
parent e8f9965255
commit 058dcebd1c

View File

@ -4,23 +4,23 @@ Currently the only supported storage backend is dropbox, but this can easily be
## Usage ## Usage
Most things should be straight forward but there are some more complicated things. Most things should be straight forward but there are some more complicated things.
###General ##### General
Create Categories and Keywords under the `New` tab. You can have a simple look at most Tables under the `List` Tab. Create Categories and Keywords under the `New` tab. You can have a simple look at most Tables under the `List` Tab.
Management options for your Data are under `Manage Data` Management options for your Data are under `Manage Data`
###Storage Backends ##### Storage Backends
Currently only dropbox is supported as a storage backend. To add a new Dropbox go to `New >> Storage Backend` and enter Currently only dropbox is supported as a storage backend. To add a new Dropbox go to `New >> Storage Backend` and enter
a name (just a display name for you to identify it) and an API access Token for the account you want to use. a name (just a display name for you to identify it) and an API access Token for the account you want to use.
You can obtain the API token on [Dropboxes API explorer](https://dropbox.github.io/dropbox-api-v2-explorer/#auth_token/from_oauth1) You can obtain the API token on [Dropboxes API explorer](https://dropbox.github.io/dropbox-api-v2-explorer/#auth_token/from_oauth1)
with the button on the top right. with the button on the top right.
###Adding Synced Path's ##### Adding Synced Path's
To add a new path from your Storage backend to the sync list, go to `Manage Data >> Configure Sync` and select the storage backend you want to use. To add a new path from your Storage backend to the sync list, go to `Manage Data >> Configure Sync` and select the storage backend you want to use.
Then enter the path you want to monitor starting at the storage root (e.g. `/Folder/RecipesFolder`) and save it. Then enter the path you want to monitor starting at the storage root (e.g. `/Folder/RecipesFolder`) and save it.
###Syncing Data ##### Syncing Data
To sync the recipes app with the storage backends press `Sync now` under `Manage Data >> Configure Sync`. To sync the recipes app with the storage backends press `Sync now` under `Manage Data >> Configure Sync`.
###Import Recipes ##### Import Recipes
All files found by the sync can be found under `List >> New Recipes`. There you can either import all at once without All files found by the sync can be found under `List >> New Recipes`. There you can either import all at once without
modifying them or import one by one, adding Category and Tags while importing. modifying them or import one by one, adding Category and Tags while importing.
###Batch Edit ##### Batch Edit
If you have many uncategorized and untagged recipes you may want to edit them all at once. For this go to If you have many uncategorized and untagged recipes you may want to edit them all at once. For this go to
`Manage Data >> Batch Edit`. Enter a word which should be contained in the recipe name and select category and tags. `Manage Data >> Batch Edit`. Enter a word which should be contained in the recipe name and select category and tags.
When clicking submit every recipe containing the word will be updated (tags are added). When clicking submit every recipe containing the word will be updated (tags are added).