Skip to content

Commit

Permalink
docs: add some docs for new features in rotki 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Dec 12, 2024
1 parent 26da515 commit d3e2447
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 16 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default defineConfig({
{ text: 'Adding missing prices', link: '/usage-guides/custom-price' },
{ text: 'Decentralized Finance', link: '/usage-guides/decentralized-finance' },
{ text: 'Creating a profit/loss report', link: '/usage-guides/pnl' },
{ text: 'Tag Management', link: '/usage-guides/tag-management' },
{ text: 'Statistic', link: '/usage-guides/statistic' },
{ text: 'Global Search', link: '/usage-guides/global-search' },
{ text: 'Taking Notes In-App', link: '/usage-guides/user-notes' },
Expand Down
Binary file removed public/images/add_etherscan_keys.png
Binary file not shown.
Binary file added public/images/add_tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/add_tag_label.png
Binary file not shown.
Binary file added public/images/external_services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/hide_small_balances.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/loopring_add_key.png
Binary file not shown.
Binary file removed public/images/monerium_add_key.png
Binary file not shown.
Binary file modified public/images/rotki_add_calendar_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/rotki_calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/sc_amount_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/tag_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions usage-guides/accounts-and-balances.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ You can also filter the manual balances by `location`, `name` or `asset`.

![The manually tracked balances](/images/sc_manually_tracked_balances.png)

## Adding/Editing Labels and tags

You can edit any of your blockchain accounts and add a label. The label is unique to the account and will show up in the accounts tables instead of the address. You will still be able to see the address if you hover over the label in the tables.

![Add a label and create a tag](/images/add_tag_label.png)

By pressing the edit button for the account you can also add tags to the blockchain account. If you want to create a new tag or edit an existing one you can open the tag manager and choose the name, description and colors of the tag.

## Filtering by tags
Expand All @@ -142,6 +136,17 @@ You can filter the tables by a combination of tags.

Simply add the tags you wish to filter by in the filter textbox above the tables.

## Hide small balances

You can filter out small balances and set the threshold yourself.

By default, this setting will apply to all balance types (blockchain balances, exchange balances, and manual balances).
You can uncheck the checkbox to apply the setting only to the current balances view.

> Note: you need to press "Apply Changes" for the setting to take effect.
![Hide small balances](/images/hide_small_balances.png)

## Loopring balances

From the balances section you can quickly get an overview of the accounts having balances in Loopring and what assets these accounts hold.
Expand Down
2 changes: 2 additions & 0 deletions usage-guides/calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

rotki provides a calendar view where you can add and track events for your activities. You can also set reminders to perform some actions related to these events.

You can see today's selected events and upcoming events on the right pane.

![Calendar view](/images/rotki_calendar.png)

![Add calendar event](/images/rotki_add_calendar_event.png)
Expand Down
12 changes: 8 additions & 4 deletions usage-guides/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Choose the "User & Security" section to change the user password.

> Set the symbol separating the floating part of a number, e.g., `5.42`.
### Subscript Format

> Whether to apply subscript formatting for consecutive zeros after the decimal point in small numbers, e.g., `0.000000087` => `0.0₇87`.
#### Amount Rounding

> Choose the rounding mechanism: `Round up`, `Round down`, or `Half even`. Customize how amounts and values are rounded.
#### Abbreviation for large numbers

> If enabled, large numbers will be abbreviated, e.g., `1,234,567` as `1.23 M`. Set the minimum value to be abbreviated.
Expand All @@ -92,10 +100,6 @@ Choose the "User & Security" section to change the user password.

> Set whether the currency symbol appears before or after the number, e.g., `$1,000` or `1,000$`.
#### Amount Rounding

> Choose the rounding mechanism: `Round up`, `Round down`, or `Half even`. Customize how amounts and values are rounded.
### NFT Settings

![Customizing the app's NFT settings](/images/sc_nf_settings.png)
Expand Down
8 changes: 2 additions & 6 deletions usage-guides/importing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ rotki relies on various external services for data such as historical crypto pri

Go to `API Keys → External Services`.

![External services](/images/external_services.png)

### Etherscan

At the moment, there is no compulsory API key. But if you don't use your own node, Etherscan queries without an API key are really slow. So if you don't already have an account with them, please create one [here](https://etherscan.io/register) and then generate a free API key and set it in the app as explained above. It's free of charge.

![Add Etherscan keys](/images/add_etherscan_keys.png)

### Loopring balances

To have your Loopring balances detected, you will need an API Key from Loopring. To get one, visit [Loopring Security](https://loopring.io/#/layer2/security) and unlock your account. In the list of options, click on **Export Account**.
Expand All @@ -94,8 +94,6 @@ To have your Loopring balances detected, you will need an API Key from Loopring.

Then in rotki, you need to add the API key in the `Loopring` section.

![Add Loopring key](/images/loopring_add_key.png)

After following these steps, your balances in the dashboard will be updated including the Loopring information.

![Loopring balances in the UI](/images/loopring_balances.png)
Expand All @@ -111,8 +109,6 @@ As long as you provide Monerium credentials, all Monerium transactions on Mainne

> **Note**: Monerium API can only use basic authentication at the moment. We are in contact with their team and they will add API keys eventually. But for now, they only have basic authentication, which means your username and password are stored in rotki (encrypted). Take necessary security precautions and don't use unless you understand the potential risks.
![Add Monerium](/images/monerium_add_key.png)

### Gnosis Pay

You can integrate Gnosis Pay with rotki to import your transaction data. Note that this feature is **experimental** and is only available for premium users.
Expand Down
12 changes: 12 additions & 0 deletions usage-guides/tag-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Tag Management

You can find the menu on the left sidebar.

![Tag Manager](/images/tag_manager.png)

## Adding/Editing Labels and tags

You can add or edit tags from this view. You can also create a new tag when you are adding your blockchain account or manual balance.
The label is unique, so you can't create multiple tags with the same label.

![Create a tag](/images/add_tag.png)

0 comments on commit d3e2447

Please sign in to comment.