Allow exporting subtrees as HTML (Noded/backend#3)
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<i slot="start" class="fa fa-search"></i>
|
||||
<ion-label>Search Everywhere</ion-label>
|
||||
</ion-item>
|
||||
<ion-item button (click)="onSelect('html_export')">
|
||||
<!--<ion-item button (click)="onSelect('html_export')">
|
||||
<i slot="start" class="fa fa-code"></i>
|
||||
<ion-label>Export to HTML Site</ion-label>
|
||||
</ion-item>
|
||||
</ion-item>-->
|
||||
<ion-item button (click)="onSelect('toggle_darkmode')">
|
||||
<i slot="start" class="fa" [ngClass]="isDark() ? 'fa-sun' : 'fa-moon'"></i>
|
||||
<ion-label>{{ isDark() ? 'To The Light!' : 'Go Dark...' }}</ion-label>
|
||||
|
||||
Reference in New Issue
Block a user