diff --git a/docs/tips/adding-images.md b/docs/tips/adding-images.md index 563c88cff..86175593d 100644 --- a/docs/tips/adding-images.md +++ b/docs/tips/adding-images.md @@ -1,7 +1,5 @@ # Adding Images ->[!tip] -> The extension uses the traditional `![]()` syntax to link to the image, but you may switch to using the [[embed|wiki-link embedding syntax]] (`![[]]`) as it has the advantage of not needing to specify the full path to the image (thus allowing you to the move the image around under the notebook without breaking referring links). [[emanote-template]] is already configured to do this by default. If your image is already copied in the OS clipboard---many screenshoting tools[^scr] already provide this capability---and if you use [[vscode]], you can use the [Paste Image](https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image) extension to *directly paste* it in your Markdown note. This does the following, @@ -12,5 +10,8 @@ If your image is already copied in the OS clipboard---many screenshoting tools[^ It basically automates the workflow of having to manually move the image file to your notebook, and then writing the Markdown image syntax to link to it. +>[!tip] +> The extension uses the traditional `![]()` syntax to link to the image, but you may switch to using the [[embed|wiki-link embedding syntax]] (`![[]]`) as it has the advantage of not needing to specify the full path to the image (thus allowing you to the move the image around under the notebook without breaking referring links). [[emanote-template]] is already configured to do this by default. + [^scr]: On Linux, you may use [GNOME screenshot](https://help.gnome.org/users/gnome-help/stable/screen-shot-record.html.en) or (if using a tiling window manager) [maim](https://github.com/naelstrof/maim). \ No newline at end of file diff --git a/emanote/CHANGELOG.md b/emanote/CHANGELOG.md index afeb51c3f..c6a7a4609 100644 --- a/emanote/CHANGELOG.md +++ b/emanote/CHANGELOG.md @@ -26,6 +26,7 @@ - Enable auto identifier for org files ([\#502](https://github.com/srid/emanote/pull/502)) - Bug fixes: - Emanote no longer crashes when run on an empty directory ([\#487](https://github.com/srid/emanote/issues/487)) + - Remove footnotes from `og:description` ([\#529](https://github.com/srid/emanote/pull/529)) - Stork search fixes - Fix empty stork index generation when using more than 1 layer ([\#493](https://github.com/srid/emanote/issues/493)) - Stork search index is now uses note path from their associated layer ([\#495](https://github.com/srid/emanote/pull/495)) diff --git a/flake.lock b/flake.lock index 5b96c1946..cfdd97073 100644 --- a/flake.lock +++ b/flake.lock @@ -315,15 +315,16 @@ "heist-extra_2": { "flake": false, "locked": { - "lastModified": 1710541479, - "narHash": "sha256-9e4U78eutom6D3EJqsCdV8iQxNgYA/pi001r5CZdm0A=", - "owner": "srid", + "lastModified": 1710545904, + "narHash": "sha256-5DMmK7LaMVgcvBP+m467CXWnNS6bn8XDMaOx6AgeAiI=", + "owner": "TristanCacqueray", "repo": "heist-extra", - "rev": "589b7636f620dcdfc0dc07dea720feed1ab3e0fa", + "rev": "fdd4616ff8ec8a8bd2d934347d25b2ffbd6ad982", "type": "github" }, "original": { - "owner": "srid", + "owner": "TristanCacqueray", + "ref": "ignore-note", "repo": "heist-extra", "type": "github" } diff --git a/flake.nix b/flake.nix index c8dc2b9d9..b326f61a6 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ ema.inputs.treefmt-nix.follows = "treefmt-nix"; ema.inputs.flake-root.follows = "flake-root"; - heist-extra.url = "github:srid/heist-extra"; + heist-extra.url = "github:TristanCacqueray/heist-extra/ignore-note"; heist-extra.flake = false; unionmount.url = "github:srid/unionmount";