diff --git a/docs/guide/html-template/search.md b/docs/guide/html-template/search.md
index 16e4ca236..937817a49 100644
--- a/docs/guide/html-template/search.md
+++ b/docs/guide/html-template/search.md
@@ -7,7 +7,7 @@ Emanote provides client-side full-text search using [Stork](https://stork-search
You can trigger search input in one of the following ways:
-- Press `Ctrl+K` (or `⌘K` on macOS).
+- Press Ctrl+K (or ⌘K on macOS).
- Click the lens icon on the sidebar
- If the sidebar is disabled (eg.: you are on [[neuron-layout]]), the search lens icon will be on the top-right corner.
diff --git a/emanote/CHANGELOG.md b/emanote/CHANGELOG.md
index 951f49bc4..347f85424 100644
--- a/emanote/CHANGELOG.md
+++ b/emanote/CHANGELOG.md
@@ -25,6 +25,7 @@
- Live server now uses Tailwind 3 ([\#503](https://github.com/srid/emanote/pull/503))
- Enable auto identifier for org files ([\#502](https://github.com/srid/emanote/pull/502))
- Support date metadata from the filename when it begins with YYYY-MM-DD ([\#552](https://github.com/srid/emanote/pull/552)).
+ - Support for `` rendering https://github.com/srid/heist-extra/pull/8
- Bug fixes:
- Emanote no longer crashes when run on an empty directory ([\#487](https://github.com/srid/emanote/issues/487))
- Stork search fixes
diff --git a/emanote/default/templates/base.tpl b/emanote/default/templates/base.tpl
index 43141f183..871cc91e2 100644
--- a/emanote/default/templates/base.tpl
+++ b/emanote/default/templates/base.tpl
@@ -40,6 +40,20 @@
font-family: monospace;
}
+ /* styling */
+ kbd {
+ background-color: #eee;
+ border-radius: 3px;
+ border: 1px solid #b4b4b4;
+ box-shadow:
+ 0 1px 1px rgba(0, 0, 0, 0.2),
+ 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
+ display: inline-block;
+ line-height: 1;
+ padding: 2px 4px;
+ white-space: nowrap;
+ }
+
/* Callouts */
div.callout {
background-color: #f5f5f5;
diff --git a/emanote/emanote.cabal b/emanote/emanote.cabal
index 1eadb2aff..73d794d73 100644
--- a/emanote/emanote.cabal
+++ b/emanote/emanote.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: emanote
-version: 1.3.18.1
+version: 1.3.19.0
license: AGPL-3.0-only
copyright: 2022 Sridhar Ratnakumar
maintainer: srid@srid.ca
diff --git a/flake.lock b/flake.lock
index 7883ab119..251502ea3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -117,11 +117,11 @@
"heist-extra": {
"flake": false,
"locked": {
- "lastModified": 1710541479,
- "narHash": "sha256-9e4U78eutom6D3EJqsCdV8iQxNgYA/pi001r5CZdm0A=",
+ "lastModified": 1737313814,
+ "narHash": "sha256-WCXhs/xhCR4CKBEadQjqqgUb47bLzDY7P7oL5cSgDHc=",
"owner": "srid",
"repo": "heist-extra",
- "rev": "589b7636f620dcdfc0dc07dea720feed1ab3e0fa",
+ "rev": "6f73e000a34b7c054b516b9504b5a7ed08ce6a2d",
"type": "github"
},
"original": {