codebook csv importer
This commit is contained in:
parent
e550989ce2
commit
84df9cca87
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 57e49207e9ad57c71576fc487a38513a4d0fe120
|
Subproject commit 05c36b300db460925e834204b8e7c668b57e3948
|
|
@ -247,6 +247,10 @@
|
||||||
Open the Buttercup desktop application and unlock your vault. Right click on your vault's icon and
|
Open the Buttercup desktop application and unlock your vault. Right click on your vault's icon and
|
||||||
select "Export" to save the CSV file.
|
select "Export" to save the CSV file.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<ng-container *ngIf="format === 'codebookcsv'">
|
||||||
|
Open the Codebook desktop application and log in. Navigate to "File" → "Export all", then click
|
||||||
|
"Yes" on the dialog and save the CSV file.
|
||||||
|
</ng-container>
|
||||||
</app-callout>
|
</app-callout>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
|
|
Loading…
Reference in New Issue