Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/initial-setup/cloud-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Do not expose your PocketBase instance to the internet unless you are aware of t
```

3. **Initial setup:** Access the dashboard at `http://127.0.0.1:8090/_/` to create your initial admin account.
4. **Prepare schema:** Download or copy the [tables.json](https://github.com/Scriptbash/Wispar/blob/sync/tables.json) file from the Wispar repository.
4. **Prepare schema:** Download or copy the [tables.json](https://github.com/Scriptbash/Wispar/blob/main/tables.json) file from the Wispar repository.
5. **Import collections:** In the PocketBase sidebar, go to **Settings > Import collections**.
- Paste the JSON content or upload the file.
- Ensure "Merge with existing collections" is toggled **ON** before clicking **Import**. <img src="/img/docs/app_setup/sync/pocketbase_table_import.png"/>
Expand Down
6 changes: 3 additions & 3 deletions website/docs/initial-setup/link-with-zotero.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 3

# Link With Zotero

Wispar has a very simple Zotero integration. If you connect your Zotero account to Wispar, you will be able to send articles directly to your Zotero account. The articles are sent into a collection called "Wispar". If the collection does not exist in your account, one will be created the first time you send an article.
Wispar has a very simple Zotero integration. If you connect your Zotero account to Wispar, you will be able to send articles directly to your Zotero account. The articles are sent into a collection of your choice. You can also create new collections and subcollections.

## Method 1 – During On-boarding

Expand All @@ -30,7 +30,7 @@ Wispar has a very simple Zotero integration. If you connect your Zotero account

6. Leave the group permissions to their default values or select "<b>None</b>".

7. You can leave the specific groups permissions <b>unchecked</b>.
7. You can leave the specific groups permissions <b>unchecked</b> if you are not going to send articles to group collections. Otherwise, please select "**Read/Write**" permisions.

<img src="/img/docs/app_setup/zotero/zotero_overview.png" alt="Screenshot showing the overview of the API key generation" height="500"/>

Expand Down Expand Up @@ -58,5 +58,5 @@ If you have already completed on-boarding, you can still link your Zotero accoun
2. Tap the Wispar <img src="/img/wispar.png" alt="Screenshot showing the Wispar icon" width="20"/> icon at the top-right corner and select <b>Settings</b>.
<img src="/img/docs/wispar_menu.png" alt="Screenshot showing the Wispar menu open" width="300"/>

3. Tap the <b>Zotero</b> tile and follow the steps XX from Method 1 from step 2.
3. Tap the <b>Zotero</b> tile and follow the steps in Method 1 from step 2.
<img src="/img/docs/app_setup/zotero/zotero_tile.png" alt="Screenshot showing the Zotero settings" width="100"/>
Loading
Loading