You can now open files from outside your vault in Obsidian. The file opens in your current window (Desktop only).
appearance.json. It is now stored in the device's local storage, so it no longer syncs with Obsidian Sync.[[) and the quick switcher no longer switch to a simplified algorithm in vaults with more than 10,000 files. Fuzzy matching is now always used.file.folder.file.folder.*Some email: [email protected]*).[link][]) going to the wrong destination.{{openStreetMapLink}} to insert an OpenStreetMap link to your current position.--font-preferred-size for text that should respect the system's preferred text size. On mobile, it combines --font-text-size with the --preferred-text-scale multiplier.{{latitude}} and {{longitude}} for your current position.== in the editor now suggests highlight colors.- [ ] ) no longer duplicates the marker.some **bold |text** on the line|
now results in:some **bold text on the line**
file.hasLink("[[unresolved]]")..$$) now has the .HyperMD-math class.SettingDefinitionItem#id for setting a unique ID on individual settings. Think of it like <div key={key} /> in React. Use it to differentiate between sibling settings that share a name, or to keep a stable reference when a setting or setting page is renamed.Android: Fixed bug causing editor to accidentally switch from reading mode to edit mode while scrolling.
Includes all new features and bug fixes up to Obsidian Desktop v1.13.7.
Includes all new features and bug fixes up to Obsidian Desktop v1.13.6.
Escape.Tab and Shift-Tab now move focus to the next focusable element instead of staying locked to the current row, making it easier to navigate to links.# in a link would cause the link to get overridden.![[file.base]]) linking to the Base file and not the file you're dragging.#).SettingDefinitionBase#disabled.#).Escape.Tab and Shift-Tab now move focus to the next focusable element instead of staying locked to the current row, making it easier to navigate to links.# in a link would cause the link to get overridden.![[file.base]]) linking to the Base file and not the file you're dragging.SettingDefinitionBase#disabled.This update introduces a new searchable Settings panel and iOS Share Sheet. Scrolling large files and selecting text should also be improved on both iOS and Android. Includes all new features and bug fixes up to Obsidian Desktop v1.13.4.
The new iOS Share Sheet lets you save content from Safari, YouTube, and other apps without opening Obsidian. You can customize several Locations to define the vault, folder, and template that is used. Learn more.
This update introduces a new searchable Settings panel and new experience for working with images, including a full-screen image viewer.
Settings have been completely revamped with keyboard navigation, search, and new APIs for plugin developers.
Enter to open a setting tab, and Ctrl/Cmd-F to re-focus search. Also supports Vim key bindings.Image are now easier to resize and can be viewed fullscreen. Click an image or the Zoom button to open it. You can navigate between all the images embedded in the current file, and click and drag to pan within an image.
Ctrl/Cmd-C and Ctrl/Cmd-X will copy or cut the image.+ or - to resize the selected image, and 0 to reset the image size. Press Enter to edit the image, or Tab to manually edit the image size.:image Ex command to interact with the selected image. Use :image grow and :image shrink to resize the image, and :image reset to reset the image size. It also supports a count, so :5image grow will grow the image 5 times.).Escape to cancel the file rename keeps the File Explorer focused.Escape clears the current selection.Backspace now deletes the selected properties.Shift-arrow keys) or the mouse (Alt-click).Delete or Backspace key.Ctrl-N and Ctrl-P to navigate to the next/previous item in suggestions now work on all platforms.unique URI action not opening the new note in the correct tab when the paneType option is provided.%%%% as a non-terminated comment. Comments are always fenced with exactly two % characters.Ctrl/Cmd-A not working inside embedded inputs (e.g. a cell in an embedded Bases table).**some $math$ text** would not expand properly when the cursor moved within the bold formatting.[]() inside a list property.ConfirmationModal component.--callout-color variable now expects a valid CSS color. This is a breaking change:/* Previously callout colors expected an RGB triplet. */
--callout-color: 255,0,0;
/* Now any valid CSS color is valid */
--callout-color: #ff0000;
--callout-color: rgb(255,0,0);