A clean, serif typography theme for MarkEdit preview extension with centered headings and decorative accents.
-
Download
preview.css -
Move it to MarkEdit's styles folder:
A clean, serif typography theme for MarkEdit preview extension with centered headings and decorative accents.
Download preview.css
Move it to MarkEdit's styles folder:
| /// <reference path="../pb_data/types.d.ts" /> | |
| routerAdd( | |
| "GET", | |
| "/api/custom/product-quantities", | |
| (c) => { | |
| const page = parseInt(c.queryParam("page") || "1", 10); | |
| const perPage = parseInt(c.queryParam("perPage") || "20", 10); | |
| const search = c.queryParam("search") || ""; | |
| try { |
**N.B. All links will fall back to the default account if there is no match
Opens the inbox with a compose window in the bottom right
Default account: https://mail.google.com/mail/#compose
Specific account by index (second in this example):
https://mail.google.com/mail/u/1/#compose
| <template> | |
| <div> | |
| <vx-card class="mb-base"> | |
| <div class="flex justify-end"> | |
| <div class="text-right"> | |
| <table class="text-center"> | |
| <tr> | |
| <td rowspan="2" class="text-left">Karyawan<br/>Aktif</td> | |
| <th rowspan="2" class="text-left"> | |
| <h1>{{ jumlahKaryawan.all }}</h1> |
| <template> | |
| <div> | |
| <vx-card class="mb-base"> | |
| <div class="flex justify-end"> | |
| <div class="text-right"> | |
| <table class="text-center"> | |
| <tr> | |
| <td rowspan="2" class="text-left">Karyawan<br/>Aktif</td> | |
| <th rowspan="2" class="text-left"> | |
| <h1>{{ jumlahKaryawan.all }}</h1> |
| <?php | |
| function getMonthName($month) { | |
| switch ($month) { | |
| case 1: | |
| $month = 'Januari'; | |
| break; | |
| case 2: | |
| $month = 'Februari'; | |
| break; |