diff --git a/_articles/account/export-your-data.md b/_articles/account/export-your-data.md index ee16654d..13cf95d0 100644 --- a/_articles/account/export-your-data.md +++ b/_articles/account/export-your-data.md @@ -13,6 +13,10 @@ Bitwarden allows you to export your vault data at any time. Data exports contain your unencrypted data in `.csv` format. You should not store or send the file over unsecure channels (such as email). Delete it immediately after you are done using it. {% endwarning %} +{% note %} +The downloaded `.csv` file can be opened, read, and modified in spreadsheet programs such as Microsoft Excel or a simple text editor like Notepad. +{% endnote %} + ## From the web vault 1. Log in to the web vault at @@ -26,4 +30,11 @@ Data exports contain your unencrypted data in `.csv` format. You should not stor 2. Scroll down and click **Export Vault** 3. Type in your master password and click **Submit**. Your browser will either automatically download the `.csv` file or prompt you to save it -The downloaded `.csv` file can be opened, read, and modified in spreadsheet programs such as Microsoft Excel or a simple text editor like Notepad. +## From the desktop app + +1. Open the desktop application and navigate to **File** (Bitwarden on macOS) → **Export Vault** +2. Type in your master password and click the Submit button. You will be prompted to download the `.csv` file. + +## From the CLI + +In the CLI application, you can use the `bw export` command to export your data to a `.csv` file in the current working directory. Or pass the `--output` option to specify a location of your choice. diff --git a/_articles/miscellaneous/searching-vault.md b/_articles/miscellaneous/searching-vault.md index 819e7425..d4ce811c 100644 --- a/_articles/miscellaneous/searching-vault.md +++ b/_articles/miscellaneous/searching-vault.md @@ -5,7 +5,6 @@ categories: [miscellaneous] featured: false popular: false tags: [search, lunr] -hidden: true --- Bitwarden indexes your vault using a [full-text search](https://en.wikipedia.org/wiki/Full-text_search){:target="_blank"} programming library called [Lunr](https://lunrjs.com/){:target="_blank"}. Lunr provides the ability to invoke high-performance search queries against your vault to quickly find what you need with great accuracy.