|
|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
<div style="display: flex; justify-content: space-between;">
|
|
|
|
|
<button class="btn btn-primary">Save</button>
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-default" type="button" data-help-page="Protected-notes">Help</button>
|
|
|
|
|
<button class="btn btn-secondary" type="button" data-help-page="Protected-notes">Help</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
@ -125,7 +125,7 @@
|
|
|
|
|
<div style="display: flex; justify-content: space-between;">
|
|
|
|
|
<button class="btn btn-primary">Save</button>
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-default" type="button" data-help-page="Note-revisions">Help</button>
|
|
|
|
|
<button class="btn btn-secondary" type="button" data-help-page="Note-revisions">Help</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
@ -154,7 +154,7 @@
|
|
|
|
|
<div style="display: flex; justify-content: space-between;">
|
|
|
|
|
<button class="btn btn-primary">Save</button>
|
|
|
|
|
|
|
|
|
|
<button class="btn btn-default" type="button" data-help-page="Synchronization">Help</button>
|
|
|
|
|
<button class="btn btn-secondary" type="button" data-help-page="Synchronization">Help</button>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
@ -164,24 +164,24 @@
|
|
|
|
|
|
|
|
|
|
<p>This will test connection and handshake to the sync server. If sync server isn't initialized, this will set it up to sync with local document.</p>
|
|
|
|
|
|
|
|
|
|
<button id="test-sync-button" class="btn btn-default">Test sync</button>
|
|
|
|
|
<button id="test-sync-button" class="btn btn-secondary">Test sync</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="advanced" class="tab-pane">
|
|
|
|
|
<h4 style="margin-top: 0px;">Sync</h4>
|
|
|
|
|
<button id="force-full-sync-button" class="btn btn-default">Force full sync</button>
|
|
|
|
|
<button id="force-full-sync-button" class="btn btn-secondary">Force full sync</button>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<button id="fill-sync-rows-button" class="btn btn-default">Fill sync rows</button>
|
|
|
|
|
<button id="fill-sync-rows-button" class="btn btn-secondary">Fill sync rows</button>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<h4>Debugging</h4>
|
|
|
|
|
|
|
|
|
|
<button id="anonymize-button" class="btn btn-default">Save anonymized database</button><br/><br/>
|
|
|
|
|
<button id="anonymize-button" class="btn btn-secondary">Save anonymized database</button><br/><br/>
|
|
|
|
|
|
|
|
|
|
<p>This action will create a new copy of the database and anonymise it (remove all note content and leave only structure and metadata)
|
|
|
|
|
for sharing online for debugging purposes without fear of leaking your personal data.</p>
|
|
|
|
|
@ -190,7 +190,7 @@
|
|
|
|
|
|
|
|
|
|
<p>This will rebuild database which will typically result in smaller database file. No data will be actually changed.</p>
|
|
|
|
|
|
|
|
|
|
<button id="vacuum-database-button" class="btn btn-default">Vacuum database</button>
|
|
|
|
|
<button id="vacuum-database-button" class="btn btn-secondary">Vacuum database</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" class="tab-pane">
|
|
|
|
|
|