path:-"Daily notes"
.#tags
.+
and -
to zoom, Shift
to speed up movement.color: rgba()
values as well as opacity: 0.5
..color-fill-tag
, .color-fill-attachment
, .color-fill-unresolved
, and .color-arrow
.obsidian://
URIs. For the user manual, check out the help doc Advanced use > Using obsidian URI
.
%20
to encode the space character, and %2F
to encode the forward slash /
.obsidian://open?vault=myvault
will open the vault "myvault".obsidian://open?vault=myvault&file=mynote
will open the file "mynote" inside the vault "myvault"/obsidian://open?path=%2Fabsolute%2Fpath%2Fto%2Fmynote
will open the file at the absolute path "/absolute/path/to/mynote" assuming a vault exists for the one of the parent folders.obsidian://vault/myvault
.obsidian://vault/myvault/mynote
.obsidian:///absolute/path/to/mynote
or on Windows obsidian:///C:\path\to\mynote
(forward slash also works).#tags
in the editor for those interested in styling different tags in different colors. For a hypothetical tag #mytag
, the class will be .cm-tag-mytag
. Unfortunately, this only supports English letters, -
, and _
, since those are the limitations of CSS class names.<body>
to indicate the operating system. They are .mod-macos
, .mod-windows
, and .mod-linux
.::highlight::
.find
functionality now copies selected text into the search bar when triggered.file:
or path:
operators, because the file content does not need to be loaded.file:///
links should now work properly on Linux. This was broken on a previous release.