Right-click your bookmarks bar and choose Add Page (Chrome) or New Bookmarklet (Firefox).
In Name, put this:
Pin It
In URL, put this:
| body { | |
| --icon-size: 18px; | |
| --icon-gap: 8px; | |
| --title-padding-left: calc(var(--icon-size) + var(--icon-gap)); | |
| --nav-folder-icon-color: currentColor; | |
| --nav-file-icon-color: currentColor; | |
| /* Use Obsidian accent color for the icons | |
| --nav-folder-icon-color: hsl(var(--accent-h), var(--accent-s), var(--accent-l)); |
| /* Esse código permite que através do options page | |
| seja possível fazer um update nos campos padrão do WordPress */ | |
| function update_site_info_from_options_page() { | |
| // Obter o array dos metafields do JetEngine | |
| $options = get_option('site-config'); | |
| // Definir os nomes dos metafields |