{
	"version": "https://jsonfeed.org/version/1.1",
	"title": "Obsidian Changelog",
	"language": "en",
	"home_page_url": "https://obsidian.md/",
	"feed_url": "https://obsidian.md/changelog.json",
	"description": "Follow new releases of Obsidian for mobile and desktop.",
	"author": {
		"name": "Obsidian",
		"url": "https://obsidian.md/"
	},
	"items": [
		{
			"id": "https://obsidian.md/changelog/2024-02-13-mobile-v1.5.5/",
			"url": "https://obsidian.md/changelog/2024-02-13-mobile-v1.5.5/",
			"title": "Obsidian 1.5.5 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2024-02-13-desktop-v1.5.5/\">Obsidian Desktop v1.5.5</a>.</li>\n<li>It's now possible to delete tables by placing the cursor after the table and pressing backspace.</li>\n<li>iOS: Fixed bug where selecting all the text in a table cell and pressing backspace would not clear the cell.</li>\n</ul>\n",
			"date_published": "2024-02-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2024-02-13-desktop-v1.5.5/",
			"url": "https://obsidian.md/changelog/2024-02-13-desktop-v1.5.5/",
			"title": "Obsidian 1.5.5 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Tables</h3>\n<ul>\n<li>Fixed brief flash when editing RTL tables.</li>\n<li>Fixed issue where undo/redo would put cursor in wrong position.</li>\n<li>You can now press backspace after a table to select the table. Pressing backspace again will delete the table.</li>\n<li>Fixed issue where editing a large table would cause spaces to unexpected get deleted.</li>\n<li>Fixed issue causing autosuggests inside table cells to sometimes not appear.</li>\n<li>You can now click links and tags inside table cells.</li>\n</ul>\n<h3>Misc</h3>\n<ul>\n<li>Sync: When viewing your remote vaults inside Obsidian, you can now see the total storage space used by each vault.</li>\n<li>Improvements for indented text and lists in Live Preview.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed the appearance of the embedded backlinks for right-to-left interfaces.</li>\n<li>Fixed sidebar views missing a &quot;close&quot; button.</li>\n<li>Pressing <code>Home</code> when editing a table in source mode will now always go to the beginning of the line.</li>\n</ul>\n",
			"date_published": "2024-02-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2024-02-06-mobile-v1.5.4/",
			"url": "https://obsidian.md/changelog/2024-02-06-mobile-v1.5.4/",
			"title": "Obsidian 1.5.4 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2024-02-06-desktop-v1.5.4/\">Obsidian Desktop v1.5.4</a>.</li>\n<li>Added support for the new table editor.</li>\n<li>The mobile quick action (the pull-down gesture) can now be disabled.</li>\n<li>Switching tabs via mobile navbar should focus the new tab.</li>\n<li>The mobile drawer will now show &quot;no file&quot; in the right mobile drawer header instead of the last opened file.</li>\n<li>Fixed &quot;Toggle left sidebar&quot; and &quot;Toggle right sidebar&quot; not working on mobile.</li>\n<li>It's no longer possible for phones to load stacked tabs. The &quot;Toggle stacked tabs&quot; command is no longer shown in the command palette and loading a workspace with stacked tabs will unstack them on devices that don't support stacked tabs.</li>\n</ul>\n",
			"date_published": "2024-02-06T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2024-02-06-desktop-v1.5.4/",
			"url": "https://obsidian.md/changelog/2024-02-06-desktop-v1.5.4/",
			"title": "Obsidian 1.5.4 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Tables</h3>\n<ul>\n<li>Added RTL text support.</li>\n<li>Tables are now automatically formatted as you type. This means columns will now render cleanly in source mode.</li>\n<li>Tables will no longer break when typing in the line preceding a table widget.</li>\n<li>The paragraph submenu is now disabled inside the table context menu.</li>\n<li>Typing &quot;---&quot; will no longer autocomplete inside a table cell.</li>\n<li>Fixed issue where long horizontal tables would lose their scroll position on edit.</li>\n<li>Fixed issue where right-clicking inside a table would cause multiple context menus to appear.</li>\n<li>Lots of small fixes to how we handle editing text adjacent to tables.</li>\n</ul>\n<h3>Editing</h3>\n<ul>\n<li>Formatting commands now recognize <code>_</code> for italic and <code>__</code> for bold.</li>\n<li>Fixed issue where &quot;Copy&quot; would not work in a file where a PDF was embedded.</li>\n<li>&quot;Quick font size adjustment&quot; is now disabled by default.</li>\n<li>Fixed some weird behavior with &quot;Toggle comment&quot; command when it was used next to other comments.</li>\n<li>It's no longer possible to accidentally edit text inside a fold. Navigating into a fold will automatically open the fold.</li>\n<li>&quot;Close&quot; has been moved to the top in the tab menu. Previously it would show below &quot;Close all&quot; and &quot;Close others.&quot;</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Live Preview issue where tokens inside markdown code blocks will no longer get parsed and rendered.</li>\n<li>Fixed Outgoing links &quot;link&quot; button missing for unresolved links.</li>\n<li>Fixed issue where bookmarks would be hidden or missing from the Bookmarks view.</li>\n<li>Fixed &quot;copy&quot; button on the Sync history modal not working.</li>\n<li>Fixed issue where dragging and dropping screenshots into Obsidian would produce broken links.</li>\n<li>Fixed Outline view not showing leading numerics.</li>\n<li>Fixed page preview sometimes getting triggered when mouse is not hovering over Obsidian.</li>\n<li>Fixed issue where Backlinks view would incorrectly render links if they are on the same line as an embed.</li>\n<li>We have reverted the changes to how lists are displayed in Live Preview. They will be formatted how they were in v1.4.</li>\n<li>Fixed <code>Enter</code>, <code>F2</code>, and <code>Cmd+ArrowDown</code> not working when File Explorer is focused. Enter should now open the focused file on linux/win and rename the file on macOS. F2 will rename the focused folder/file. And <code>Cmd+ArrowDown</code> will open the focused file on macOS.</li>\n<li>Editing a ordered checklist (i.e. <code>1. [ ]</code>) will no longer cause the checkboxes to get wiped out.</li>\n</ul>\n<h3>macOS</h3>\n<ul>\n<li>Double-clicking on the sidebar tab items will no longer trigger &quot;maximize window.&quot;</li>\n<li>Fixed <code>View → Source Mode</code> and <code>View → Reading View</code> app menu items getting out of sync with the app.</li>\n</ul>\n<h3>Vim</h3>\n<ul>\n<li>Fixed issue where vim cursor got out of sync with the Obsidian cursor. This made it possible to accidentally edit Properties inside vim mode.</li>\n<li>The vim cursor will now be hidden if the editor is not focused (good bye red box!)</li>\n<li>Restyled the Vim normal mode command panel.</li>\n</ul>\n",
			"date_published": "2024-02-06T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-12-26-desktop-v1.5.3/",
			"url": "https://obsidian.md/changelog/2023-12-26-desktop-v1.5.3/",
			"title": "Obsidian 1.5 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<p>Introducing a brand new editor for Markdown tables. Table rows and columns are now easier to create, edit, sort, reorder, select, copy, and paste. These new table features can also be accessed via context menu, command palette, and hotkeys. Tables are still saved to plain text Markdown.</p>\n<p><video src=\"https://user-images.githubusercontent.com/693981/284392728-eeb5609f-0622-4a3b-b514-c35993703fa7.mp4\" autoplay=\"true\" muted=\"muted\" style=\"max-height:400px; min-height: 200px\" class=\"rounded-lg\"></video></p>\n<p>To add a table to a note, right click and choose <em>Insert → Table</em>, or use the command palette.</p>\n<p>Once you insert a table, you can add new columns and rows by clicking on the sides of the table. Add text with inline formatting. Press <code>tab</code> to navigate between cells.</p>\n<h2>Improvements</h2>\n<h3>Properties</h3>\n<ul>\n<li>Properties can now be renamed globally. Renaming will cause the property to be modified in each corresponding file and the search is case-insensitive.</li>\n<li>Global Search: Search now works with non-string property values. Search for boolean values <code>[property:TRUE]</code> or <code>[property:FALSE]</code> or empty values <code>[property:EMPTY]</code>. You can also use inequality operators to search for things like <code>[some_property:&gt;10]</code>.</li>\n<li>Global properties view can now be filtered.</li>\n</ul>\n<h3>Editing experience</h3>\n<ul>\n<li>New formatting menu. You can now right click in the editor to change text formatting, paragraph styles, and insert elements such as lists and tables.</li>\n<li>Right-click on a callout to quickly change the callout type from a list of default callout type options.</li>\n<li>Pressing <code>Tab</code> when the <code>#</code> autocomplete is active will autocomplete the highlighted suggestion. If the highlighted suggestion has a <code>/</code> in it, like &quot;#projects/in-review&quot;, <code>Tab</code> will autocomplete by <em>segment</em>, so &quot;#projects&quot; then press again to get &quot;/in-review&quot;.</li>\n</ul>\n<h3>Sync</h3>\n<ul>\n<li>When viewing the version history for a file, changes made by the same user on the same device will now be grouped together. And Markdown will be rendered to more closely match reading mode.</li>\n<li>Number of vaults has increased from 5 to 10</li>\n<li>Maximum file size has increased from 100MB to 200MB</li>\n</ul>\n<p><img src=\"https://github.com/obsidianmd/obsidian-help/assets/10565871/bf2334dd-6add-4dfa-9adb-67ff183746ec\" alt=\"Sync version history\" /></p>\n<h3>Quality of life</h3>\n<ul>\n<li>The Outline view now has a &quot;collapse all&quot; button as well as a search field for filtering the list of headings in the file.</li>\n<li>Files from outside Obsidian can now be dropped anywhere in the File Explorer pane instead of on top of the vault name. Similarly, dropping a file on top of any item in a folder will cause the file to get imported into that particular folder.</li>\n<li>Pressing <code>Ctrl/Command-F</code> in any view with a search input (including Backlinks or Properties) will now focus the search input.</li>\n<li>Menu options within the <code>...</code> pane menu (the <code>...</code> in the tab header) as well as the tab menu (right clicking on a tab) have been cleaned up and should now show more relevant options.</li>\n<li>Copy, cut, and paste items in the Bookmarks view (works via hotkey only currently).</li>\n<li>Bookmarks: Removed the &quot;Bookmark this block...&quot; context menu item.</li>\n<li>Added new &quot;Show trash&quot; command to open the .trash folder in filesystem.</li>\n<li>The Appearance section in settings has been reordered for clarity.</li>\n</ul>\n<h3>Onboarding</h3>\n<ul>\n<li>Obsidian will now use the system setting for light or dark mode by default, you can change this in Appearance settings.</li>\n<li>Improved the experience when creating a new vault from scratch. If you select &quot;Create new vault,&quot; the created vault will include a <code>welcome.md</code> file and show a side-by-side view with the Graph view.</li>\n</ul>\n<h3>Bug fixes</h3>\n<ul>\n<li>The active context menu is now automatically dismissed when the view navigates away or a modal appears.</li>\n<li>Clicking 'New file' on an empty tab should open the new file in the current tab instead of creating a new one.</li>\n<li>Properties: Fixed issue where properties view sometimes displayed a stale value when switching between files.</li>\n<li>Properties: Fixed bug where pressing the left arrow key (<code>←</code>) the start the input would cause the input to lose focus.</li>\n<li>Word count and character count status bar items now ignore frontmatter.</li>\n<li>Bookmarks: Fixed several edge cases where drag and drop would fail to work, including dragging an item to the bottom of the bookmark list.</li>\n<li>Fixed bug where canceling a drag would not cause the actively hovered element to remove its styling.</li>\n<li>Unclosed <code>[[</code> will no longer cause the next line to get rendered as a link.</li>\n<li>Updated &quot;Auto pair brackets&quot; behavior so that <code>[[link]]'s</code> can be typed without the apostrophe getting paired.</li>\n<li>Hover preview is no longer positioned on top of the cursor or target element if there isn't enough room to display the preview box.</li>\n<li>Editor selection no longer loses focus when resizing a tab group.</li>\n<li>Search: Minor tweak to avoid the content shifting a lot as the search counter ticks upward.</li>\n<li>Vim: Fixed issue with character movements not respective atomic ranges.</li>\n<li>Vim: Fixed issue where <code>O</code> on the first line of a file with properties would put the cursor in the wrong position.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>As of 1.5.0, the <a href=\"https://obsidian.md/blog/goodbye-legacy-editor/\">Legacy editor has been completely removed</a> from Obsidian.</li>\n<li><a href=\"https://docs.obsidian.md/Reference/CSS+variables/Editor/Table\">New CSS table variables for selection and dragging</a></li>\n</ul>\n<h2>Breaking changes</h2>\n<ul>\n<li>File Explorer and Tags pane both received a small code refactor. This might affect some plugins that rely on the internal JS structure. Themes should not be affected.</li>\n<li>Tags can no longer end in a <code>/</code>.</li>\n</ul>\n",
			"date_published": "2023-12-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-12-26-desktop-v1.5.3-diff/",
			"url": "https://obsidian.md/changelog/2023-12-26-desktop-v1.5.3-diff/",
			"title": "Obsidian 1.5.3 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Formatting</h3>\n<ul>\n<li>Added new &quot;Insert&quot; and &quot;Paragraph&quot; menus when right-clicking in the editor.</li>\n<li>We've made lots of small tweaks to the new formatting logic so it should handle even more complex Markdown selections.</li>\n</ul>\n<h3>Obsidian Sync</h3>\n<ul>\n<li>The prompt when deleting a remote vault will now include the name of the vault getting deleted.</li>\n</ul>\n<h3>Misc.</h3>\n<ul>\n<li>Added support for embedded <code>.avif</code> files.</li>\n<li>Tags in the global search suggest box will now be sorted alphabetically.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Triple-clicking in a table cell will no longer select the entire table. Instead, this will keep the expected behavior of selecting all the text in the cell. Quadruple-clicking in a table cell will select the entire table.</li>\n<li>Table selection is now always cleared when clicking outside of a table cell.</li>\n<li>Fixed alignment of list markers in Live Preview and reading mode.</li>\n<li>The statusbar will no longer jitter when you open a file from the file explorer.</li>\n<li>Fixed issue where &quot;Clear formatting&quot; inside a table selection messing up the table formatting.</li>\n<li>&quot;Add cursor above&quot; and &quot;Add cursor below&quot; will now work as expected when you have multiple cursors already active.</li>\n<li>Missing embedded media attachments no longer give a prompt to &quot;Click to create.&quot;</li>\n</ul>\n",
			"date_published": "2023-12-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-12-12-desktop-v1.5.2/",
			"url": "https://obsidian.md/changelog/2023-12-12-desktop-v1.5.2/",
			"title": "Obsidian 1.5.2 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Tables</h3>\n<ul>\n<li>Triple-click in a table cell to select the whole table.</li>\n<li>Clicking on the drag-indicators is now a quick way to select the entire row or column.</li>\n<li>Improved performance of the table editor when rendering large tables.</li>\n<li>&quot;Insert template&quot; now works within table cells.</li>\n<li>Dragging rows and columns in the table will now move the row/column instead of swapping it.</li>\n</ul>\n<h3>Editor</h3>\n<ul>\n<li>We have overhauled our formatting commands (e.g. &quot;Toggle bold&quot;). The commands now support multiple-cursors, work across multiple lines, works with table selections, and even detect existing formatting in the selection and &quot;intelligently&quot; places the formatting characters without breaking the document formatting.</li>\n<li>There is a new &quot;Format&quot; submenu when you right-click in a Markdown document to easily toggle the inline formatting for the current text selection.</li>\n<li>New &quot;Clear formatting&quot; command to remove inline formatting from the current selection</li>\n</ul>\n<h3>Outline</h3>\n<ul>\n<li>The Outline view now has a &quot;collapse all&quot; button as well as a search field for filtering the list of headings in the file.</li>\n<li>The view is now registered with the &quot;Page preview&quot; core plugin. Preview individual headings in the note on hover.</li>\n</ul>\n<h3>Settings</h3>\n<ul>\n<li>We've done some shuffling around in the settings.\n<ul>\n<li>&quot;About&quot; has been renamed to &quot;General&quot; and is now first in the list.</li>\n<li>&quot;About → Advanced&quot; Section has been removed.</li>\n<li>&quot;About → Disable GPU&quot; has been moved to Appearance.</li>\n<li>&quot;About → Override config folder&quot; has been moved to Files and Links.</li>\n</ul>\n</li>\n</ul>\n<h3>Sync</h3>\n<ul>\n<li>When viewing the version history for a file, changes made by the same user on the same device will now be grouped together. And Markdown will be rendered to more closely match reading mode.</li>\n</ul>\n<h3>Misc.</h3>\n<ul>\n<li>Reorganized the menu when right-clicking on a folder in the file explorer.</li>\n<li>New &quot;Search in folder&quot; menu item when right-clicking on a folder</li>\n<li>Improved appearance of inline code when it soft-wraps to the next line.</li>\n<li>New css class for order-list-number (<code>.formatting-list-ol</code>).</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Search operators such as <code>file:</code> and <code>path:</code> are now case-insensitive. So you can use &quot;FILE:&quot; or &quot;PATH:&quot; now.</li>\n<li>Outgoing links: Fixed issue where unresolved block links would render as an empty row in outgoing links view.</li>\n<li>Fixed issue where links with custom display text (i.e. <code>[[link|alias]]</code>) would render incorrectly after a table.</li>\n</ul>\n",
			"date_published": "2023-12-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-11-29-desktop-v1.5.1/",
			"url": "https://obsidian.md/changelog/2023-11-29-desktop-v1.5.1/",
			"title": "Obsidian 1.5.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Tables</h3>\n<ul>\n<li>New buttons to quickly add a new column or row.</li>\n<li>Sorting table columns now ignores formatting characters.</li>\n<li>There's now a smaller minimum width for table cells.</li>\n</ul>\n<p><img src=\"https://github.com/obsidianmd/obsidian-api/assets/693981/2788bf9f-9e90-49f7-9bce-685e898c6607\" alt=\"quickly add table row or column\" /></p>\n<h3>General</h3>\n<ul>\n<li>The currently active heading will be highlighted in the Outline view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>On macOS, the area around the traffic light buttons is now draggable.</li>\n<li>Fixed drag-and-drop in the bookmarks view failing if you have a long list of bookmarks.</li>\n<li>Fixed not being able to reorder table rows when line numbers is enabled.</li>\n<li>Fixed the file explorer not remembering what folders are folded.</li>\n<li>Fixed the &quot;Insert internal link&quot; command causing the cursor to go to the end of the table.</li>\n<li>Fixed tables sometimes showing multiple text selections.</li>\n<li>Fixed the diff view in the &quot;Sync history&quot; modal not being scrollable.</li>\n<li>Fixed <code>x</code> motion in Vim mode being able to delete newlines.</li>\n</ul>\n",
			"date_published": "2023-11-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-11-20-desktop-v1.5.0/",
			"url": "https://obsidian.md/changelog/2023-11-20-desktop-v1.5.0/",
			"title": "Obsidian 1.5.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<p>Brand new editor for Markdown <strong>tables</strong>. Table rows and columns are now easier to create, edit, sort, reorder, select, copy, and paste. These new table features can also be accessed via context menu, command palette, and hotkeys. Tables are still saved to plain text Markdown.</p>\n<p><video src=\"https://user-images.githubusercontent.com/693981/284392728-eeb5609f-0622-4a3b-b514-c35993703fa7.mp4\" autoplay=\"true\" muted=\"muted\" style=\"max-height:400px; min-height: 200px\" class=\"rounded-lg\"></video></p>\n<h2>Improvements</h2>\n<h3>Onboarding experience</h3>\n<ul>\n<li>Obsidian will now use the system setting for light or dark mode by default, you can change this in Appearance settings.</li>\n<li>Improved the experience when creating a new vault from scratch. If you select &quot;Create new vault,&quot; the created vault will include a <code>welcome.md</code> file and show a side-by-side view with the Graph view.</li>\n</ul>\n<h3>Properties</h3>\n<ul>\n<li>Properties can now be renamed globally. Renaming will cause the property to be modified in each corresponding file and the search is case-insensitive.</li>\n<li>Global Search: Search now works with non-string property values. Search for boolean values <code>[property:TRUE]</code> or <code>[property:FALSE]</code> or empty values <code>[property:EMPTY]</code>. You can also use inequality operators to search for things like <code>[some_property:&gt;10]</code>.</li>\n<li>Global properties view can now be filtered.</li>\n</ul>\n<h3>Editing experience</h3>\n<ul>\n<li>Live Preview: Right-click on a callout to quickly change the callout type from a list of default callout type options.</li>\n<li>Numbered list markers are now right-aligned in editing mode.</li>\n<li>Pressing <code>Tab</code> when the <code>#</code> autocomplete is active will autocomplete the highlighted suggestion. If the highlighted suggestion has a <code>/</code> in it, like &quot;#projects/in-review&quot;, <code>Tab</code> will autocomplete by <em>segment</em>, so &quot;#projects&quot; then press again to get &quot;/in-review&quot;.</li>\n</ul>\n<h3>Quality of life</h3>\n<ul>\n<li>Files from outside Obsidian can now be dropped anywhere in the File Explorer pane instead of on top of the vault name. Similarly, dropping a file on top of any item in a folder will cause the file to get imported into that particular folder.</li>\n<li>Pressing <code>Ctrl/Command-F</code> in any view with a search input (including Backlinks or Properties) will now focus the search input.</li>\n<li>Menu options within the <code>...</code> pane menu (the <code>...</code> in the tab header) as well as the tab menu (right clicking on a tab) have been cleaned up and should now show more relevant options.</li>\n<li>Copy, cut, and paste items in the Bookmarks view (works via hotkey only currently).</li>\n<li>Bookmarks: Removed the &quot;Bookmark this block...&quot; context menu item.</li>\n<li>Added new &quot;Show trash&quot; command to open the .trash folder in filesystem.</li>\n</ul>\n<h3>Bug fixes</h3>\n<ul>\n<li>The active context menu is now automatically dismissed when the view navigates away or a modal appears.</li>\n<li>Clicking 'New file' on an empty tab should open the new file in the current tab instead of creating a new one.</li>\n<li>Properties: Fixed issue where properties view sometimes displayed a stale value when switching between files.</li>\n<li>Properties: Fixed bug where pressing the left arrow key (<code>←</code>) the start the input would cause the input to lose focus.</li>\n<li>Word count and character count status bar items now ignore frontmatter.</li>\n<li>Bookmarks: Fixed several edge cases where drag and drop would fail to work, including dragging an item to the bottom of the bookmark list.</li>\n<li>Fixed bug where canceling a drag would not cause the actively hovered element to remove its styling.</li>\n<li>The Appearance section in settings has been reordered for clarity.</li>\n<li>Unclosed <code>[[</code> will no longer cause the next line to get rendered as a link.</li>\n<li>Updated &quot;Auto pair brackets&quot; behavior so that <code>[[link]]'s</code> can be typed without the apostrophe getting paired.</li>\n<li>Hover preview is no longer positioned on top of the cursor or target element if there isn't enough room to display the preview box.</li>\n<li>Editor selection no longer loses focus when resizing a tab group.</li>\n<li>Search: Minor tweak to avoid the content shifting a lot as the search counter ticks upward.</li>\n<li>Vim: Fixed issue with character movements not respective atomic ranges.</li>\n<li>Vim: Fixed issue where <code>O</code> on the first line of a file with properties would put the cursor in the wrong position.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>As of 1.5.0, the <a href=\"https://obsidian.md/blog/goodbye-legacy-editor/\">Legacy editor has been completely removed</a> from Obsidian.</li>\n<li>New CSS variables added:\n<ul>\n<li><code>--list-marker-align</code></li>\n<li><code>--list-marker-min-width</code></li>\n<li><code>--indentation-guide-editing-indent</code></li>\n<li><a href=\"https://docs.obsidian.md/Reference/CSS+variables/Editor/Table\">New table variables for selection and dragging</a></li>\n</ul>\n</li>\n</ul>\n<h2>Breaking changes</h2>\n<ul>\n<li>File Explorer and Tags pane both received a small code refactor. This might affect some plugins that rely on the internal JS structure. Themes should not be affected.</li>\n<li>Tags can no longer end in a <code>/</code>.</li>\n</ul>\n",
			"date_published": "2023-11-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-10-13-mobile-v1.4.16/",
			"url": "https://obsidian.md/changelog/2023-10-13-mobile-v1.4.16/",
			"title": "Obsidian 1.4.16 Mobile (Public)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2023-10-13-desktop-v1.4.16/\">Obsidian Desktop v1.4.16</a>.</li>\n<li>Fixed drag and drop handler on iOS causing the view to scroll. This affects properties, the mobile toolbar, and the font picker.</li>\n<li>Added a &quot;Create&quot; button to menus like the share menu.</li>\n<li>Updated formatting of share menu and fixed bug where it would fail to insert if current file was in reading mode.</li>\n<li>Lots of styling improvements for settings.</li>\n<li>Login screen no longer mentions requiring 2FA if it is not enabled on your account.</li>\n<li>Fixed bug where template properties wouldn't get applied if a value was <code>null</code>.</li>\n<li>Fixed issue where you could sometimes not add text after an image in Live Preview.</li>\n<li>iOS: Added new persistent &quot;Hide keyboard&quot; button to the mobile toolbar.</li>\n<li>Canvas: Fixed Canvas view not being focused on touch.</li>\n</ul>\n<h2>Phone-only Improvements</h2>\n<ul>\n<li>Suggestions will now appear inline below the cursor instead of attached to the keyboard.</li>\n<li>Closing app settings no longer causes double animation.</li>\n<li>Fixed loading bar when opening the community themes and community plugins directory.</li>\n</ul>\n",
			"date_published": "2023-10-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-10-13-desktop-v1.4.16/",
			"url": "https://obsidian.md/changelog/2023-10-13-desktop-v1.4.16/",
			"title": "Obsidian 1.4.16 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<h3>Properties</h3>\n<ul>\n<li>List property elements can now be edited. Right-click the list item and choose &quot;Edit...&quot;.</li>\n</ul>\n<h3>General</h3>\n<ul>\n<li>The backlinks and word count status bar elements will be hidden if the active view does not support them.</li>\n<li>The icon for bookmarked files has been updated for clarity.</li>\n<li>Pressing <code>Enter</code> or <code>Tab</code> when the file titlebar is focused will not revert the filename if the new name is invalid. Instead, an error message will be shown and the titlebar will stay active.</li>\n<li>Improved layout of &quot;About&quot; settings tab.</li>\n</ul>\n<h2>No longer broken</h2>\n<h3>Properties</h3>\n<ul>\n<li>Fixed &quot;Show file properties&quot; command not working if the Graph view is focused.</li>\n<li>If frontmatter parsing fails, we will now always show a token where the parsing error is.</li>\n<li>Fixed issue where status bar element did not update when closing a file.</li>\n<li>Fixed issue where properties are invisible when dragging a tab.</li>\n<li>List properties will now properly handle empty rows in the frontmatter.</li>\n</ul>\n<h3>General</h3>\n<ul>\n<li>Triggering a command from the macOS Application menu will now un-minimize the vault if the window is minimized.</li>\n</ul>\n",
			"date_published": "2023-10-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-10-10-mobile-v1.4.14/",
			"url": "https://obsidian.md/changelog/2023-10-10-mobile-v1.4.14/",
			"title": "Obsidian 1.4.14 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2023-10-10-desktop-v1.4.15/\">Obsidian Desktop v1.4.15</a>.</li>\n<li>iOS: Added new persistent &quot;Hide keyboard&quot; button to the mobile toolbar.</li>\n<li>Canvas: Fixed Canvas view not being focused on touch.</li>\n</ul>\n",
			"date_published": "2023-10-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-10-10-desktop-v1.4.15/",
			"url": "https://obsidian.md/changelog/2023-10-10-desktop-v1.4.15/",
			"title": "Obsidian 1.4.15 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<h3>Properties</h3>\n<ul>\n<li>List property elements can now be edited. Right-click the list item and choose &quot;Edit...&quot;.</li>\n</ul>\n<h3>General</h3>\n<ul>\n<li>macOS: The &quot;more options&quot; icon on views will now be horizontal instead of vertical to match OS guidelines.</li>\n<li>The backlinks and word count status bar elements will be hidden if the active view does not support them.</li>\n<li>The icon for bookmarked files has been updated for clarity.</li>\n<li>Pressing <code>Enter</code> or <code>Tab</code> when the file titlebar is focused will not revert the filename if the new name is invalid. Instead, an error message will be shown and the titlebar will stay active.</li>\n<li>Improved layout of &quot;About&quot; settings tab.</li>\n</ul>\n<h2>No longer broken</h2>\n<h3>Properties</h3>\n<ul>\n<li>Fixed &quot;Show file properties&quot; command not working if the Graph view is focused.</li>\n<li>If frontmatter parsing fails, we will now always show a token where the parsing error is.</li>\n<li>Fixed issue where status bar element did not update when closing a file.</li>\n<li>Fixed issue where properties are invisible when dragging a tab.</li>\n<li>List properties will now properly handle empty rows in the frontmatter.</li>\n</ul>\n<h3>Canvas</h3>\n<ul>\n<li>Fixed issue where navigating to files from a canvas would sometimes cause sidebar views to show empty results.</li>\n</ul>\n<h3>Bookmarks</h3>\n<ul>\n<li>The &quot;New bookmark&quot; modal will be pre-populated with the currently selected text for the &quot;Bookmark this block&quot; command.</li>\n<li>Dragging a bookmark from the <em>bookmarks</em> view to the editor will include the subpath if there is one.</li>\n</ul>\n<h3>General</h3>\n<ul>\n<li>Tag suggestions will now be sorted alphabetically if there is no search query.</li>\n<li>Text selection will no longer be updated when the inline search input (<code>Ctrl/command + F</code>) loses focus.</li>\n<li>&quot;Split right&quot; and &quot;Split down&quot; commands will now copy the scroll position of the current leaf.</li>\n<li>Triggering a command from the macOS Application menu will now un-minimize the vault if the window is minimized.</li>\n</ul>\n",
			"date_published": "2023-10-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-26-desktop-v1.4.14/",
			"url": "https://obsidian.md/changelog/2023-09-26-desktop-v1.4.14/",
			"title": "Obsidian 1.4.14 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<h3>General</h3>\n<ul>\n<li>Formatting commands (e.g. &quot;Toggle bold&quot;) will now update the text selection to ignore leading and trailing whitespace.</li>\n<li>The suggest box in the Search view will no longer appear when reselecting the existing search query.</li>\n</ul>\n<h3>Properties</h3>\n<ul>\n<li>Added new indeterminate state to checkboxes.</li>\n<li>Pressing <em>arrow down</em> (↓) from the inline title should focus the note content if no properties exist.</li>\n<li>Fixed issue with inserting templates with properties failing to add new properties if the value is <code>null</code>.</li>\n<li>Right-click on links in properties now opens the link context menu.</li>\n</ul>\n<h3>Sync</h3>\n<ul>\n<li>Fixed a Sync bug that in rare cases could cause file duplication when editing a file and then immediately renaming it.</li>\n<li>Property types will now be counted &quot;Main settings&quot; in the sync preferences.</li>\n</ul>\n",
			"date_published": "2023-09-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-22-mobile-v1.4.12/",
			"url": "https://obsidian.md/changelog/2023-09-22-mobile-v1.4.12/",
			"title": "Obsidian 1.4.12 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2023-09-22-desktop-v1.4.14/\">Obsidian Desktop v1.4.14</a>. This includes the new properties editor.</li>\n<li>Fixed drag and drop handler on iOS causing the view to scroll. This affects properties, the mobile toolbar, and the font picker.</li>\n<li>The suggest component is now inline on mobile instead of attached to the keyboard.</li>\n<li>Added a &quot;create&quot; button to menus like the share menu.</li>\n<li>Updated formatting of share menu and fixed bug where it would fail to insert if current file was in reading mode.</li>\n<li>Lots of styling improvements for settings.</li>\n<li>Login screen no longer mentions requiring 2FA if it is not enabled on your account.</li>\n<li>Fixed bug where template properties wouldn't get applied if a value was <code>null</code>.</li>\n<li>Fixed issue where you could sometimes not add text after an image in Live Preview.</li>\n</ul>\n<h2>Phone-only Improvements</h2>\n<ul>\n<li>Closing app settings no longer causes double animation.</li>\n<li>Fixed loading bar when opening the community themes and community plugins directory.</li>\n</ul>\n",
			"date_published": "2023-09-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-22-desktop-v1.4.14/",
			"url": "https://obsidian.md/changelog/2023-09-22-desktop-v1.4.14/",
			"title": "Obsidian 1.4.14 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<h3>General</h3>\n<ul>\n<li>Formatting commands (e.g. &quot;Toggle bold&quot;) will now update the text selection to ignore leading and trailing whitespace.</li>\n<li>The suggest box in the Search view will no longer appear when reselecting the existing search query.</li>\n</ul>\n<h3>Properties</h3>\n<ul>\n<li>Added new indeterminate state to checkboxes.</li>\n<li>Pressing <em>arrow down</em> (↓) from the inline title should focus the note content if no properties exist.</li>\n<li>Fixed issue with inserting templates with properties failing to add new properties if the value is <code>null</code>.</li>\n<li>Right-click on links in properties now opens the link context menu.</li>\n</ul>\n<h3>Sync</h3>\n<ul>\n<li>Fixed a Sync bug that in rare cases could cause file duplication when editing a file and then immediately renaming it.</li>\n<li>Property types will now be counted &quot;Main settings&quot; in the sync preferences.</li>\n</ul>\n",
			"date_published": "2023-09-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-15-desktop-v1.4.13/",
			"url": "https://obsidian.md/changelog/2023-09-15-desktop-v1.4.13/",
			"title": "Obsidian 1.4.13 Desktop (Public)",
			"content_html": "<p>The installer has been updated to Electron v25.8.1 to address several vulnerabilities. To update, you must manually get the latest installer from <a href=\"https://obsidian.md/download\">https://obsidian.md/download</a>.</p>\n",
			"date_published": "2023-09-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.12/",
			"url": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.12/",
			"title": "Obsidian 1.4.12 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed edits from source mode not properly updating the properties editor interface.</li>\n</ul>\n",
			"date_published": "2023-09-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.11/",
			"url": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.11/",
			"title": "Obsidian 1.4.11 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Canvas: Fixed issue preventing Canvas cards from entering edit mode.</li>\n</ul>\n",
			"date_published": "2023-09-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.10/",
			"url": "https://obsidian.md/changelog/2023-09-11-desktop-v1.4.10/",
			"title": "Obsidian 1.4.10 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<h3>Editor</h3>\n<ul>\n<li>Empty lines before the frontmatter block are no longer allowed. Previously this was supported by some parts of the app and ignored by others.</li>\n<li>Adding inline formatting to text will now ignore whitespace at the start and end of the selection.</li>\n</ul>\n<h3>Properties</h3>\n<ul>\n<li>Date &amp; time fields now include seconds.</li>\n<li>Added command to fold properties.</li>\n<li>When toggling &quot;Properties view&quot; core plugin the core plugin will immediately open the &quot;All properties&quot; view.</li>\n<li>Added a tooltip when hovering over property names in case the property name is too long and gets cut off.</li>\n<li>Sidebar view now indicates if file properties are invalid.</li>\n<li>Right-click on the properties heading to quickly add a property or clear the properties from the file.</li>\n<li>If your file properties cannot be parsed, the exact spot where there YAML is invalid is now highlighted.</li>\n</ul>\n<h2>No longer broken</h2>\n<h3>General</h3>\n<ul>\n<li>Fixed &quot;Reveal in Finder&quot; hanging for a long time on macOS.</li>\n<li>Files specified in the &quot;Excluded files&quot; setting will no longer be counted in the Tags view or Properties view.</li>\n<li>Fixed &quot;Replace&quot; button in find/replace not highlighting the next match.</li>\n<li>Fix stacked tabs not scroll into view when first activated.</li>\n</ul>\n<h3>Properties</h3>\n<ul>\n<li>Fixed bug where editing properties in reading mode would cause changes made in edit mode to be reverted.</li>\n<li>Fixed the <em>All Properties</em> view sometimes jumping around when editing notes.</li>\n<li>Fixed issue where properties editor would sometimes produce invalid frontmatter when editing.</li>\n<li>Fixed Tag suggest not showing suggestions if the input starts with <code>#</code>.</li>\n<li>Fixed properties status bar item not updating if the properties sidebar was not open.</li>\n<li>Fixed more edge cases where frontmatter would temporarily appear when modifying properties.</li>\n<li>The &quot;Add file property&quot; menu item will no longer be disabled in reading mode.</li>\n<li>Fixed duplicate keys being suggested in property name input fields.</li>\n<li>Fixed &quot;Unassign type&quot; not working for properties with capital letters.</li>\n<li>It is no longer possible to unassign the type for default properties (<code>cssclasses</code>, <code>tags</code>, <code>aliases</code>).</li>\n<li>Fixed issue where the arrow keys would jump from the editor to properties editor even if the cursor isn't on the first line of the file.</li>\n<li>Pressing <kbd>escape</kbd> when property name input is focused now properly reverts the changes.</li>\n<li>Renaming a list property will no longer cause a type mismatch warning to appear.</li>\n<li>Clicking outside of the property editor will remove the empty property section for the note if there is one.</li>\n<li>Fixed &quot;type mismatch&quot; tooltip sometimes showing the wrong expected type.</li>\n<li>Fixed <code>cssclasses</code> sometimes staying applied to the current view after switching to a new file.</li>\n</ul>\n<h3>Search</h3>\n<ul>\n<li>Fixed <code>file:</code> queries showing wrong matches when composed with other search operators.</li>\n<li>Fixes results for <code>file:</code> queries highlighting the wrong text.</li>\n</ul>\n<h3>Other plugins</h3>\n<ul>\n<li>Outline: Fixed outline view scroll position getting reset when editing a longer document.</li>\n<li>Note composer: Improved behavior for merging frontmatter if note contains nested YAML properties or invalid frontmatter.</li>\n<li>Sync: Fixed app freezing for very large vaults sometimes.</li>\n</ul>\n<h3>Fixed since last insider build</h3>\n<ul>\n<li>Fixed properties sidebar view not showing &quot;Add properties&quot; button if the active file has no properties yet.</li>\n</ul>\n",
			"date_published": "2023-09-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-07-desktop-v1.4.9/",
			"url": "https://obsidian.md/changelog/2023-09-07-desktop-v1.4.9/",
			"title": "Obsidian 1.4.9 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Properties: Added a tooltip when hovering over property names in case the property name is too long and gets cut off.</li>\n<li>Properties: Sidebar view now indicates if file properties are invalid.</li>\n<li>Properties: Right-click on the properties heading to quickly add a property or clear the properties from the file.</li>\n<li>Frontmatter: If your file properties cannot be parsed, the exact spot where there YAML is invalid is now highlighted.</li>\n<li>Editor: Adding inline formatting to text will now ignore whitespace at the start and end of the selection.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Live Preview: Fixed not being able to edit properties if &quot;Show properties as source&quot; was enabled or if the frontmatter was invalid.</li>\n<li>Live Preview: Fixed issue where the arrow keys would jump from the editor to properties editor even if the cursor isn't on the first line of the file.</li>\n<li>Properties: Pressing 'escape' when property name input is focused now properly reverts the changes.</li>\n<li>Properties: Renaming a list property will no longer cause a type mismatch warning to appear.</li>\n<li>Properties: Clicking outside of the property editor will remove the empty property section for the note if there is one.</li>\n<li>Properties: Fixed &quot;type mismatch&quot; tooltip sometimes showing the wrong expected type.</li>\n</ul>\n",
			"date_published": "2023-09-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-05-desktop-v1.4.8/",
			"url": "https://obsidian.md/changelog/2023-09-05-desktop-v1.4.8/",
			"title": "Obsidian 1.4.8 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Properties: New behavior when toggling &quot;Properties view&quot; core plugin. Enabling the core plugin will immediately open the &quot;All properties&quot; view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed properties status bar item not updating if the properties sidebar was not open.</li>\n<li>Live Preview: Fixed more edge cases where frontmatter would temporarily appear when modifying properties.</li>\n<li>Live Preview: Fixed issue where sometimes the property editor would insert an extra newline character.</li>\n<li>The &quot;Add file property&quot; menu item will no longer be disabled in reading mode.</li>\n<li>Properties: Fixed duplicate keys being suggested in property name input fields.</li>\n<li>Properties: Fixed &quot;Unassign type&quot; not working for properties with capital letters.</li>\n<li>Properties: It is no longer possible to unassign the type for default properties (<code>cssclasses</code>, <code>tags</code>, <code>aliases</code>).</li>\n<li>Files specified in the &quot;Excluded files&quot; setting will no longer be counted in the Tags view or Properties view.</li>\n</ul>\n",
			"date_published": "2023-09-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-09-02-desktop-v1.4.6/",
			"url": "https://obsidian.md/changelog/2023-09-02-desktop-v1.4.6/",
			"title": "Obsidian 1.4.6 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Live Preview: Notes can no longer include empty lines before the frontmatter block. If the frontmatter block does not start on the first line of the note, we will interpret it as regular text.</li>\n<li>Properties: Date &amp; time fields now include seconds.</li>\n<li>Added command to fold properties.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Properties: Fixed bug where editing properties in reading mode would cause changes made in edit mode to be reverted.</li>\n<li>Search: Fixed <code>file:</code> queries showing wrong matches when composed with other search operators.</li>\n<li>Search: Fixes results for <code>file:</code> queries highlighting the wrong text.</li>\n<li>Properties: Fixed the <em>All Properties</em> view sometimes jumping around when editing notes.</li>\n<li>Note composer: Improved behavior for merging frontmatter if note contains nested YAML properties or invalid frontmatter.</li>\n<li>Properties: Fixed issue where properties editor would sometimes produce invalid frontmatter when editing.</li>\n<li>Properties: Fixed Tag suggest not showing suggestions if the input starts with '#'.</li>\n<li>macOS: Fixed &quot;Reveal in Finder&quot; hanging for a long time.</li>\n</ul>\n",
			"date_published": "2023-09-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-08-31-mobile-v1.4.8/",
			"url": "https://obsidian.md/changelog/2023-08-31-mobile-v1.4.8/",
			"title": "Obsidian 1.4.8 Mobile (Public)",
			"content_html": "<p><strong>Note:</strong> Mobile Obsidian is still based on Obsidian Desktop v1.3.7.</p>\n<ul>\n<li>Added support for 2FA login.</li>\n<li>PDF: Fixed text selection.</li>\n<li>Sync: Improved sync UI. Added loading state to sync modal.</li>\n</ul>\n",
			"date_published": "2023-08-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-08-31-desktop-v1.4.5/",
			"url": "https://obsidian.md/changelog/2023-08-31-desktop-v1.4.5/",
			"title": "Obsidian 1.4 Desktop (Public)",
			"content_html": "<p>This update introduces Properties, a simple and durable way to add tags, links, dates, and other metadata to your notes. The core plugins Search, Templates, and Backlinks have all received upgrades to support Properties. Some of the new features in this release:</p>\n<ul>\n<li>A new UI for editing properties, with autocomplete for property names and values</li>\n<li>Properties can have types (e.g. text, list, date, number, checkbox) that make it faster to input data</li>\n<li>Properties can contain internal links to other notes</li>\n<li>New sidebar view lists all properties in your vault, and sort by name or frequency</li>\n<li>Keyboard navigation, commands, and hotkeys</li>\n<li>Search syntax for searching notes by property and value</li>\n<li>Templates automatically merge properties with existing properties in the note</li>\n<li>Data is still stored as YAML frontmatter at the top of each Markdown file. Metadata is automatically formatted as valid YAML.</li>\n</ul>\n<p>With this update you can also enable two-factor authentication for your Obsidian account.</p>\n<h2>Properties</h2>\n<img alt=\"Property Editor\" src=\"https://github.com/obsidianmd/obsidian-api/assets/693981/aea72173-5663-459d-83de-6ff888f6bdd5\" />\n<p>Properties help you organize information about a note. Adding properties to a note helps you track structured data such as text, links, dates and numbers. Properties can also be used in combination with Community plugins that can do useful things with your structured data. <a href=\"https://help.obsidian.md/Editing+and+formatting/Properties\">Learn more.</a></p>\n<h3>Basic usage</h3>\n<p>To add a property to a note, you have several options:</p>\n<ul>\n<li>Use the <strong>Add file property</strong> command.</li>\n<li>Use the <strong><code>Cmd/Ctrl+;</code></strong> hotkey.</li>\n<li>Choose <strong>Add file property</strong> from the <strong>More actions</strong> menu (three dots icon) or right-clicking the tab.</li>\n<li>Type <code>---</code> at the very beginning of a file.</li>\n</ul>\n<p>Once you add a property, a row will appear at the top of the file with two inputs: the property <em>name</em> and the property <em>value</em>. Once you choose the property name you can give it a value and type.</p>\n<h3>Advanced usage</h3>\n<p>In addition to the inline property editor, there is a new <strong>Properties view</strong> core plugin that adds two new views for managing your properties:</p>\n<ul>\n<li><strong>All properties</strong> sidebar view shows a list of all the properties across your vault, and number of uses for each. Click on a property to search for all uses of it across your vault.</li>\n<li><strong>File properties</strong>  sidebar view shows the properties for the active file. If you prefer to hide the inline property editor, you can choose to edit your file properties from the sidebar, without losing your place in the active file.</li>\n</ul>\n<p>Properties are an extremely powerful yet flexible feature that gives you even more ways to organize your information. See the <a href=\"https://help.obsidian.md/Editing+and+formatting/Properties\">documentation for Properties</a> for even more information.</p>\n<h2>Two-factor authentication (2FA) for Obsidian accounts</h2>\n<p>For even more security, you can now enable two-factor authentication on your Obsidian account. To do so, go to <a href=\"https://obsidian.md/account\">obsidian.md/account</a> and enable &quot;2-factor authentication&quot;. This will prompt you with setup instructions.</p>\n<p><em>Note:</em> Any devices logging into Obsidian must be running v1.4.5+ to log-in using two-factor authentication.</p>\n<h2>Core plugin upgrades</h2>\n<ul>\n<li>Search: New <a href=\"https://help.obsidian.md/Plugins/Search#Search+properties\">search syntax</a> for properties.\n<ul>\n<li>To find notes containing a property, use [<em>property</em>]</li>\n<li>To find notes with a property and a corresponding value, use [<em>property</em>:<em>value</em>]</li>\n<li>Both property and value allow complex sub-queries, such as parentheses for grouping, the OR operator, double-quotes for exact matching, and regex.</li>\n</ul>\n</li>\n<li>Templates: When using the &quot;Insert template&quot; command, properties inside template files will be merged with the current file.</li>\n<li>Backlinks: Properties with links will now properly show in backlink entries.</li>\n<li>Note Composer: Merging notes will now merge their properties.</li>\n</ul>\n<h2>Misc improvements</h2>\n<ul>\n<li>Search: Search autocomplete will now be shown based on the current input context.</li>\n<li>Live Preview now supports single column tables.</li>\n<li>Tag autocomplete now uses a fuzzy search algorithm.</li>\n<li>PDF: Added “Copy as quote” and “Copy annotation” context menu options</li>\n<li>PDF: Added a button to copy annotations from the annotation popup</li>\n<li>PDF: Added “Copy link to page” to PDF thumbnail context menu</li>\n<li>Editor: Formatting commands for <strong>bold</strong>, <em>italic</em>, etc are now context-aware. For example, &quot;Toggle bold&quot; inside a bolded sentence will un-bold the sentence.</li>\n<li>Search: Removed the delay between typing and search happening.</li>\n<li>Sync: Always show a visual representation of storage usage.</li>\n<li>Numbers everywhere should now be formatted in the app. For example, word count and character count will have thousands separators.</li>\n<li>The Tags core plugin has been renamed to &quot;Tags view&quot;.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed: PDF Viewer single page view resets to first page.</li>\n<li>Fixed: PDF viewer search settings unclickable when toggling sidebar.</li>\n<li>Fixed bug where closing an pop-out window with an active modal would keep the modal active.</li>\n<li>macOS: In frameless window mode, the top-right buttons no longer shift when creating/closing tab groups.</li>\n<li>File Recovery modal will now show a loading state when loading large vaults.</li>\n<li>Workspace: fix &quot;follow link under cursor&quot; commands in Canvas.</li>\n<li>Canvas: nudging selection should not cause stacked tabs to scroll.</li>\n<li>Outline: Fixed outline not rendering if the view was opened via the &quot;Show outline&quot; command.</li>\n<li>The &quot;New tab&quot; view will now show the current hotkeys.</li>\n<li>Editor: Scroll bar should no longer affect the position of the text when it appears on long documents.</li>\n<li>Vim: Fix for spellchecker.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The installer has been updated to use Electron v25.8.0 (requires downloading <a href=\"https://obsidian.md/\">the latest installer</a>).</li>\n<li>Vault: createFolder now return a <code>TFolder</code>.</li>\n<li>Metadata: <code>FrontMatterCache</code> no longer inherits from <code>CacheItem</code>.</li>\n<li>Theming: <a href=\"https://docs.obsidian.md/Reference/CSS+variables/Editor/Properties\">new CSS variables</a> have been added for Properties that start with <code>--metadata</code></li>\n<li>Disabled soft line width in <code>stringifyYaml</code> (this was causing some breakages with other plugins reading the YAML).</li>\n</ul>\n<h3>About Properties</h3>\n<h4>Internal Links</h4>\n<p>Internal links can be added to frontmatter using the following syntax:</p>\n<pre><code class=\"language-yaml\">---\nlink: &quot;[[Link]]&quot;\nlinklist:\n  - &quot;[[Link]]&quot;\n  - &quot;[[Link2]]&quot;\n---\n</code></pre>\n<h4>About <code>tag</code>/<code>alias</code>/<code>cssclass</code> properties</h4>\n<p>As of 1.4.0, we have <strong>deprecated</strong> the &quot;tag&quot;, &quot;alias&quot;, and &quot;cssClass&quot; properties. The property editor will automatically convert these properties to <code>tags</code>, <code>aliases</code>, and <code>cssclasses</code> and the values will automatically be converted to lists.</p>\n<p>The old property names will still be identified correctly in the app, but the property editor will always prefer <code>tags</code>, <code>cssClasses</code>, and <code>aliases</code>.</p>\n",
			"date_published": "2023-08-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-08-30-mobile-v1.4.8/",
			"url": "https://obsidian.md/changelog/2023-08-30-mobile-v1.4.8/",
			"title": "Obsidian 1.4.8 Mobile (Early access)",
			"content_html": "<ul>\n<li>PDF: Fixed text selection.</li>\n<li>Sync: Improved sync UI. Added loading state to sync modal.</li>\n<li>Added support for 2FA login.</li>\n</ul>\n",
			"date_published": "2023-08-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-08-30-desktop-v1.4.5/",
			"url": "https://obsidian.md/changelog/2023-08-30-desktop-v1.4.5/",
			"title": "Obsidian 1.4.5 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian accounts now support two-factor authentication. To enable, go to your account settings at <a href=\"https://obsidian.md/account\">obsidian.md/account</a>. Make sure you've installed the v1.4.5 Insider build <em>before</em> enabling 2FA on your account to avoid getting locked out.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>macOS: Added additional formatting commands to the app menu.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Search: Searching for an exact property match is no longer case sensitive (e.g. <code>[property:value]</code> will also show matches for &quot;Property&quot;).</li>\n<li>Properties: Making changes to the casing of a property (&quot;property&quot; vs. &quot;PROPERTY&quot;) will now properly save.</li>\n<li>Properties: It is no longer possible to have multiple property types with the same spelling and different casing. Properties with the same spelling will now always resolve to the same property type.</li>\n<li>Properties: It is no longer possible to change the default property type.</li>\n<li>Properties: Pressing <code>Enter</code> on an empty list entry will no longer display an error message.</li>\n<li>Properties can no longer have both 'tag' and '#tag' as entries in the same file.</li>\n<li>Canvas: Frontmatter in canvas text cards will no longer be hidden.</li>\n<li>Properties: Fixed tag dropdown showing briefly in the top-level corner when removing a tag.</li>\n<li>Editor: Fixed &quot;Insert code block&quot; and &quot;Insert match block&quot; working with multiple cursors.</li>\n<li>macOS: Fixed &quot;Date &amp; time&quot; showing as &quot;Date time&quot; in the property menu.</li>\n</ul>\n",
			"date_published": "2023-08-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-08-23-desktop-v1.4.4/",
			"url": "https://obsidian.md/changelog/2023-08-23-desktop-v1.4.4/",
			"title": "Obsidian 1.4.4 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Search: New search syntax for properties.\n<ul>\n<li>To find notes containing a property, use [<em>property</em>]</li>\n<li>To find notes with a property and a corresponding value, use [<em>property</em>:<em>value</em>]</li>\n<li>Both property and value allow complex sub-queries, such as parentheses for grouping, the OR operator, double-quotes for exact matching, and regex.</li>\n</ul>\n</li>\n<li>Search: Search autocomplete will now be shown based on the current input context.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Editor: Formatting commands for <strong>bold</strong>, <em>italic</em>, etc are now context-aware. For example, &quot;Toggle bold&quot; inside a bolded sentence will un-bold the sentence.</li>\n<li>Backlinks: Properties with links will now properly show in backlink entries.</li>\n<li>Sync: Always show a visual representation of storage usage.</li>\n<li>Note Composer: Merging notes will now merge their properties.</li>\n<li>Properties: Tags can optionally start with a leading '#'.</li>\n<li>Properties: Fixed middle-clicking on links.</li>\n<li>Properties: Renamed the property type 'Time' to 'Date &amp; time' for clarity.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Live Preview: Fixed frontmatter sometimes appearing under properties for a split second while editing.</li>\n<li>Properties: Clicking on properties will now use the new search syntax for finding properties.</li>\n<li>Properties: Fixed heading links inside list properties always appearing as broken links.</li>\n<li>Properties: Fixed being unable to use up/down arrows when frontmatter is showing.</li>\n<li>Properties: Fixed frequency sort in the properties view.</li>\n<li>Properties: List property now saves when it loses focus.</li>\n<li>Vim: Fix for spellchecker.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>SearchComponent</code> is now properly exported.</li>\n<li>Theme: New display variables for reading and editing mode:\n<ul>\n<li><code>--metadata-display-reading</code></li>\n<li><code>--metadata-display-editing</code></li>\n</ul>\n</li>\n</ul>\n",
			"date_published": "2023-08-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-31-desktop-v1.4.3/",
			"url": "https://obsidian.md/changelog/2023-07-31-desktop-v1.4.3/",
			"title": "Obsidian 1.4.3 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Settings: Added a new toggle to show properties as source (YAML) in Live Preview.</li>\n<li>Templates: When using the &quot;Insert template&quot; command, properties inside template files will be merged with the current file.</li>\n<li>Added a new status bar item that shows the number of properties in the currently active note.</li>\n<li>The Properties heading can now receive keyboard focus. When focused, use the left and right arrow keys to toggle the section open or closed.</li>\n<li>The Tags core plugin has been renamed to &quot;Tags view.&quot;</li>\n<li>The Properties core plugin has been renamed to &quot;Properties view.&quot;</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Live Preview now supports single column tables.</li>\n<li>The Property value autosuggest will no longer return stale values.</li>\n<li>Fixed headings not scaling with base font size.</li>\n<li>Numbers everywhere should now be formatted in the app. For example, word count and character count will have thousands separators.</li>\n<li>Fixed bug where &quot;Show file properties&quot; view would not show the file properties on initial load.</li>\n<li>Canvas: Frontmatter in Canvas cards is no longer hidden.</li>\n<li>Added instructions to suggest boxes in Properties editor.</li>\n<li>Enabled copy/cut/paste in Properties sidebar view.</li>\n<li>Clicking quickly on close-tab button will no longer trigger maximize-window on macOS.</li>\n<li>Added max date to Date and Time properties; so no more referencing dates beyond the year 9,999.</li>\n<li>Fixed bug when selecting an alias from the link suggest causing the heading getting removed from the link.</li>\n<li>Date and Time properties now use Moment.js for parsing meaning it will now be more lax when reading formatted dates in properties.</li>\n<li>Search: The 'Show more context' button can be pressed multiple times in a row.</li>\n<li>Properties: fixed typing accented characters in text properties.</li>\n<li>Properties: fold state is now saved to the note.</li>\n<li>Fixed issue with inserting properties when auto-pairing markdown is disabled.</li>\n<li>Fixed the &quot;Add file property&quot; command not reusing the current file properties view.</li>\n<li>Properties: disabled autosuggest for <code>aliases</code>.</li>\n<li>Properties sidebar view won't show &quot;add properties&quot; button if the active file is not a markdown file.</li>\n<li>Editor Search: Fixed issue where \\´ character was treated as space (<code> </code>).</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Disabled soft line width in <code>stringifyYaml</code> (this was causing some breakages with other plugins reading the YAML).</li>\n</ul>\n",
			"date_published": "2023-08-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-31-desktop-v1.4.2/",
			"url": "https://obsidian.md/changelog/2023-07-31-desktop-v1.4.2/",
			"title": "Obsidian 1.4.2 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Properties: Date and time properties will now automatically be inferred without needing to assign the property type.</li>\n<li>Properties: Emails will now be recognized as links in text and list properties.</li>\n<li>Properties: External URLs are now clickable inside list properties.</li>\n<li>Properties: &quot;Add new property&quot; command now works with the properties sidebar view.</li>\n<li>Typing <code>---</code> at the start of the document will now automatically insert the complementary <code>---</code>.</li>\n<li>Properties: Add support for dragging and dropping links into text and list properties.</li>\n<li>Search: Removed the delay between typing and search happening.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Properties: Fixed bug causing properties with upper-case characters to not display the correct property type.</li>\n<li>Live Preview: Frontmatter will no longer appear when switching from source mode to Live Preview with the cursor still in the frontmatter section.</li>\n<li>Live Preview: Fixed cursor &quot;dead spots&quot; where text could not be edited at a given selection.</li>\n<li>Properties: <code>Shift-Enter</code> will now accept the current text value without selecting the highlighted suggestion.</li>\n<li>Properties: Property values are now sorted alphabetically when the suggest appears.</li>\n<li>Properties: Switching a text property to a list property will automatically convert the value without warning about a type mismatch.</li>\n<li>Properties: The &quot;add property&quot; row will be removed if you click away without creating a new property.</li>\n<li>Properties: App URIs (such as <code>obsidian://</code>) will now be recognized as external links.</li>\n<li>Properties: Parsing YAML is now much stricter. Unsupported frontmatter types will now properly be recognized as invalid, such as having an array.</li>\n<li>Properties: <code>Tab</code> and <code>Shift-Tab</code> will now properly shift focus if the &quot;Add properties&quot; button is focused.</li>\n<li>Settings: &quot;Show file properties&quot; setting has been renamed to &quot;Show file properties in document.&quot;</li>\n<li>Editor: Scroll bar should no longer affect the position of the text when it appears on long documents.</li>\n</ul>\n",
			"date_published": "2023-07-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-31-desktop-v1.3.7/",
			"url": "https://obsidian.md/changelog/2023-07-31-desktop-v1.3.7/",
			"title": "Obsidian 1.3.7 Desktop (Public)",
			"content_html": "<h2>New shiny things</h2>\n<ul>\n<li>Added support for deep linking in PDFs. Links can be created by right clicking on a PDF's table of contents, an annotation, or any selected text.</li>\n<li>New &quot;Adapt to theme&quot; menu option for PDFs. Enabling this will override the PDF appearance so its rendered to match the styling of the current theme</li>\n<li>New Appearance setting to apply a custom app icon. Supports <code>.ico</code> and <code>.png</code> files.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Tab close button is now hidden for inactive tabs and will only appear on hover. This creates more space for file names inside the tab.</li>\n<li>Improved how headings are displayed. Headings in Live Preview and Reading mode should now more closely match in appearance. Note this requires installer version 1.1.9 or above.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Spellcheck setting is now stored app-wide properly, instead of having some vaults overriding others.</li>\n<li>Live Preview: Markdown tables are now allowed to start immediately after headings without a blank line.</li>\n<li>Fixed bug where embedded PDFs and markdown files sometimes lose their scroll position.</li>\n<li>Fixed issue where the initial switch from edit mode to reading mode causes the scroll position to be lost.</li>\n<li>Fixed issue where reading mode scrolls unexpectedly when opening new tabs.</li>\n<li>Fixed styling issue where extra space was being added between lists and sublists.</li>\n<li>Canvas: Allow opening external links in webviews.</li>\n<li>Mermaid: Fixed some color issues.</li>\n</ul>\n<h2>Developers</h2>\n<p>New CSS variables:</p>\n<ul>\n<li><code>--p-spacing</code>  defines the spacing between paragraphs (defaults to <code>1rem</code>).</li>\n<li><code>--heading-spacing</code> defines the spacing above a heading when it follows a paragraph (defaults to 2.5x paragraph spacing).</li>\n</ul>\n",
			"date_published": "2023-07-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-27-desktop-v1.4.1/",
			"url": "https://obsidian.md/changelog/2023-07-27-desktop-v1.4.1/",
			"title": "Obsidian 1.4.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>New icon for the Properties view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Properties: Fixed autocomplete attempting to insert <code>[]()</code> style Markdown links if &quot;Use Wikilinks&quot; is disabled in settings.</li>\n<li>Properties: The &quot;All Properties&quot; view will treat properties as case-insensitive. For example, instances of &quot;TAGS&quot; and &quot;tags&quot; will be shown as the same property.</li>\n<li>Properties: Fixed frontmatter inside Canvas text cards generating console errors.</li>\n<li>Properties: Creating a link to a nonexistent note will no longer insert an extra set of &quot;]]&quot; brackets.</li>\n<li>Properties: Fixed copy/pasting text within properties not working.</li>\n<li>Properties: Fixed &quot;Edit file property&quot; command not showing in the command palette.</li>\n<li>Properties: The &quot;Remove&quot; menu item in the context menu of &quot;All Properties&quot; has been renamed to &quot;Unassign type&quot; to avoid confusion.</li>\n</ul>\n",
			"date_published": "2023-07-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-26-desktop-v1.4.0/",
			"url": "https://obsidian.md/changelog/2023-07-26-desktop-v1.4.0/",
			"title": "Obsidian 1.4.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<p>Introducing <strong>Properties</strong>. A simple and durable way to add tags, aliases, dates, and other metadata to your notes. Your properties can even include links to other notes.</p>\n<img alt=\"property-editor\" src=\"https://github.com/obsidianmd/obsidian-api/assets/693981/aea72173-5663-459d-83de-6ff888f6bdd5\" />\n<h3>Usage</h3>\n<ul>\n<li>New visual editor for properties in Live Preview and Reading mode.</li>\n<li>Property types:\n<ul>\n<li>Text — supports internal links</li>\n<li>List — supports internal links</li>\n<li>Number</li>\n<li>Checkbox</li>\n<li>Date</li>\n<li>Time</li>\n</ul>\n</li>\n<li>New commands for interacting with properties:\n<ul>\n<li>Add file property (<code>Ctrl/Command + ;</code>)</li>\n<li>Clear properties</li>\n<li>Edit property</li>\n<li>Show all properties</li>\n<li>Show file properties</li>\n</ul>\n</li>\n<li><strong>All properties</strong> sidebar pane shows a list of all the properties across your vault, and number of uses for each.</li>\n<li><strong>File properties</strong>  sidebar pane shows the properties for the active file.</li>\n<li>Cut/copy/paste properties.</li>\n</ul>\n<h3>Portability</h3>\n<p>Properties are saved directly to your note as <em>frontmatter</em>, a special section at the beginning of your file, encoded in YAML. This makes your note metadata readable in any plain text app, and compatible with many tools that support YAML frontmatter.</p>\n<h2>Improvements</h2>\n<ul>\n<li>Tag autocomplete now uses a fuzzy search algorithm.</li>\n<li>PDF: Added “Copy as quote” and “Copy annotation” context menu options.</li>\n<li>PDF: Added a button to copy annotations from the annotation popup.</li>\n<li>PDF: Added “Copy link to page” to PDF thumbnail context menu.</li>\n<li>Mermaid as been upgraded to v10.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed: PDF Viewer single page view resets to first page.</li>\n<li>Fixed: PDF viewer search settings unclickable when toggling sidebar.</li>\n<li>Fixed bug where closing an pop-out window with an active modal would keep the modal active.</li>\n<li>macOS: In frameless window mode, the top-right buttons no longer shift when creating/closing tab groups.</li>\n<li>File Recovery modal will now show a loading state when loading large vaults.</li>\n<li>Workspace: fix &quot;follow link under cursor&quot; commands in Canvas.</li>\n<li>Canvas: nudging selection should not cause stacked tabs to scroll.</li>\n<li>Outline: Fixed outline not rendering if the view was opened via the &quot;Show outline&quot; command.</li>\n<li>The &quot;New tab&quot; view will now show the current hotkeys.</li>\n<li>Fixed sometimes arrows and markers disappear from mermaid diagrams. (Credits to @Bunker-D)</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Vault: createFolder now return a <code>TFolder</code>.</li>\n<li>Metadata: <code>FrontMatterCache</code> no longer inherits from <code>CacheItem</code>.</li>\n<li>Theming: new CSS variables have been added for Properties that start with <code>--metadata</code>.</li>\n</ul>\n<h3>About Properties</h3>\n<h4>Internal Links</h4>\n<p>Internal links can be added to frontmatter using the following syntax:</p>\n<pre><code class=\"language-yaml\">---\nlink: &quot;[[Link]]&quot;\nlinklist:\n  - &quot;[[Link]]&quot;\n  - &quot;[[Link2]]&quot;\n---\n</code></pre>\n<h4><code>tag</code>/<code>alias</code>/<code>cssclass</code> vs <code>tags</code>/<code>aliases</code>/<code>cssclasses</code></h4>\n<p>As of 1.4.0, we're <strong>deprecating</strong> the &quot;tag&quot;, &quot;alias&quot;, and &quot;cssClass&quot; frontmatter keys. The new property editor will automatically migrate to <code>tags</code>, <code>aliases</code>, and <code>cssclasses</code> and the values will automatically be converted to lists.</p>\n<p>The old keys will still be identified correctly in the app, but the property editor will always prefer <code>tags</code> and <code>aliases</code>.</p>\n",
			"date_published": "2023-07-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-07-24-publish/",
			"url": "https://obsidian.md/changelog/2023-07-24-publish/",
			"title": "Obsidian 2023.07.24 Publish (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>When using stacked tabs the close button is always displayed on the spine</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Social cards and meta descriptions are now automatically stripped of Markdown formatting syntax</li>\n</ul>\n",
			"date_published": "2023-07-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-06-01-mobile-v1.4.7/",
			"url": "https://obsidian.md/changelog/2023-06-01-mobile-v1.4.7/",
			"title": "Obsidian 1.4.7 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2023-06-26-desktop-v1.3.7/\">Obsidian Desktop v1.3.7</a>.</li>\n</ul>\n",
			"date_published": "2023-07-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-06-26-desktop-v1.3.7/",
			"url": "https://obsidian.md/changelog/2023-06-26-desktop-v1.3.7/",
			"title": "Obsidian 1.3.7 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Removed command that wasn't ready for release just yet.</li>\n<li>Fixed styling issue where extra space was being added between lists and sublists.</li>\n</ul>\n",
			"date_published": "2023-06-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-06-26-desktop-v1.3.6/",
			"url": "https://obsidian.md/changelog/2023-06-26-desktop-v1.3.6/",
			"title": "Obsidian 1.3.6 Desktop (Early access)",
			"content_html": "<h2>New shiny things</h2>\n<ul>\n<li>New Appearance setting to apply a custom app icon. Supports <code>.ico</code> and <code>.png</code> files.</li>\n<li>Added support for deep linking in PDFs. Links can be created by right clicking on a PDF's table of contents, an annotation, or any selected text.</li>\n<li>New &quot;Adapt to theme&quot; menu option for PDFs. Enabling this will override the PDF appearance so its rendered to match the styling of the current theme</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Tab close button is now hidden for inactive tabs and will only appear on hover. This creates more space for file names inside the tab.</li>\n<li>Improved how headings are displayed. Headings in Live Preview and Reading mode should now more closely match in appearance. Note this requires installer version 1.1.9 or above.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Spellcheck setting is now stored app-wide properly, instead of having some vaults overriding others.</li>\n<li>Live Preview: Markdown tables are now allowed to start immediately after headings without a blank line.</li>\n<li>Fixed bug where embedded PDFs and markdown files sometimes lose their scroll position.</li>\n<li>Fixed issue where the initial switch from edit mode to reading mode causes the scroll position to be lost.</li>\n<li>Fixed issue where reading mode scrolls unexpectedly when opening new tabs.</li>\n<li>Canvas: Allow opening external links in webviews.</li>\n<li>Mermaid: Fixed some color issues.</li>\n</ul>\n<h2>Developers</h2>\n<p>New CSS variables:</p>\n<ul>\n<li><code>--p-spacing</code>  defines the spacing between paragraphs (defaults to <code>1rem</code>).</li>\n<li><code>--heading-spacing</code> defines the spacing above a heading when it follows a paragraph (defaults to 2.5x paragraph spacing).</li>\n</ul>\n",
			"date_published": "2023-06-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-06-01-mobile-v1.4.6/",
			"url": "https://obsidian.md/changelog/2023-06-01-mobile-v1.4.6/",
			"title": "Obsidian 1.4.6 Mobile (Public)",
			"content_html": "<ul>\n<li>New app icon! Learn more <a href=\"https://obsidian.md/blog/new-obsidian-icon/\">on our blog</a>.</li>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://obsidian.md/changelog/2023-06-01-desktop-v1.3.5/\">Obsidian Desktop v1.3.5</a>.</li>\n<li>Fixed issues with zooming PDFs on iOS devices.</li>\n</ul>\n",
			"date_published": "2023-06-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-06-01-desktop-v1.3.5/",
			"url": "https://obsidian.md/changelog/2023-06-01-desktop-v1.3.5/",
			"title": "Obsidian 1.3.5 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>New app icon! Learn more <a href=\"https://obsidian.md/blog/new-obsidian-icon/\">on our blog</a>. Requires <a href=\"https://obsidian.md/download\">downloading the new installer</a>.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Pressing <kbd>Shift</kbd> <kbd>Enter</kbd> while the <code>[[</code> link suggest is showing will now skip the autocomplete and accept the current input as the full link.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Pressing <kbd>esc</kbd> while renaming a file will now properly cancel the rename instead of accepting the change.</li>\n<li>Fixed PDFs not loading in pop-out windows when the main window is minimized.</li>\n<li>Fixed issue where the <code>[[</code> link suggest would not always work if <code>]]</code> was not found on the current line.</li>\n</ul>\n",
			"date_published": "2023-06-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-24-desktop-v1.3.4/",
			"url": "https://obsidian.md/changelog/2023-05-24-desktop-v1.3.4/",
			"title": "Obsidian 1.3.4 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Reverted behavior change for links in pinned tabs. Clicking them will now open the link in another visible tab that is not pinned.</li>\n<li>Reverted behavior for &quot;Open to the right&quot; as well as the Ctrl/Cmd + Alt + Click modifier. A new tab group will now always be created for the new tab.</li>\n<li>When deleting a file, if the open tab containing that file has navigation history, the tab will no longer be closed. Instead it will show the most recent file from the history.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Prevent math from inserting links that execute JavaScript when clicked on.</li>\n<li>Prevent plugins from breaking the PDF viewer.</li>\n<li>Fixed lag issues from warnings generated by plugins misusing <code>renderMarkdown</code>.</li>\n</ul>\n",
			"date_published": "2023-05-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-23-mobile-v1.4.5/",
			"url": "https://obsidian.md/changelog/2023-05-23-mobile-v1.4.5/",
			"title": "Obsidian 1.4.5 Mobile (Public)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://forum.obsidian.md/t/obsidian-release-v1-3/60251\">Obsidian Desktop v1.3.3</a>. This includes the new PDF viewer.</li>\n<li>Live Preview: Reduce flickering and flashing when selecting text.</li>\n<li>Adding text to an existing file via Share menu will always append text to the end of the file.</li>\n<li>iOS: Fixed Canvas unable to drop images dragged from other apps.</li>\n<li>iPad: Fixed issue where cursor and scroll position are messed up after dismissing the keyboard via the virtual keyboard's &quot;close keyboard button.&quot;</li>\n<li>iPad: Fixed switching apps causes Obsidian to lose text focus.</li>\n</ul>\n",
			"date_published": "2023-05-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-23-desktop-v1.3.3/",
			"url": "https://obsidian.md/changelog/2023-05-23-desktop-v1.3.3/",
			"title": "Obsidian 1.3.3 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed &quot;split right&quot; command not always creating a new tab group.</li>\n<li>Bookmarks: Fixed bookmark group rename not working.</li>\n<li>PDF: Fixed PDF reload when other files are changed.</li>\n<li>Fixed clicking in documents with embeds, images, or raw HTML sometimes causes scroll jump.</li>\n</ul>\n",
			"date_published": "2023-05-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-19-desktop-v1.3.2/",
			"url": "https://obsidian.md/changelog/2023-05-19-desktop-v1.3.2/",
			"title": "Obsidian 1.3.2 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>YouTube and Twitter links can now be embedded within your notes using the Markdown image embed syntax (i.e. <code>![](https://www.youtube.com/...)</code>).</li>\n<li>Clicking on external links inside <code>&lt;iframe&gt;</code> now properly open them in the default browser.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Improved Live Preview rendering performance when moving the cursor.</li>\n<li>Quick switcher: Bookmarks no longer rank higher in the search results.</li>\n<li>PDF tabs will now automatically reload the PDF file when it is modified outside of Obsidian.</li>\n<li>New hotkeys for interacting with the File explorer:\n<ul>\n<li><code>F2</code> to start renaming the focused file.</li>\n<li><code>Space</code> to open the focused file.</li>\n<li>macOS: <code>Enter</code> to start renaming the focused file (to follow the OS convention).</li>\n<li>macOS: <code>Cmd + ArrowDown</code> to open the focused file.</li>\n</ul>\n</li>\n<li>Live Preview: Markdown tables now require a blank line before them in order to render. This makes the behavior consistent with reading mode and offers better interoperability with other Markdown apps.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Linux: fixed issues with middle-click triggering paste when it shouldn't.</li>\n<li>Renaming a file in the tab title bar now finishes the rename when using the <code>Enter</code> and <code>Tab</code> key.</li>\n<li>Long tables that exceed the view width will now show a scrollbar.</li>\n<li>Fixed missing first column when pasting a Markdown table.</li>\n<li>File Explorer: fixed &quot;Reveal file in navigation&quot; not always scrolling the file into view.</li>\n<li>Fixed <code>Alt + Click</code> in file explorer not setting the focused file properly.</li>\n<li>Fixed alignment of icons inside tree components.</li>\n<li>Search: Clicking filenames in the search results will now respect the &quot;Always focus new tabs&quot; preference.</li>\n<li>Frontmatter will now still be recognized if there are spaces after the ending <code>---</code>.</li>\n<li>Fixed file saving interrupted when closing or quitting. Now Obsidian will properly wait for the file to be saved before closing.</li>\n</ul>\n",
			"date_published": "2023-05-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-15-desktop-v1.3.1/",
			"url": "https://obsidian.md/changelog/2023-05-15-desktop-v1.3.1/",
			"title": "Obsidian 1.3.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>We've redesigned all the tree components (e.g. File Explorer, Outline view) to make the visual hierarchy more clear. This will likely impact any custom themes that you're using.</li>\n<li>PDF: Improved text selection.</li>\n<li>PDF: Added menu for embedded PDFs.</li>\n<li>New behavior for &quot;Open to the right&quot; as well as the Ctrl/Cmd + Alt + Click modifier. Instead of always creating a new tab group, if there is a tab group to the right of the current tab, it will open the link in that tab group.</li>\n<li>Outline: The outline view now supports keyboard navigation and preserves folded headings.</li>\n<li>Obsidian Sync: Improved how Sync handles changing the casing for folder names (e.g. &quot;some folder&quot; → &quot;Some Folder&quot;).</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Collapsing items in the file explorer will now look visually better (previously the fold indicator of child elements would also appear to collapse as well).</li>\n<li>Bookmarks: Fixed bookmark group not being populated in the <strong>Edit Bookmark</strong> modal.</li>\n<li>Bookmarks: Hover preview no longer immediately hides after opening.</li>\n<li>Bookmarks: Opening a bookmark with &quot;Always focus new tabs&quot; disabled will now still focus the newly created bookmark.</li>\n<li>Spellcheck is now enabled when renaming files from the file explorer or from the tab title bar.</li>\n<li>Backlinks: Fixed mod-clicking on backlinks not respecting the &quot;Always focus new tabs&quot; preference.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>App will no longer show errors when plugins don't provide a &quot;Component,&quot; to renderMarkdown, they will now just show a warning.</li>\n</ul>\n",
			"date_published": "2023-05-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-09-desktop-v1.3/",
			"url": "https://obsidian.md/changelog/2023-05-09-desktop-v1.3/",
			"title": "Obsidian 1.3.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>All new PDF viewer.</li>\n</ul>\n<img alt=\"pdf-viewer\" src=\"https://github.com/obsidianmd/obsidian-help/assets/693981/2187e955-3c4c-436e-a590-b0623cab65e7\" />\n<h2>Improvements</h2>\n<ul>\n<li>Clicking on links in a pinned tab will now open a new tab instead of reusing a random existing tab.</li>\n<li>Bookmarks: Added new &quot;Bookmark this block&quot; menu item when right-clicking on a block ID.</li>\n<li>Bookmarks: Bookmark view will now show an error state if the bookmarks.json file is malformed or corrupted.</li>\n<li>Spellcheck is now enabled by default in new vaults.</li>\n<li>Inline titles now have spellcheck enabled.</li>\n<li>When <strong>Auto convert HTML</strong> is enabled, HTML tables will now be converted to markdown tables on paste.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed slower performance of live preview when using popout windows on a secondary monitor.</li>\n<li>Fixed opening files from File Explorer not giving focus to the new tab if &quot;Always focus new tab&quot; is turned off.</li>\n<li>Fixed issue with multiple cursors having the incorrect selection color.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Updated PIXI.js to v7.2.4.</li>\n<li>Updated Turndown to 7.1.2.</li>\n<li>Updated Mathjax to v3.2.2.</li>\n</ul>\n",
			"date_published": "2023-05-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-03-desktop-v1.2.8/",
			"url": "https://obsidian.md/changelog/2023-05-03-desktop-v1.2.8/",
			"title": "Obsidian 1.2.8 Desktop (Early access)",
			"content_html": "<h2>Breaking changes</h2>\n<ul>\n<li>Removed support for <code>app://local</code> URLs. These were reported as a potential vulnerability when using iframes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>macOS: Text in the &quot;Look up&quot; menu item will now be trimmed to 40 characters.</li>\n<li>Bookmarks: New unnamed groups will now be called &quot;Untitled group&quot; instead of &quot;Untitled folder&quot;</li>\n<li>Bookmarks: Bookmark context menu items will now also refer to &quot;Bookmark groups&quot; instead of &quot;folders&quot; to avoid confusion.</li>\n<li>Bookmarks: Bookmark group must always have a title.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Fixed issue with <code>navigator.clipboard</code> API not working in popout windows.</li>\n<li>If you were relying on <code>app://local</code> for functionality within your plugin, you should use <code>vault.getResourcePath(file: TFile)</code> and <code>vault.adapter.getResourcePath(vaultPath: string)</code> as a replacement. These also works on mobile.</li>\n</ul>\n",
			"date_published": "2023-05-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-02-mobile-v1.4.4/",
			"url": "https://obsidian.md/changelog/2023-05-02-mobile-v1.4.4/",
			"title": "Obsidian 1.4.4 Mobile (Public)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes up to <a href=\"https://forum.obsidian.md/t/obsidian-release-v1-2-6-insider-build/58686\">Obsidian Desktop v1.2.6</a>.</li>\n<li>Added Bookmarks core plugin and removed Starred core plugin.</li>\n<li>Android: Fixed bug where Bluetooth keyboard could cause the app to restart.</li>\n<li>Android: Fixed bug preventing files from being dragged in the file explorer due to the context menu appearing.</li>\n</ul>\n",
			"date_published": "2023-05-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-05-02-desktop-v1.2.7/",
			"url": "https://obsidian.md/changelog/2023-05-02-desktop-v1.2.7/",
			"title": "Obsidian 1.2.7 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Added new command &quot;Create new note in current tab.&quot;</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Bookmarks: Better handling of bookmarks when syncing across devices. Should fix issues reported of bookmarks disappearing when using Obsidian Sync.</li>\n<li>Canvas: Fixed two-finger pinching when default wheel behavior is set to &quot;zoom.&quot;</li>\n<li>The &quot;rename&quot; modal will no longer report the rename as successful if the rename failed.</li>\n</ul>\n",
			"date_published": "2023-05-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-26-desktop-v1.2.6/",
			"url": "https://obsidian.md/changelog/2023-04-26-desktop-v1.2.6/",
			"title": "Obsidian 1.2.6 Desktop (Early access)",
			"content_html": "<p><strong>Important:</strong> Now that Bookmarks are available on mobile, the starred core plugin has officially been removed.</p>\n<h2>Improvements</h2>\n<ul>\n<li>The ribbon context menu will now show the ribbon icons next to each menu item to make it easier to identify which ribbon items are enabled/disabled.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Bookmarks: Fixed bookmarks view not saving what bookmark groups are collapsed.</li>\n<li>Bookmarks: Fixed the positioning of the bookmark view's &quot;no bookmarks&quot; message.</li>\n<li>macOS: &quot;Look up&quot; context menu item will now show a max of 40 characters.</li>\n<li>Android: Fixed bug where file explorer could not drag files due to the context menu appearing.</li>\n<li>Canvas: Fixed bug where pressing &quot;edit&quot; didn't always zoom in far enough to edit the file.</li>\n<li>Fixed bug where sometimes it was impossible to drag files into a similarly named folder.</li>\n</ul>\n",
			"date_published": "2023-04-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-25-publish/",
			"url": "https://obsidian.md/changelog/2023-04-25-publish/",
			"title": "Obsidian 2023.04.25 Publish (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Added <code>sitemap.xml</code></li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed issue with home pages sometimes returning a 404 error</li>\n</ul>\n",
			"date_published": "2023-04-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-20-desktop-v1.2.5/",
			"url": "https://obsidian.md/changelog/2023-04-20-desktop-v1.2.5/",
			"title": "Obsidian 1.2.5 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Publish: Added option to customize the navigation items in your Publish sidebar.</li>\n<li>Improved Live Preview rendering performance when scrolling quickly in longer Markdown files.</li>\n<li>Templates: If there is only one template in your templates folder, &quot;Insert template&quot; will no longer automatically insert the text. The behavior will now be consistent and a suggest will be shown.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>File Explorer: Fixed view not properly restoring the collapse state of folders when reopening Obsidian.</li>\n<li>Mermaid: improved colors for state diagram.</li>\n<li>Reading Mode: Pressing <code>Ctrl/Command+F</code> will now always refocus the search input even if it's already showing.</li>\n<li>Fixed &quot;Focus on tab group&quot; commands not working properly in pop-out windows.</li>\n<li>Templates: Fix <code>and</code> not resolving correctly within templates.</li>\n<li>Search: Operators such as <code>tag:</code> and <code>block:</code> will now work even if the operator is not lowercase (i.e. <code>TAG:</code>).</li>\n<li><code>Ctrl-M</code> will no longer minimize Obsidian on Windows.</li>\n<li>The vim Codemirror extension has been updated to include all the latest upstream fixes and patches.</li>\n</ul>\n",
			"date_published": "2023-04-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-18-publish/",
			"url": "https://obsidian.md/changelog/2023-04-18-publish/",
			"title": "Obsidian 2023.04.18 Publish (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Improved Lighthouse scores for performance, SEO, accessibility, and best practices — now at 100% or close to 100% when using default theme</li>\n<li>Improved support for Open Graph and Twitter metadata</li>\n<li>Added dynamic social sharing cards</li>\n<li>Added support for custom metadata using YAML fields <code>description</code>, <code>image</code>, and <code>permalink</code></li>\n<li>Markdown syntax is now trimmed from table of contents</li>\n<li>Switched to system fonts for faster loading</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Removed table of contents on 404 page</li>\n</ul>\n",
			"date_published": "2023-04-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-14-desktop-v1.2.3/",
			"url": "https://obsidian.md/changelog/2023-04-14-desktop-v1.2.3/",
			"title": "Obsidian 1.2.3 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Outline view: Markdown formatting is now stripped.</li>\n<li>Bookmarks now appear in the quick switcher.</li>\n<li>Bookmarks: The file context menu will now say &quot;Edit bookmark&quot; if the bookmark already exists.</li>\n<li>Bookmarks: Added new commands to bookmark headings and blocks under the cursor.</li>\n<li>Hotkeys: Clicking on a hotkey with a conflict will now filter the hotkey list to show all the commands matching with that hotkey.</li>\n<li>The command &quot;move current file to another folder&quot; now allows for creating new folders that don't exist.</li>\n<li>macOS: Added context menu item to show the macOS Lookup window for the selected text.</li>\n<li>Bookmarks: The Bookmarks view can now be closed from the tab context menu. Run the command &quot;Show bookmarks&quot; to reopen the view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li><code>Ctrl-M</code> will no longer minimize Obsidian on Windows.</li>\n<li>Added missing styling to Live Preview for bolded, italic text.</li>\n<li>Escaped characters (characters proceeded by <code>\\</code>) will no longer receive special styling.</li>\n<li>Bookmarks: Opening multiple bookmarks will no longer create empty tabs.</li>\n<li>Template: An notice will be shown when running &quot;Insert template&quot; command and no templates file is set.</li>\n<li>Bookmarks: Items can now be dragged out of the bookmark view into tabs to open them.</li>\n<li>Bookmarks: File bookmarks can now be dropped into an editor to insert a link.</li>\n<li>Bookmarks: Links can now be dragged into the Bookmarks view to save them.</li>\n<li>Bookmarks: Headings from the Outline view can be dragged into the Bookmarks view to save them.</li>\n<li>Bookmarks: Added missing &quot;open to the right&quot; menu item in the bookmark context menu.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Bookmarks: Added the full bookmark path as a <code>data-path</code> attribute for custom styling.</li>\n</ul>\n",
			"date_published": "2023-04-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-04-04-desktop-v1.2.2/",
			"url": "https://obsidian.md/changelog/2023-04-04-desktop-v1.2.2/",
			"title": "Obsidian 1.2.2 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Bookmarks: Supports middle-click to open bookmarks in a new tab.</li>\n<li>Bookmarks: Hover preview now only shows the current heading for bookmarked headings.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug causing broken links to be created when renaming a file break when renaming files without display text.</li>\n<li>Hotkeys: Fixed bug causing custom hotkeys to not be displayed even when they match the current filter selection.</li>\n<li>Bookmarks: Fixed drag and drop sometimes dropping items in the wrong position.</li>\n<li>Bookmarks: Fixed dragging and dropping multiple items causing the item order to change.</li>\n<li>Bookmarks: Fixed bookmarks inside groups not showing their updated title on edit.</li>\n</ul>\n",
			"date_published": "2023-04-04T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-03-31-desktop-v1.2.1/",
			"url": "https://obsidian.md/changelog/2023-03-31-desktop-v1.2.1/",
			"title": "Obsidian 1.2.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Publish: The &quot;Manage included folders&quot; and &quot;Manage excluded folders&quot; options will now filter out already selected folders.</li>\n<li>Bookmarks: Updated drag and drop behavior to create a <em>bookmarked folder</em> when dragging a folder from the File Explorer to the Bookmarks view.</li>\n<li>Bookmarks: Added page preview support on hover.</li>\n<li>Editor: Renaming files will now rename the file alias if it matches the file name.</li>\n<li>App: Added &quot;Close others in tab group&quot; command to close all tabs in the tab group except the current one.</li>\n<li>App: Added &quot;Make copy of current file&quot; command.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>App: &quot;Export to PDF&quot; will now respect when a custom font is configured.</li>\n<li>Search: Sort order is now properly restored on workspace load.</li>\n<li>Tags: Fixed tags not being sorted when changing the sort option in the Tag view.</li>\n<li>Tags: Fixed tags not preserving their fold</li>\n<li>Hotkeys: Fixed hotkeys not always applying filter.</li>\n<li>Hotkeys: Can no longer set hotkeys to be <code>Shift</code> + A-Z.</li>\n<li>Hotkeys: Hotkeys that use <em>Space</em> will now be displayed correctly.</li>\n<li>Bookmarks: Fixed drag and drop behavior where items could be moved to the wrong position.</li>\n<li>Bookmarks: Drag and drop is now easier to drag items between two folders.</li>\n<li>Bookmarks: Improved migration from Starred so that stale files that no longer exist and mismatched Starred file titles won't be migrated over.</li>\n<li>Starred: Fixed view not being scrollable.</li>\n<li>Starred: Fixed items missing hover styling.</li>\n</ul>\n",
			"date_published": "2023-03-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-03-29-desktop-v1.2/",
			"url": "https://obsidian.md/changelog/2023-03-29-desktop-v1.2/",
			"title": "Obsidian 1.2 Desktop (Public)",
			"content_html": "<p>In this update, we revisited some of our older core plugins and provided more than just a fresh coat of paint. Most notably, the Starred plugin is going away in favor of its successor: Bookmarks.</p>\n<ul>\n<li><a href=\"https://obsidian.md/changelog/2023-03-29-desktop-v1.2/#bookmarks\">Bookmarks</a> — Meet the replacement to the Starred plugin.</li>\n<li><a href=\"https://obsidian.md/changelog/2023-03-29-desktop-v1.2/#search-ui-improvements\">Search UI improvements</a> — The global search UI has undergone a refresh.</li>\n<li><a href=\"https://obsidian.md/changelog/2023-03-29-desktop-v1.2/#hotkey-settings-improvements\">Hotkey settings improvements</a> — Filter your hotkeys by assigned, unassigned. Even search by hotkey.</li>\n<li><a href=\"https://obsidian.md/changelog/2023-03-29-desktop-v1.2/#misc-improvements\">Misc. improvements</a> — Improvements to the quick switcher as well as new commands for controlling tabs.</li>\n</ul>\n<h2>Bookmarks</h2>\n<p>The Starred core plugin is going away. Introducing: <strong>Bookmarks</strong>.</p>\n<p>Bookmark just about anything in Obsidian: files, folders, graphs, searches, headings, blocks. Organize your bookmarks in the much more robust <strong>Bookmark view</strong>. Reorder bookmarks with drag-and-drop. Create <em>Bookmark Groups</em> to organize your bookmarks into collapsible sections.</p>\n<h2>Search UI improvements</h2>\n<img alt=\"new-search-ui\" src=\"https://user-images.githubusercontent.com/693981/228591430-6583bd93-f289-4ebb-ad5e-471db25f808e.png\" />\n<p>We've reorganized the Search UI to make things more intuitive and make room for more options. Like being able to bookmark search queries right from here:</p>\n<img alt=\"bookmark-search-ui\" src=\"https://user-images.githubusercontent.com/693981/228591803-06d2bb79-8192-427b-8c6e-daaef08c84ec.png\" />\n<h2>Hotkey settings improvements</h2>\n<h3>New filtering options</h3>\n<img alt=\"hotkey-filtering-options\" src=\"https://user-images.githubusercontent.com/693981/228592343-74ad4f95-3efe-409e-8f3e-435b3741e334.png\" />\n<h3>Search by hotkey</h3>\n<img alt=\"search-by-hotkey-ui\" src=\"https://user-images.githubusercontent.com/693981/228592415-db073fdd-5140-4c99-bd2d-1e7b6d419a42.png\" />\n<h2>Misc. improvements</h2>\n<ul>\n<li>Added Editor setting to open new tabs in the background.</li>\n<li>Suggest modals now support &quot;page down&quot; and &quot;page up&quot; as well as &quot;home&quot; and &quot;end&quot;  keys for faster keyboard navigation.</li>\n<li>Links with folder paths will now automatically insert an alias to the base filename (e.g. <code>[[folder/file]]</code> will expand to <code>[[folder/file|file]]</code>)</li>\n<li>Added &quot;Close tab group&quot; command as well as option to close a tab group from the tab group dropdown menu.</li>\n</ul>\n<h2>Bug fixes</h2>\n<ul>\n<li>Canvas: Fixed query blocks not rendering in text cards.</li>\n<li>Export to PDF will now always export in &quot;light mode.&quot;</li>\n<li>Fixed slider tooltip overlapping with cursor.</li>\n<li>macOS: Fixed Export to PDF rendering the wrong font.</li>\n<li>Fixed folding arrows being misaligned on list items.</li>\n<li>macOS: double-clicking the sidebar close buttons in the window frame will no longer trigger the window getting fullscreened.</li>\n<li>Fixed &quot;Fold more&quot; command not folding the current line if the cursor is on top of a heading.</li>\n</ul>\n",
			"date_published": "2023-03-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-03-29-desktop-v1.2.0/",
			"url": "https://obsidian.md/changelog/2023-03-29-desktop-v1.2.0/",
			"title": "Obsidian 1.2.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added new Bookmarks core plugin. This core plugin will be the successor to the Starred core plugin. It offers additional functionality such as bookmarked graphs and bookmarked headings. As well as better organization via drag-and-drop and <em>Bookmark groups</em>.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Search: New UI for toggling search options.</li>\n<li>Hotkey settings: Added menu to filter hotkeys by assigned, unassigned. Added button to filter by hotkey.</li>\n<li>Added Editor setting to open new tabs in the background.</li>\n<li>Links with folder paths will now automatically insert an alias to the base filename (e.g. <code>[[folder/file]]</code> will expand to <code>[[folder/file|file]]</code>)</li>\n<li>Added &quot;Close tab group&quot; command.</li>\n<li>Suggest modals now support &quot;page down&quot; and &quot;page up&quot; as well as &quot;home&quot; and &quot;end&quot;  keys for faster keyboard navigation.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Canvas: Fixed query blocks not rendering in text cards.</li>\n<li>Export to PDF will now always export in &quot;light mode.&quot;</li>\n<li>Fixed slider tooltip overlapping with cursor.</li>\n<li>macOS: Fixed Export to PDF rendering the wrong font.</li>\n<li>Fixed folding arrows being misaligned on list items.</li>\n<li>macOS: double-clicking the sidebar close buttons in the window frame will no longer trigger the window getting fullscreened.</li>\n<li>Fixed &quot;Fold more&quot; command not folding the current line if the cursor is on top of a heading.</li>\n</ul>\n",
			"date_published": "2023-03-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-03-01-desktop-v1.1.16/",
			"url": "https://obsidian.md/changelog/2023-03-01-desktop-v1.1.16/",
			"title": "Obsidian 1.1.16 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>&quot;Zoom in&quot; and &quot;Zoom out&quot; commands now respect the same min and max zoom levels in <strong>Settings → Appearance</strong>.</li>\n<li>Canvas: fixed outline view and local graph view not updating to match the selected file card.</li>\n<li>Canvas: improved canvas performance when setting a large background image.</li>\n<li>Canvas: fixed images images inside embedded file cards not having the correct width.</li>\n<li>Canvas: fixed &quot;remove background image&quot; not properly saving.</li>\n<li>Fixed issue where native context menu does not appear in the correct location when window zoom is not 100%.</li>\n<li>Canvas: fixed issue with rendering invalid frontmatter section.</li>\n<li>Canvas: added message when trying to export an empty canvas.</li>\n</ul>\n",
			"date_published": "2023-03-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-02-27-publish/",
			"url": "https://obsidian.md/changelog/2023-02-27-publish/",
			"title": "Obsidian 2023.02.27 Publish (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>New Obsidian Publish default theme. Brings Publish up to par with the CSS theme and variables created for the Obsidian 1.0 desktop app. You can check it out by going to the <a href=\"https://help.obsidian.md/\">Help site</a>.</li>\n<li>See our guide on <a href=\"https://docs.obsidian.md/Themes/Obsidian+Publish+themes/Best+practices+for+Publish+themes\">Best practices for Publish themes</a></li>\n</ul>\n",
			"date_published": "2023-02-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-02-22-desktop-v1.1/",
			"url": "https://obsidian.md/changelog/2023-02-22-desktop-v1.1/",
			"title": "Obsidian 1.1.15 Desktop (Public)",
			"content_html": "<p>This update primarily focuses on Canvas improvements and overall bug fixes within the app.</p>\n<ul>\n<li><a href=\"https://obsidian.md/changelog/2023-02-22-desktop-v1.1/#canvas-improvements\">Canvas improvements</a> — Canvas settings, readonly mode, global search results, and more.</li>\n<li><a href=\"https://obsidian.md/changelog/2023-02-22-desktop-v1.1/#bugfixes\">Bugfixes</a> — fixes for Export to PDF, mermaid graph colors, and list numbering.</li>\n</ul>\n<h2>Canvas improvements</h2>\n<p>We've made a lot of improvements to Canvas since its initial release.</p>\n<h3>Arranging cards</h3>\n<p>Arranging cards on your canvas is now easier than ever. You can now resize multiple cards at once by dragging from the selection box. You can also <em>nudge</em> selected cards in any direction by pressing the arrow keys.</p>\n<p><img src=\"https://user-images.githubusercontent.com/693981/220686409-b09002a7-ba40-42df-a76e-79d513bd8526.gif\" alt=\"resize-multiple-cards\" /></p>\n<h3>Readonly mode</h3>\n<p>Once you have your cards arranged exactly how you like them, you can use the new <strong>readonly mode</strong> to lock your canvas content in place. While in readonly mode, a canvas and its contents cannot be modified.</p>\n<h3>Canvas settings</h3>\n<p>There is now a settings page for Canvas with the following configuration options:</p>\n<ul>\n<li>Default location for new canvas files.</li>\n<li>Use scroll wheel zoom instead of pan.</li>\n<li>Options to hide the card labels.</li>\n<li>Global setting for &quot;snap to grid&quot; and &quot;snap to objects.&quot;</li>\n<li>Configurable zoom threshold for when cards switch from showing their content to just showing the card title.</li>\n<li>Configurable behavior of <code>Ctrl/Command + Drag</code>.</li>\n</ul>\n<h3>Global search support</h3>\n<p>Content from text cards will now appear as search results in the global search view.</p>\n<h3>Background images for Canvas groups</h3>\n<p>Canvas groups can now have a background image associated with them. With a group selected, press the new &quot;set background&quot; button and choose an image from your vault.</p>\n<p>The image can be set to cover the entire group or be used as a repeating pattern.</p>\n<h3>Jump to group</h3>\n<p>The new &quot;Jump to group&quot; command allows you to search for groups in your open Canvas by name. Selecting a group will quickly pan the viewport to that group.\nSome other notable improvements to Canvas:</p>\n<h3>Narrow to block</h3>\n<p>Similarly to the &quot;Narrow to heading...&quot; feature, there is now a &quot;narrow to block&quot; menu item for file cards in the Canvas. Just right-click on a file card and choose &quot;Narrow to block...&quot; to see a list of all blocks in the given file. Selecting a block from the list will change the card to only display the contents of that block.</p>\n<h2>Bug fixes</h2>\n<ul>\n<li>Deleting a file now closes its tab if there are other tabs in the tab group.</li>\n<li>Obsidian Sync's settings page will now warn you if your vault is in Dropbox, iCloud, or OneDrive. Using multiple sync providers can lead to data conflicts.</li>\n<li>&quot;Follow link under cursor&quot; commands will now create a new canvas file if the linked canvas (i.e. <code>[[dashboard.canvas]]</code>) doesn't exist. Previously a Markdown file called <code>dashboard.canvas</code> would get created.</li>\n<li>Removed the redundant 🔗 icon from the tab header for linked tabs.</li>\n<li>Fixed LaTeX syntax highlighting.</li>\n<li>Fixed Mermaid gitgraph colors.</li>\n<li>Fixed bug where embeds and code blocks in Live Preview were not properly unloaded when switching files.</li>\n<li>Fixed context menu position when using &quot;Show context menu under cursor&quot; command while &quot;native menus&quot; is enabled.</li>\n<li>Fixed bug with &quot;fold less&quot; command not unfolding content on the selected line.</li>\n<li>File BOM will now automatically be stripped when Obsidian reads a file.</li>\n<li>When editing at the bottom of the window, the view will now scroll to have enough room to show the current line of text above the status bar.</li>\n<li>Fixed an issue where dragging tabs around the workspace sometimes causes an image in your clipboard to get pasted into the open editor.</li>\n<li>Color inputs now have a focus state when selected via the keyboard.</li>\n<li>Improved Mermaid text colors.</li>\n<li>The vim Codemirror extension has been updated to include all the latest upstream fixes and patches.</li>\n<li>Code blocks in Live Preview now show a copy icon if there is no language set.</li>\n</ul>\n",
			"date_published": "2023-02-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-02-22-desktop-v1.1.15/",
			"url": "https://obsidian.md/changelog/2023-02-22-desktop-v1.1.15/",
			"title": "Obsidian 1.1.15 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Canvas: Fixed canvas settings not showing previously saved new file path.</li>\n<li>Search: Fixed <code>file:</code> operator not working for canvas files.</li>\n<li>Fixed export to PDF not inheriting cssclass in frontmatter.</li>\n<li>Fixed export to PDF error out when downscaling too much.</li>\n<li>The &quot;excluded files&quot; selector no longer allows you to accidentally add an empty entry.</li>\n<li>Fixed some more color issues for mermaid graphs.</li>\n</ul>\n",
			"date_published": "2023-02-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-02-16-desktop-v1.1.14/",
			"url": "https://obsidian.md/changelog/2023-02-16-desktop-v1.1.14/",
			"title": "Obsidian 1.1.14 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed issue where searching with an operator (e.g. &quot;tag:&quot;) would cause all canvas files to show in search results.</li>\n<li>Canvas: Fixed selection box appearing behind a Canvas group's background image.</li>\n<li>Canvas: Fixed issue where clicking a link in a canvas would sometimes fail and cause an error message to be shown.</li>\n<li>Canvas: The placeholder image no longer flashes on screen when opening or closing a canvas file.</li>\n<li>Canvas: Fixed group background images not appearing if the file path contained parentheses.</li>\n<li>Canvas: Fixed issue where embedded web pages could access privacy-related APIs like microphone or send desktop notifications.</li>\n<li>Code blocks in Live Preview now show a copy icon if there is no language set.</li>\n<li>macOS: Fixed issue where scrollbars would sometimes appear when using &quot;print to PDF.&quot;</li>\n<li>macOS: &quot;Print to PDF&quot; will now use <strong>Inter</strong> by default to fix the issue where copying and pasting text in the generated PDF would appear reversed.</li>\n<li>Fixed an issue where dragging tabs around the workspace sometimes causes an image in your clipboard to get pasted into the open editor.</li>\n<li>Color inputs now have a focus state when selected via the keyboard.</li>\n<li>Improved Mermaid text colors.</li>\n<li>The vim Codemirror extension has been updated to include all the latest upstream fixes and patches.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The Lucide icon library has been upgrade to v0.114.0 meaning there are new icons available to be used.</li>\n</ul>\n",
			"date_published": "2023-02-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-02-13-desktop-v1.1.13/",
			"url": "https://obsidian.md/changelog/2023-02-13-desktop-v1.1.13/",
			"title": "Obsidian 1.1.13 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Canvas: Content from text cards will now appear as results in global searches.</li>\n<li>Canvas: Added support for resizing multiple cards at once.</li>\n<li>Canvas: Added &quot;Readonly&quot; mode for canvases. While in readonly mode, a canvas and its contents cannot be modified.</li>\n<li>Canvas: Groups can now have a background image.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Canvas: Added support for YouTube timestamped links.</li>\n<li>Canvas: Added &quot;convert to file&quot; command to the command palette.</li>\n<li>Canvas: Added new setting to specify the default canvas file location.</li>\n<li>Added a short delay before showing tooltips in the app.</li>\n<li>Canvas: Cards can be resized regardless of zoom level.</li>\n<li>Canvas: Alignment menu is now shown when a group is selected.</li>\n<li>Canvas: recent files and recent attachments are now kept track of separately, so the attachments modal should be filled with more useful options.</li>\n<li>Canvas: improved the behavior of macOS &quot;Smart zoom.&quot; Now double tapping the trackpad will always zoom to the node under the cursor.</li>\n<li>When editing at the bottom of the window, the view will now scroll to have enough room to show the current line of text above the status bar.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug where linking to blocks would autocomplete the full file path even when “shortest path when possible” is set.</li>\n<li>Fixed bug where linking to a heading in the current file would sometimes insert the full path.</li>\n<li>Markdown lists will now properly be renumbered when pressing <code>Enter</code> twice to escape a sublist.</li>\n<li>Canvas: Fixed bug where opening a card in its on tab would not scroll to the correct block or heading.</li>\n<li>Canvas: slightly improved &quot;Export as image&quot; so that it waits for content to be loaded before capturing the image.</li>\n<li>Canvas: Fixed bug where dragging a note into canvas would not properly give focus to the canvas view.</li>\n<li>Canvas: Allow dragging multiple folders from the file explorer into a canvas.</li>\n<li>Obsidian Sync: Added a warning if you keep your vault in a folder that is managed by iCloud that Obsidian Sync and iCloud may conflict with one another.</li>\n<li>&quot;Follow link under cursor&quot; commands will now create a new canvas file if the linked canvas (i.e. <code>[[dashboard.canvas]]</code>) doesn't exist. Previously a Markdown file called <code>dashboard.canvas</code> would get created.</li>\n<li>Removed the redundant 🔗 icon from the tab header for linked tabs.</li>\n<li>Fixed LaTeX syntax highlighting.</li>\n<li>Fixed Mermaid gitgraph colors.</li>\n<li>File explorer: ensure that leading and trailing spaces are always stripped when renaming a file.</li>\n<li>Fixed bug with &quot;fold less&quot; command not unfolding content on the selected line.</li>\n<li>File BOM will now automatically be stripped when Obsidian reads a file.</li>\n</ul>\n",
			"date_published": "2023-02-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-01-12-desktop-v1.1.12/",
			"url": "https://obsidian.md/changelog/2023-01-12-desktop-v1.1.12/",
			"title": "Obsidian 1.1.12 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug where linking to heading would insert the full file path even when &quot;shortest path when possible&quot; is set.</li>\n</ul>\n",
			"date_published": "2023-01-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-01-10-mobile-v1.4.2/",
			"url": "https://obsidian.md/changelog/2023-01-10-mobile-v1.4.2/",
			"title": "Obsidian 1.4.2 Mobile (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Introducing <strong>Canvas</strong>. You can now lay your notes out in an infinite, spatial canvas.</li>\n</ul>\n<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v1.1.10. This includes support for <strong>Obsidian Canvas</strong>!</li>\n<li>There is now a new Vault picker in the left sidebar. Tap on the vault name to show a list of your Obsidian vaults for faster switching. Tap &quot;Manage vaults...&quot; to open the vault setup screen.</li>\n<li>Phone only: The ribbon menu in the bottom navigation bar is now configurable. In the Appearance settings, you can now manage the order of the ribbon items as well as specify a &quot;quick access&quot; ribbon item.</li>\n<li>iOS: fixed <code>Command-W</code> closing the entire app instead of closing the current tab.</li>\n<li>iOS: fixed issue where numbered lists were being rendered as bullets.</li>\n</ul>\n",
			"date_published": "2023-01-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-01-10-desktop-v1.1.11/",
			"url": "https://obsidian.md/changelog/2023-01-10-desktop-v1.1.11/",
			"title": "Obsidian 1.1.11 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Canvas: fixed bug where arrow keys would move cards when editor was focused.</li>\n<li>Canvas: fixed bug where card position was not properly saved after moving a card via arrow keys.</li>\n</ul>\n",
			"date_published": "2023-01-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2023-01-10-desktop-v1.1.10/",
			"url": "https://obsidian.md/changelog/2023-01-10-desktop-v1.1.10/",
			"title": "Obsidian 1.1.10 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Deleting a file now closes its tab if there are other tabs in the tab group.</li>\n<li>Obsidian Sync's settings page will now warn you if your vault is in Dropbox, iCloud, or OneDrive. Using multiple sync providers can lead to data conflicts.</li>\n<li>Canvas: Added new &quot;Narrow to block...&quot; menu option. This works the same way as &quot;Narrow to heading&quot; but offers finer grained narrowing options.</li>\n<li>Canvas: New &quot;Jump to group&quot; command allows quickly jumping to a group by name.</li>\n<li>Canvas: You can now nudge selected cards with the arrow keys. Use <code>Shift</code> to move the cards at a greater multiple.</li>\n<li>Canvas: Added a new Canvas settings tab for configuring Canvas preferences for your entire vault. The currently available settings include:\n<ul>\n<li>Use scroll wheel zoom instead of pan</li>\n<li>Options to hide the card labels</li>\n<li>Global setting for &quot;snap to grid&quot; and &quot;snap to objects&quot;</li>\n<li>Configurable zoom threshold for when cards switch from showing their content to just showing the card title</li>\n<li>Configurable behavior of <code>Ctrl/Command + Drag</code></li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug where embeds and code blocks in Live Preview were not properly unloaded when switching files.</li>\n<li>Fixed bug where large images were not properly scaled in the hover preview popups.</li>\n<li>Canvas: Headings are always visible in narrowed cards regardless of &quot;Show inline titles&quot; preference.</li>\n<li>Fixed context menu position when using &quot;Show context menu under cursor&quot; command while &quot;native menus&quot; is enabled.</li>\n<li>Fixed Markdown tags with underscore not displaying correctly in Live Preview.</li>\n<li>Fixed indented images not rendering properly indented.</li>\n<li>Canvas: Fixed nodes not always loading cards on their correct layers.</li>\n<li>Canvas: Fixed linux middle click.</li>\n<li>Canvas: Fixed bug where dragging cloned nodes were not properly snapping to objects.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Fixed <code>Menu.showAtPosition</code> not working when user has enabled &quot;native menus.&quot;</li>\n<li>Fixed processFrontMatter passing null when frontmatter section is empty, fixed not working with CRLF line endings.</li>\n</ul>\n",
			"date_published": "2023-01-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-23-desktop-v1.1.9/",
			"url": "https://obsidian.md/changelog/2022-12-23-desktop-v1.1.9/",
			"title": "Obsidian 1.1.9 Desktop (Public)",
			"content_html": "<p>The installer has been updated to use Electron v21 (requires downloading <a href=\"https://obsidian.md/\">the latest installer</a>).</p>\n<h2>No longer broken</h2>\n<ul>\n<li>The page preview popover no longer shows file names twice.</li>\n<li>Canvas: Fixed &quot;reload page&quot; menu item not working consistently.</li>\n<li>File recovery now supports canvas files.</li>\n<li>Prevent <code>obsidian://new</code> URIs from creating folders outside of the vault.</li>\n<li>Prevent external websites embedded in canvas and plugins from opening URI links.</li>\n</ul>\n",
			"date_published": "2022-12-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-20-desktop-v1.1.8/",
			"url": "https://obsidian.md/changelog/2022-12-20-desktop-v1.1.8/",
			"title": "Obsidian 1.1.8 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Canvas: YouTube embeds are now shown at 16:9 instead of square.</li>\n<li>Canvas: Added a &quot;privacy&quot; toggle to the export modal. This will allow you to share the canvas while masking all the text on the cards.</li>\n<li>Canvas: Added a command to export your canvas as an image.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Canvas: Auto-resizing file cards now works more reliably.</li>\n<li>Canvas: Fixed bug where pressing undo (<code>Ctrl/Cmd + Z</code>) would undo the file rename in addition to undoing an action on the Canvas.</li>\n<li>Canvas: Fixed issue where creating a new text card does not always zoom in to edit automatically.</li>\n<li>Canvas: Fixed crash when opening a modal while an iframe was focused.</li>\n</ul>\n",
			"date_published": "2022-12-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-19-desktop-v1.1.7/",
			"url": "https://obsidian.md/changelog/2022-12-19-desktop-v1.1.7/",
			"title": "Obsidian 1.1.7 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Canvas: Added new alignment options to justify content horizontally or vertically.</li>\n<li>Canvas: the drag handles has been removed from connection lines. Now you can drag from anywhere on the line to move it.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Canvas: fixed extra spacing being added to the top of cards.</li>\n<li>Fixed duplicate titles appearing for embedded notes (i.e. <code>![[some note]]</code>).</li>\n<li>Fixed hotkeys acting inconsistently across pop-out windows when a modal was visible.</li>\n<li>Canvas: fixed group label getting truncated while editing.</li>\n<li>Canvas: fixed bug where the file title would stay selected after updating the title. This caused some unexpected behavior when pressing undo (<code>Ctrl/Cmd + Z</code>) or paste (<code>Ctrl/Cmd + V</code>).</li>\n</ul>\n",
			"date_published": "2022-12-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-16-desktop-v1.1.6/",
			"url": "https://obsidian.md/changelog/2022-12-16-desktop-v1.1.6/",
			"title": "Obsidian 1.1.6 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Canvas: Inline titles now render in file cards when enabled.</li>\n<li>Canvas: Replaced the &quot;Copy screenshot&quot; canvas menu item with a new &quot;export as image&quot; menu option. This will allow you to export either the current viewport or a full high resolution PNG of your canvas.</li>\n<li>Canvas: Embedded canvases now show the connection lines in addition to the card boxes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Renaming a file will no longer cause the current scroll position to be lost.</li>\n<li>Canvas: File-specific options have been removed file card's context menu if the card is narrowed to a specific heading.</li>\n<li>Canvas: Dragging a nested group will no longer try to snap to itself. This was causing some jittering.</li>\n<li>Canvas: fixed &quot;Replace&quot; command not working in canvas file cards.</li>\n<li>Canvas: Fixed an issue where following links from the canvas would prevent editor-specific hotkeys from firing.</li>\n<li>Canvas: Fixed loading a website in a pop-out window causes Obsidian to crash on boot.</li>\n</ul>\n",
			"date_published": "2022-12-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-14-desktop-v1.1.5/",
			"url": "https://obsidian.md/changelog/2022-12-14-desktop-v1.1.5/",
			"title": "Obsidian 1.1.5 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Embedded canvases now render a diagram of the underlying canvas. This works for canvases embedded within Markdown files (i.e. <code>![[daily_notes.canvas]]</code>) or embedded on another canvas.</li>\n<li>Canvas: Add new options to distribute vertically/horizontally, stack vertically/horizontally, and auto-organize cards into grid.</li>\n<li>Canvas: The Find/replace menu (<code>Ctrl/Cmd+F</code>) now works inside cards embedded in the canvas.</li>\n<li>Canvas: Web pages now has a menu to open in the browser, you can also <code>Ctrl/Cmd</code>-click the card label.</li>\n<li>Canvas: Slight performance improvements when interacting with larger canvases.</li>\n<li>Canvas: Added &quot;Go to source&quot; and &quot;Go to target&quot; menu items on the connection context menu to quickly jump to nodes.</li>\n<li>Canvas: <code>Ctrl/Cmd</code> + Drag now shows a menu to quickly add a card or create a group where your selection is.</li>\n<li>Canvas: Images, websites, videos, and audio will now always render instead of becoming a grey box when zoomed out.</li>\n<li>Sync: When merging during a sync conflict, the original local version is now stored in File Recovery (if enabled).</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug preventing hotkeys from being set if there is no default hotkey.</li>\n<li>Canvas: Links and embeds inside text cards will now properly get updated when the target files are renamed.</li>\n<li>Canvas: Fixed duplicating groups not copying their children cards.</li>\n<li>Canvas: Fixed bug where opening a new canvas in a hidden tab would occasionally go blank and crash.</li>\n<li>Canvas: Fixed bug causing some websites to crash when moving a canvas view to a popout window.</li>\n<li>Canvas: Fixed issue where websites could not be interacted with in a popout window.</li>\n<li>Canvas: PDFs should be slightly less blurry.</li>\n<li>Canvas: Fixed bug where cards are unable to resize when an adjacent card is touching.</li>\n</ul>\n",
			"date_published": "2022-12-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-12-desktop-v1.1.4/",
			"url": "https://obsidian.md/changelog/2022-12-12-desktop-v1.1.4/",
			"title": "Obsidian 1.1.4 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Canvas: Added &quot;Groups&quot; to canvas. Groups can be thought of as placemats for your cards. They always render below cards and dragging the group label will move all notes in the group at once. To create a group, select multiple cards then right-click and choose 'Create group.'</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Canvas: Improved performance when interacting with large canvases.</li>\n<li>Canvas: On Windows and Linux, you now hold <code>Ctrl</code> to duplicate the selection instead of <code>Alt</code>. On macOS, this is still <code>Option+Drag</code>.</li>\n<li>Canvas: Added right-click and drag to pan around the viewport.</li>\n<li>Canvas: Added 'copy screenshot' menu item.</li>\n<li>Canvas: Added 'reset zoom' button.</li>\n<li>Canvas: Double-clicking the bottom of a card now auto expands it to the size of the contents.</li>\n<li>Canvas: The canvas will always zoom to fit on open.</li>\n<li>Canvas: PDFs and iframes that have been interacted with will stay loaded even when zoomed out.</li>\n<li>Canvas: text cards now have dynamic padding so they shouldn't appear with scrollbars on small sizes.</li>\n<li>Canvas: Web pages now have a label with the site title.</li>\n<li>Canvas: Right-clicking on web pages now gives the option to copy the URL or reload the page.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Canvas: The connection menu will exclude embeds.</li>\n<li>Canvas: Fixed issue where deleted cards and connections would sometimes reappear and be un-selectable.</li>\n<li>Adding a hotkey to a default hotkey no longer results in the default hotkey being removed.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Canvas files are now multi-line formatted when saved. This should make the diffs more human-readable when stored in version control.</li>\n</ul>\n",
			"date_published": "2022-12-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-09-desktop-v1.1.3/",
			"url": "https://obsidian.md/changelog/2022-12-09-desktop-v1.1.3/",
			"title": "Obsidian 1.1.3 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Live Preview has been tweaked to avoid flashes of &quot;unstyled&quot; content while scrolling through larger documents.</li>\n<li>Canvas: We have updated how colors work inside of Canvas. The six colors in the color palette are now themeable. There is a new 7th slot with a color picker.</li>\n<li>Canvas: Added a new menu item to paste in a web URL. Right clicking on an existing web page in Canvas now shows an option to change the URL.</li>\n<li>Canvas: YouTube links will now automatically get inserted as Youtube's embed version.</li>\n<li>Canvas: There's a new 'help' button to view all the currently hotkeys available for Canvas.</li>\n<li>Canvas: Dragging a connection line from a file card now shows a menu with all outgoing links to quickly add them as connections.</li>\n<li>Canvas: Added a new 'Narrow...' menu option to file cards. This will narrow the card contents to only the selected heading.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The frontmatter YAML will now always be hidden in reading mode. The &quot;Show frontmatter&quot; toggle now toggles the metadata section.</li>\n<li>macOS: Fixed bug in Canvas where cards would drag when ctrl-clicking.</li>\n<li>Fixed issue when using multiple cursors where an extra cursor would appear in the top right.</li>\n<li>.canvas files now show in the editor link suggest.</li>\n<li>Linux: middle-clicking on the canvas will no longer trigger 'paste.'</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Added a notice when opening a Canvas that fails to parse.</li>\n</ul>\n",
			"date_published": "2022-12-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-08-desktop-v1.1.2/",
			"url": "https://obsidian.md/changelog/2022-12-08-desktop-v1.1.2/",
			"title": "Obsidian 1.1.2 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Canvas: fixed bug where text nodes don't always save their content.</li>\n</ul>\n",
			"date_published": "2022-12-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-08-desktop-v1.1.1/",
			"url": "https://obsidian.md/changelog/2022-12-08-desktop-v1.1.1/",
			"title": "Obsidian 1.1.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Canvas: 'delete' has been renamed to 'remove' to avoid confusion.</li>\n<li>Canvas: cards can now be dragged by the filename label.</li>\n<li>Canvas: <code>Ctrl/Command</code>-clicking on a filename label will open that file in a new tab.</li>\n<li>Other plugin views should now properly respond to selecting a card in the Canvas. This includes the Outline pane, the Backlinks pane, etc.</li>\n<li>Templates core plugin properly inserts into the canvas editor.</li>\n<li>The viewport will now pan while dragging nodes close to the edge of the screen.</li>\n<li>Pressing <code>Shift-enter</code> inside the file select modal in canvas will now create a file based on your current input (same as the quick switcher behavior).</li>\n<li>Improved appearance of file name modal when using &quot;Convert to file...&quot; Canvas action.</li>\n<li>Increased the max zoom distance in Canvas.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Sync: canvas files will now sync between devices (oops!)</li>\n<li>Canvas: fixed bug causing editor to occasionally lose track of inserted text and cursor position when typing quickly.</li>\n<li>Canvas: connections cannot be drawn from a card back to itself.</li>\n<li>Canvas: fixed issue where shift-clicking on a card would cause the editor to appear in an unfocused card.</li>\n<li>Canvas: fixed text suggest menu not closing when clicking outside of a card.</li>\n<li>Canvas: Fixed dragging links from cards into their own cards.</li>\n<li>Canvas: Fixed dragging links from the embedded canvas editor.</li>\n<li>File explorer: added back missing 'Open in new window' command to the context menu.</li>\n</ul>\n<h2>Developers</h2>\n<p><em>See v1.1.1 in the <a href=\"https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md#v111-2022-12-8--insider-build\">Developer CHANGELOG</a></em>.</p>\n",
			"date_published": "2022-12-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-12-05-desktop-v1.1.0/",
			"url": "https://obsidian.md/changelog/2022-12-05-desktop-v1.1.0/",
			"title": "Obsidian 1.1.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Introducing the <strong>Canvas</strong> core plugin. You can now lay your notes out in an infinite, spatial canvas.</li>\n</ul>\n<img alt=\"canvas-promo\" src=\"https://user-images.githubusercontent.com/693981/205718501-d9fe405b-6684-41c8-a3b3-eb5da73777d2.png\" />\n<h2>Improvements</h2>\n<ul>\n<li>Ribbon items can now be rearranged (drag &amp; drop) or hidden (right click on the ribbon for options). Configuration is also available in Settings (<strong>Appearance → <em>Ribbon menu</em></strong>). Note: if you are using an existing plugin to manage the ribbon, this might interfere.</li>\n<li>Plugins can now be sorted by &quot;Recently updated.&quot;</li>\n<li>Added theme version information to the debug modal.</li>\n<li>Added &quot;Close window&quot; command (<code>Ctrl/Command + Shift + W</code>).</li>\n<li>Pressing <code>Shift + Enter</code> in the editor Find Dialog will find the previous instance.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Linux: fixed middle-click to paste.</li>\n<li>'Split' commands will now focus the newly created tab group.</li>\n<li>Fixed issue where File explorer would not always select the right items when using shift-clicking.</li>\n<li>Popout windows will now open with the same zoom level as the main window</li>\n<li>Fixed <code>Home</code> behavior in task lists.</li>\n<li>Moving folders to the Obsidian trash (<code>.trash</code>) will no longer add a trailing <code>.</code></li>\n<li>Fix ordered lists showing as bullets.</li>\n<li>Plugin gallery will no longer cache the results if there's no internet connection.</li>\n<li>macOS: fixed issue with spell check replacing the wrong word on the same line.</li>\n<li>Improved styling of text when the accent color is lighter than a certain threshold.</li>\n<li>Fixed &quot;Fold more&quot; and &quot;Fold less&quot; commands not working properly on list items.</li>\n<li>The File explorer will no longer capture arrow key events when modifier keys are used. This was breaking hotkeys such as <code>Ctrl + Shift + →</code>.</li>\n<li>Fixed issue with folds in Reading mode getting unfolded when creating a new tab.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>We have added a <a href=\"https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md\">Developer CHANGELOG</a> to our API repo. Moving forward, we will keep developer-facing changes catalogued here.</li>\n<li>Added new metadata APIs</li>\n<li>Added macOS calendar entitlements</li>\n<li>Added support for <code>fundingUrl</code> in the plugin manifest. The donation URL will be shown in the plugin gallery entry.</li>\n</ul>\n",
			"date_published": "2022-12-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-26-mobile-v1.4.1/",
			"url": "https://obsidian.md/changelog/2022-10-26-mobile-v1.4.1/",
			"title": "Obsidian 1.4.1 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v1.0.</li>\n<li>Ongoing UI overhaul with an emphasis on making the app more responsive and mobile-friendly.</li>\n<li>Phone-only: New bottom navigation bar includes forward/back arrows, tab menu, and quick access to your ribbon items.</li>\n<li>Phone-only: The left ribbon bar has been removed from the left sidebar. It is now accessible as a menu in the navigation bar. Tap to activate your most recent action. Tap and hold to see a list of all ribbon items.</li>\n<li>Tabs can now be used on both tablets and phones. On phones, tabs can be accessed with the button on the navigation bar.</li>\n<li>Phone-only: Added haptic feedback for the context menu and pull-down menu.</li>\n<li>Tablet-only: Some interface elements like menus and popups will now use the desktop version since there's sufficient space on tablets.</li>\n<li>Long-press links in Live Preview to show context menu.</li>\n</ul>\n",
			"date_published": "2022-10-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-26-desktop-v1.0.3/",
			"url": "https://obsidian.md/changelog/2022-10-26-desktop-v1.0.3/",
			"title": "Obsidian 1.0.3 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed vim mode <code>gj</code> on the last line jumps up.</li>\n<li>Fixed numbered lists in unordered lists not rendering the number.</li>\n<li>Fixed long lines in sub-bullets adds jumping padding.</li>\n<li>Fixed some rendering issues with translucency.</li>\n<li>Fixed artifacts in tabs on Linux.</li>\n<li>Removed Github fallback CDN which is no longer in operation.</li>\n</ul>\n",
			"date_published": "2022-10-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-20-desktop-v1.0.2/",
			"url": "https://obsidian.md/changelog/2022-10-20-desktop-v1.0.2/",
			"title": "Obsidian 1.0.2 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Linux: fixed bug causing Obsidian to not boot.</li>\n</ul>\n",
			"date_published": "2022-10-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-20-desktop-v1.0.1/",
			"url": "https://obsidian.md/changelog/2022-10-20-desktop-v1.0.1/",
			"title": "Obsidian 1.0.1 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>macOS: Double-clicking the tab bar now maximizes the window in frameless mode.</li>\n<li>Linux: &quot;Adapt to system theme&quot; now works properly.</li>\n<li>The keyboard shortcut for rectangular selection has changed. Now alt-click will add multiple cursors while alt-shift-drag will create a rectangular selection.</li>\n<li>Theme dropdown properly refreshes when changing the theme in settings.</li>\n<li>Update buttons properly refresh after updating the plugin via the plugin modal.</li>\n<li>Removed duplicate drag element that appeared when dragging tabs.</li>\n<li>Fixed checkboxes not being selectable in Live Preview.</li>\n<li>Fixed selections from multiple cursors not appearing.</li>\n<li>Fixed bug where the wrong file could get renamed if you switch files mid-rename.</li>\n<li>Vim: Fixed <code>gj</code> and <code>gk</code> not working.</li>\n<li>Fixed empty lists getting collapsed in reading mode.</li>\n<li>macOS: spellcheck now properly replaces word even when no text is selected.</li>\n<li>The root folder in the File Explorer is no longer collapsible via the keyboard.</li>\n<li>Editor commands no longer trigger if the inline title is focused.</li>\n<li>Fixed alt-clicking multiple selections not behaving correctly.</li>\n<li>Fixed opening vaults via <code>obsidian://vault</code> not properly marking other vaults as closed.</li>\n<li><code>webm</code> embeds are now properly recognized as video instead of audio.</li>\n<li>Fixed long suggestion titles not wrapping properly.</li>\n<li>Added missing search icon to graph view.</li>\n<li>Unique note creator: app no longer freezes when attempting to generate an invalid format.</li>\n<li>Graph View: dragging a node is now canceled when you start panning the canvas.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Clicking on gutter elements now properly fires click events.</li>\n</ul>\n",
			"date_published": "2022-10-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-19-mobile-v1.4.0/",
			"url": "https://obsidian.md/changelog/2022-10-19-mobile-v1.4.0/",
			"title": "Obsidian 1.4.0 Mobile (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Misc. visual improvements for settings.</li>\n<li>Larger font sizes and better contrast for sidebar items.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Mobile drawers can no longer be pinned on mobile.</li>\n<li>iOS: fixed issue where app would freeze when clicking backlinks.</li>\n<li>Tablet: The toggle button for the left sidebar is now visible again.</li>\n<li>iOS: fixed bug preventing cursor from selecting links in Live Preview.</li>\n<li>Fixed &quot;Edit link&quot; context menu item not selecting text.</li>\n</ul>\n",
			"date_published": "2022-10-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/",
			"url": "https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/",
			"title": "Obsidian 1.0.0 Desktop (Public)",
			"content_html": "<h2>Before you dive in</h2>\n<p>We've made some big changes both visually and under the hood for this release. If you rely on any third party plugins or themes, we highly encourage you to <strong>check for updates</strong> <em>before</em> delving into Obsidian 1.0.</p>\n<ul>\n<li><strong>Settings → Appearance → <em>Check for Updates</em></strong>.</li>\n<li><strong>Settings → Community plugins → <em>Check for Updates</em></strong>.</li>\n</ul>\n<p>This update includes significant changes to the look and feel of Obsidian. Some of the highlights include:</p>\n<ul>\n<li><a href=\"https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/#tabs\">Tabs</a> – The workspace now supports tabs. To accommodate tabs, we've made a lot of tweaks to Obsidian behaviors.</li>\n<li><a href=\"https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/#tab-stacks\">Tab stacks</a> – an alternative way to view your tabs, reminiscent of <a href=\"https://notes.andymatuschak.org/\">Andy Matuschak's website</a>.</li>\n<li><a href=\"https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/#new-appearance-settings\">New appearance settings</a> – Obsidian has gone through an extensive redesign process to make the interface more robust, accessible, and easier to tinker with.</li>\n<li><a href=\"https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/#additional-improvements\">Tons of other misc. improvements</a> – New 'fold' commands, an overhauled Theme Gallery, and bug fixes galore!</li>\n</ul>\n<p>Make sure to take a look at the <a href=\"https://obsidian.md/changelog/2022-10-13-desktop-v1.0.0/#faq\">FAQ section</a> which should address some common points of confusion as you adapt to the new Obsidian.</p>\n<h2>Tabs</h2>\n<p>With this update, we have embraced <strong>tabs</strong> throughout the UI. We've found that tabs provide a more intuitive experience for both browsing and editing notes in your vault.</p>\n<p>Tabs have had us rethinking some of the most basic interactions with Obsidian. We have taken this opportunity to consolidate the hotkeys for opening files. Combine these modifier keys when clicking on any link in Obsidian (this includes the quick switcher!) or use them with <kbd>Enter to navigate the link under the cursor.</kbd></p>\n<table>\n<thead>\n<tr>\n<th>Action</th>\n<th>MacOS</th>\n<th>Windows/Linux</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Navigate</strong></td>\n<td><em>None</em></td>\n<td><em>None</em></td>\n</tr>\n<tr>\n<td><strong>New Tab</strong></td>\n<td><kbd>⌘</kbd> (+ <kbd>Shift</kbd> in Source Mode)</td>\n<td><kbd>Ctrl</kbd> (+ <kbd>Shift</kbd> in Source Mode)</td>\n</tr>\n<tr>\n<td><strong>New Tab Group</strong></td>\n<td><kbd>⌘</kbd><kbd>⌥</kbd></td>\n<td><kbd>Ctrl</kbd><kbd>Alt</kbd></td>\n</tr>\n<tr>\n<td><strong>New Window</strong></td>\n<td><kbd>⌘</kbd><kbd>⌥</kbd><kbd>Shift</kbd></td>\n<td><kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>Shift</kbd></td>\n</tr>\n</tbody>\n</table>\n<p>Tabs have also inspired some changes to how users browse their vaults. It felt only natural that we also introduce <strong>per-tab history</strong>. Each tab now maintains its own history for navigation.</p>\n<p><img src=\"https://user-images.githubusercontent.com/693981/191052493-8109f1a1-411c-4b61-b435-788d0cac3231.png\" alt=\"per-tab history\" /></p>\n<h2>Tab stacks</h2>\n<p>You can now switch any tab group in your workspace into a <em>tab stack</em>. Tab stacks provide an alternative way to view your tabs, reminiscent of Andy's Mode.</p>\n<p><img src=\"https://user-images.githubusercontent.com/693981/188205363-0f24b2a5-3706-4a8c-b38b-7a66baa68ce6.gif\" alt=\"tab-stacks\" /></p>\n<p><em>Tab stacks</em> are, at their heart, the same as a tab group. Try mixing and matching with a tab group on one side and a tab stack on the other.</p>\n<h2>New appearance settings</h2>\n<p>We've introduced quite a few new settings at <strong>Settings → Appearance</strong>.</p>\n<table>\n<thead>\n<tr>\n<th>Setting</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Show inline title</strong></td>\n<td>Notes now display the full note title inline with the note contents as an <em>Inline Title</em>. You can disable this in settings</td>\n</tr>\n<tr>\n<td><strong>Show tab title bar</strong></td>\n<td>Show or hide the title bar at the top of very tab.</td>\n</tr>\n<tr>\n<td><strong>Window frame style</strong></td>\n<td>By default, the UI is now in <em>Frameless</em> mode. The window title is hidden. In settings, you can choose between the new frameless mode, the custom Obsidian frame (old default), and using the native OS window frame.</td>\n</tr>\n<tr>\n<td><strong>Accent color</strong></td>\n<td>There's now an &quot;accent color&quot; color-picker to give your vault its own unique style. Theme support may vary.</td>\n</tr>\n<tr>\n<td><strong>Zoom level</strong></td>\n<td>Controls the overall zoom level of the app.</td>\n</tr>\n<tr>\n<td><strong>Native menus</strong></td>\n<td>Menus will be rendered to match the context menus provided by the operating system. Enabled by default on MacOS.</td>\n</tr>\n</tbody>\n</table>\n<h2>Additional improvements</h2>\n<ul>\n<li>The Theme Gallery has gotten a major overhaul. Themes now support versioning just like plugins. Note: Themes that are not compatible with 1.0 have been marked as &quot;legacy&quot; and cannot be installed until they get updated.</li>\n<li>Added &quot;collapse all&quot; button to file explorer and tag view.</li>\n<li>Added &quot;Fold more&quot; and &quot;Fold less&quot; commands for folding lines under the cursor.</li>\n<li>Added &quot;Change theme&quot; command for quickly switching between themes.</li>\n<li>Auto-generated links to headings now keep more punctuation characters for better contexts.</li>\n<li>Added &quot;Find &amp; Replace,&quot; Export PDF, Share, and text formatting items to macOS app menu.</li>\n<li>Added <code>Shift + Up/Down</code> hotkeys to expand search results while a search item is focused.</li>\n<li>Renamed &quot;Split vertically&quot; and &quot;Split horizontally&quot; to &quot;Split right&quot; and &quot;Split down&quot; to avoid ambiguity.</li>\n<li>Pressing <code>Home</code> will now move the cursor to the beginning of a list item.</li>\n<li>Obsidian Sync: The history view has a toggle to choose between seeing the version of a file at a point in time or seeing the diff.</li>\n<li>Release notes will now automatically show after Obsidian updates.</li>\n<li>Improved community theme/plugin README.md relative images, added support for videos.</li>\n<li>Renamed &quot;active file&quot; to &quot;current file&quot; in several commands for better consistency.</li>\n<li>Improved the overall appearance of the app when &quot;translucent window&quot; is enabled.</li>\n<li>Soft-wrapping of lines should now better avoid misaligned indents.</li>\n<li>Added an option to Export to PDF to show the name of the note at the beginning of the document.</li>\n<li>Publish: &quot;new&quot; and &quot;unchanged&quot; sections are now collapsed by default.</li>\n<li>Fixed bug with search results containing &quot;path:&quot; sometimes showing duplicate text.</li>\n<li>Fixed multi-line embedded queries not working.</li>\n<li>Fix memory leak with loading native system fonts.</li>\n<li>Fixed crash when file explorer is missing a sort order.</li>\n<li><code>Ctrl/Cmd+W</code> can now close the vault switcher and help window.</li>\n<li>File explorer keyboard navigation properly ignores hidden files.</li>\n<li>Clicking to edit Live Preview widgets (e.g. tables or callouts) will now scroll the view to the beginning of the widget.</li>\n<li>Word count now works for any text file that can be opened, not just <code>md</code> files.</li>\n<li>macOS: &quot;obsidian&quot; will now be capitalized in the App menu.</li>\n<li>macOS: commands will no longer refer to Finder as &quot;System Explorer.&quot;</li>\n<li>macOS: right-clicking on top of the cursor will no longer cause the word under the cursor to be selected.</li>\n<li>Added <code>show-theme</code> action to the Obsidian URI. It will open the given theme in the Community theme gallery. For example: <a href=\"obsidian://show-theme?name=Minimal\">obsidian://show-theme?name=Minimal</a></li>\n</ul>\n<h2>For Developers</h2>\n<ul>\n<li>Workspace information is no longer saved to the <code>.obsidian/workspace</code> file. It is now saved to <code>workspace.json</code>.</li>\n<li>Added standard color picker component.</li>\n<li>Added <code>has-active-menu</code> class to file explorer item that received the right-click.</li>\n<li>Added <code>list-bullet</code> class to HTML markup for unordered list items.</li>\n<li>Theme developers: we have published <a href=\"https://forum.obsidian.md/t/0-16-0-theme-migration-guide/42537\">a guide for helping get your theme ready for 1.0</a>.</li>\n</ul>\n<h2>FAQ</h2>\n<p><strong>Q.</strong> Why am I seeing the title of my note duplicated at the top of my note?</p>\n<blockquote>\n<p>We now display the filename as an <strong>Inline Title</strong> to allow filenames to feel more attached to the note. If you already have the heading of your note matching the filename, you might notice some redundancy. You can disable this feature via <strong>Appearance → <em>Show inline title</em></strong>.</p>\n</blockquote>\n<p><strong>Q.</strong> Why does everything look so big/small?</p>\n<blockquote>\n<p>The new update has made some changes to make Obsidian feel more native to your operating system. To adjust the overall scale of the UI, you can configure the <strong>UI Zoom</strong> level in Settings at <strong>Appearance → Advanced → <em>Zoom level</em></strong>.</p>\n</blockquote>\n<p><strong>Q.</strong> How do I open notes side-by-side now?</p>\n<blockquote>\n<p>The behavior of <code>Cmd/Ctrl + Enter</code> and <code>Cmd/Ctrl + Click</code> have changed to opening links in a new tab. To open links in a new pane to the right, you can use <code>Cmd/Ctrl + Alt + Enter</code> or <code>Cmd/Ctrl + Alt + Click</code>.</p>\n</blockquote>\n<p><strong>Q.</strong> Why can't I toggle checkboxes with <kbd>Ctrl</kbd><kbd>Enter</kbd> (or <kbd>⌘</kbd><kbd>Enter</kbd> on MacOS) anymore?</p>\n<blockquote>\n<p>The default hotkey for &quot;Toggle checkbox status&quot; has been changed to <kbd>Ctrl</kbd><kbd>L</kbd> (or <kbd>⌘</kbd><kbd>L</kbd> on MacOS). <kbd>Ctrl</kbd><kbd>Enter</kbd> is now the default hotkey for opening links under the cursor in a new tab. You can change these hotkeys in settings.</p>\n</blockquote>\n",
			"date_published": "2022-10-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-06-desktop-v0.16.5/",
			"url": "https://obsidian.md/changelog/2022-10-06-desktop-v0.16.5/",
			"title": "Obsidian 0.16.5 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed lag when switching tabs on larger files.</li>\n<li>Fixed not being able to scroll within plugin details page.</li>\n</ul>\n",
			"date_published": "2022-10-06T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-10-03-desktop-v0.16.4/",
			"url": "https://obsidian.md/changelog/2022-10-03-desktop-v0.16.4/",
			"title": "Obsidian 0.16.4 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>&quot;Save File&quot; command now works with all text files, not just Markdown files.</li>\n<li>Fixed styling of nested block quotes in live preview.</li>\n<li>Fixed scroll getting reset when rearranging tabs.</li>\n<li>Fixed bug where inline document backlinks would sometimes render with a long scrollbar.</li>\n<li>Live Preview: Fixed bare emails not showing as links when appearing the middle of a line.</li>\n<li>Mermaid: improved rendering.</li>\n</ul>\n",
			"date_published": "2022-10-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-09-29-desktop-v0.16.0/",
			"url": "https://obsidian.md/changelog/2022-09-29-desktop-v0.16.0/",
			"title": "Obsidian 0.16.0 Desktop (Early access)",
			"content_html": "<h2>Note about custom themes</h2>\n<p>Major changes have been made to Obsidian's styling. If you are using a custom theme, make sure you update the theme to the latest version. If you are still seeing visual anomalies, we recommend switching to the default theme for the time being.</p>\n<h2>Shiny new things</h2>\n<ul>\n<li>The workspace now supports <strong>Tabs</strong>. To accommodate tabs, we've made a lot of tweaks to Obsidian behaviors.</li>\n<li>Way more than a fresh coat of paint, Obsidian has gone through an extensive redesign process to make the interface more robust, accessible, and easier to tinker with. Internally, we've been calling this new look &quot;Dragonglass,&quot; and we'll be releasing a separate changelog to showcase all the changes that went into it.</li>\n<li>Notes now display the full note title inline with the note contents as an <strong>Inline Title</strong>. The view header is now disabled by default. You can add it back from <strong>Appearance → <em>Show view header</em></strong>.</li>\n<li>By default, the UI is now in <strong>Frameless</strong> mode. The window title is hidden. In settings, you can choose between the new frameless mode, the custom window frame (old default), and using the native OS window frame.</li>\n<li>There's now an &quot;accent color&quot; color-picker in the Appearance settings to give your vault it's own unique style. Theme support may vary.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>The Theme Gallery has gotten a major overhaul. Themes now support versioning just like plugins. Note: Themes that are not compatible with 0.16 have been marked as &quot;legacy&quot; and cannot be installed until they get updated.</li>\n<li>We have consolidated the hotkeys for opening new panes.\n<ul>\n<li><code>Ctrl/Cmd + Click</code> on a link will open it in a new tab</li>\n<li><code>Ctrl/Cmd + Alt + Click</code> will open links in a new pane to the right.</li>\n<li><code>Ctrl/Cmd + Alt + Shift + Click</code> will open links in a new window.</li>\n</ul>\n</li>\n<li>Auto-generated links to headings now keep more punctuation characters for better contexts.</li>\n<li>Added &quot;Native menus&quot; to show context menus natively for desktop only.</li>\n<li>Added &quot;collapse all&quot; button to file explorer and tag view.</li>\n<li>Added &quot;Change theme&quot; command for quickly switching between themes.</li>\n<li>Added &quot;Find &amp; Replace,&quot; Export PDF, Share, and text formatting items to macOS app menu.</li>\n<li>Added <code>Shift + Up/Down</code> hotkeys to expand search results while a search item is focused.</li>\n<li>Added &quot;Title bar style&quot; setting for switching between the custom app frame (default) and the OS-native app frame.</li>\n<li>Added &quot;Fold more&quot; and &quot;Fold less&quot; commands for folding lines under the cursor.</li>\n<li>Renamed &quot;Split vertically&quot; and &quot;Split horizontally&quot; to &quot;Split right&quot; and &quot;Split down&quot; to avoid ambiguity.</li>\n<li>Pressing <code>Home</code> will now move the cursor to the beginning of a list item.</li>\n<li>Obsidian Sync: The history view has a toggle to choose between seeing the version of a file at a point in time or seeing the diff.</li>\n<li>Added <code>show-theme</code> action to the Obsidian URI. It will open the given theme in the Community theme gallery. For example: <a href=\"obsidian://show-theme?name=Minimal\">obsidian://show-theme?name=Minimal</a></li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed bug with search results containing &quot;path:&quot; sometimes showing duplicate text.</li>\n<li>Fixed multi-line embedded queries not working.</li>\n<li>Fix memory leak with loading native system fonts.</li>\n<li>Fixed crash when file explorer is missing a sort order.</li>\n<li><code>Ctrl/Cmd+W</code> can now close the vault switcher and help window.</li>\n<li>File explorer keyboard navigation properly ignores hidden files.</li>\n<li>Clicking to edit Live Preview widgets (e.g. tables or callouts) will now scroll the view to the beginning of the widget.</li>\n<li>Word count now works for any text file that can be opened, not just <code>md</code> files.</li>\n<li>macOS: &quot;obsidian&quot; will now be capitalized in the App menu.</li>\n<li>macOS: commands will no longer refer to Finder as &quot;System Explorer.&quot;</li>\n<li>macOS: right-clicking on top of the cursor will no longer cause the word under the cursor to be selected.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Workspace information is no longer saved to the <code>.obsidian/workspace</code> file. It is now saved to <code>workspace.json</code>.</li>\n<li>Added standard color picker component.</li>\n<li>Added <code>has-active-menu</code> class to file explorer item that received the right-click.</li>\n<li>Added <code>list-bullet</code> class to HTML markup for unordered list items.</li>\n<li>Theme developers: we have published <a href=\"https://forum.obsidian.md/t/0-16-0-theme-migration-guide/42537\">a guide for helping get your theme ready for 0.16</a>.</li>\n</ul>\n<h2>FAQ</h2>\n<p><strong>Q.</strong> Why am I seeing the title of my note duplicated at the top of my note?</p>\n<blockquote>\n<p>We now display the filename as an <strong>Inline Title</strong> to allow filenames to feel more attached to the note. If you already have the heading of your note matching the filename, you might notice some redundancy. You can disable this feature  from <strong>Editor → Display → <em>Show inline title</em></strong>.</p>\n</blockquote>\n<p><strong>Q.</strong> Where did the view header with my current view status go?</p>\n<blockquote>\n<p>The view header is hidden by default. You can re-enable it in settings at <strong>Appearance → Advanced → <em>Show tab title bar</em></strong>.</p>\n</blockquote>\n<p><strong>Q.</strong> Why does everything look so big/small?</p>\n<blockquote>\n<p>The new update has made some changes to make Obsidian feel more native to your operating system. To adjust the overall scale of the UI, you can configure the <strong>UI Zoom</strong> level in Settings at <strong>Appearance → Advanced → <em>Zoom level</em></strong>.</p>\n</blockquote>\n<p><strong>Q.</strong> How do I open notes side-by-side now?</p>\n<blockquote>\n<p>The behavior of <code>Cmd/Ctrl + Enter</code> and <code>Cmd/Ctrl + Click</code> have changed to opening links in a new tab. To open links in a new pane to the right, you can use <code>Cmd/Ctrl + Alt + Enter</code> or <code>Cmd/Ctrl + Alt + Click</code>.</p>\n</blockquote>\n",
			"date_published": "2022-09-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-09-19-desktop-v0.16.3/",
			"url": "https://obsidian.md/changelog/2022-09-19-desktop-v0.16.3/",
			"title": "Obsidian 0.16.3 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Introducing <strong>per-tab history</strong>. Each tab now maintains its own history stack for navigation.</li>\n</ul>\n<p><img src=\"https://user-images.githubusercontent.com/693981/191052493-8109f1a1-411c-4b61-b435-788d0cac3231.png\" alt=\"per-tab history\" /></p>\n<p>A huge thank you to <code>@pjeby</code> for Pane Relief and for all his help with testing the new per-tab history!</p>\n<h2>Improvements</h2>\n<ul>\n<li>&quot;Show tab title bar&quot; is now enabled by default. The tab title bar now also includes forward/backward navigation arrows as well as the full file path.</li>\n<li>Soft-wrapping of lines should now better avoid misaligned indents.</li>\n<li>Sliding Panes plugin will now automatically be disabled on startup.</li>\n<li>Added an option to Export to PDF to show the name of the note at the beginning of the document.</li>\n<li>Improved sidebar collapse/expand animation.</li>\n<li>Publish: &quot;new&quot; and &quot;unchanged&quot; sections are now collapsed by default.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Legacy themes are no longer deleted when updating to 0.16 compatible themes. This should improve compatibility when syncing to a device that's not yet 0.16 compatible.</li>\n<li>Fixed pasting into inline titles inside pop-out windows.</li>\n<li>Fixed selecting text inside the Release Notes callouts.</li>\n<li>Pressing 'escape' will no longer cause the editor to lose focus.</li>\n<li>macOS: Command-ArrowLeft will now take you to the beginning of the current list item.</li>\n<li>macOS: Fixed &quot;Show context menu&quot; command not working with spelling corrections.</li>\n<li>Publish: fixed &quot;use live version&quot; not working with locally deleted files.</li>\n<li>Translucency is now disabled in fullscreen mode.</li>\n</ul>\n",
			"date_published": "2022-09-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-09-02-desktop-v0.16.2/",
			"url": "https://obsidian.md/changelog/2022-09-02-desktop-v0.16.2/",
			"title": "Obsidian 0.16.2 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<p><img src=\"https://user-images.githubusercontent.com/693981/188205363-0f24b2a5-3706-4a8c-b38b-7a66baa68ce6.gif\" alt=\"tab-stacks\" /></p>\n<ul>\n<li>Introducing <strong>Tab Stacks</strong>. You can now switch any tab group in your workspace into a <em>tab stack</em>. Tab stacks provide an alternative way to view your tabs, reminiscent of <a href=\"https://notes.andymatuschak.org/\">Andy Matuschak's website</a>.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Improved the overall appearance of the app when &quot;translucent window&quot; is enabled.</li>\n<li>The quick switcher will no longer attempt to reuse an existing tab when opening a file.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Windows: fixed not being able to drag the window when a modal is open.</li>\n<li>Fixed styling issues in the Release Notes view.</li>\n<li>Theme modal will now show legacy themes that you have installed locally.</li>\n<li>Fixed &quot;backlink in document&quot; buttons not working.</li>\n<li>Outline view will only scroll the associated tab instead of all tabs with the same file.</li>\n</ul>\n",
			"date_published": "2022-09-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-08-31-desktop-v0.16.1/",
			"url": "https://obsidian.md/changelog/2022-08-31-desktop-v0.16.1/",
			"title": "Obsidian 0.16.1 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>The setting <strong>Appearance → Show view header</strong> has been renamed to <strong>Appearance → <em>Show tab title bar</em></strong>.</li>\n<li>The setting <strong>Appearance → Title bar style</strong> has been renamed to <strong>Appearance → <em>Window frame style</em></strong>.</li>\n<li>Added &quot;UI zoom level&quot; slider to <strong>Settings → Appearance</strong>.</li>\n<li>Release notes will now automatically show after Obsidian updates.</li>\n<li>Improved community theme/plugin README.md relative images, added support for videos.</li>\n<li>Added default hotkey for opening link in new window (<code>Ctrl/Cmd+Alt+Shift+Enter</code>)</li>\n<li>Improved performance for installing/updating plugins.</li>\n<li>Reduced flashing when searching for plugins.</li>\n<li>Renamed &quot;active file&quot; to &quot;current file&quot; in several commands for better consistency.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed quick switcher's &quot;open to the right&quot; hotkey not working.</li>\n<li>Fixed &quot;Backlink in document&quot; not always updating.</li>\n<li>Fixed file explorer not always highlighting selected files.</li>\n<li>Tweaked sizing and positioning of title bar when zoomed in/out.</li>\n<li>Obsidian Sync will now avoid deleting old themes.</li>\n<li>Fixed misaligned logo in custom mode.</li>\n<li>Fixed status bar jitter when word count updates.</li>\n<li>macOS: Tweaked location of traffic lights when zoomed in/out.</li>\n</ul>\n",
			"date_published": "2022-08-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-26-desktop-v0.15.9/",
			"url": "https://obsidian.md/changelog/2022-07-26-desktop-v0.15.9/",
			"title": "Obsidian 0.15.9 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<p>Fixed copying and pasting using the context menu.</p>\n",
			"date_published": "2022-07-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-22-desktop-v0.15.8/",
			"url": "https://obsidian.md/changelog/2022-07-22-desktop-v0.15.8/",
			"title": "Obsidian 0.15.8 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Added support for .mov and .mkv files. Exact codec support may vary by platform.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed “Inter” not showing up in the font list. It will now appear at the top of the list for easy access.</li>\n<li>Graph view will now properly wait for fonts to load before rendering.</li>\n<li>Graph view groups can now be reordered by dragging and dropping again.</li>\n<li>Fixed Markdown embeds showing up with a large empty space in pop-out windows.</li>\n<li>Fixed editor search not showing up in pop-out windows.</li>\n<li>Pressing “Escape” will no longer unfocus a sidebar editor pane.</li>\n<li>The app will now fallback to a Github proxy when Github is inaccessible.</li>\n<li>Switching workspaces will now properly close all pop-out windows.</li>\n<li>Live Preview: Toggling checklist items in callout will no longer cause the callout to get collapsed.</li>\n</ul>\n",
			"date_published": "2022-07-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-18-desktop-v0.15.7/",
			"url": "https://obsidian.md/changelog/2022-07-18-desktop-v0.15.7/",
			"title": "Obsidian 0.15.7 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed &quot;Inter&quot; not showing up in the font list. It will now appear at the top of the list for easy access.</li>\n<li>Graph view will now properly wait for fonts to load before rendering.</li>\n<li>Graph view groups can now be reordered by dragging and dropping again.</li>\n<li>Fixed Markdown embeds showing up with a large empty space in pop-out windows.</li>\n<li>Fixed editor search not showing up in pop-out windows.</li>\n<li>Escape no longer unfocuses a sidebar editor pane.</li>\n<li>The app will now fallback to a Github proxy when Github is inaccessible.</li>\n<li>Switching workspaces will now properly close all pop-out windows.</li>\n</ul>\n",
			"date_published": "2022-07-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-12-mobile-v1.3.0/",
			"url": "https://obsidian.md/changelog/2022-07-12-mobile-v1.3.0/",
			"title": "Obsidian 1.3.0 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v0.15.6.</li>\n<li>Major update to the editor engine fixing several input related bugs.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>You can now choose user installed fonts.</li>\n</ul>\n",
			"date_published": "2022-07-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-12-desktop-v0.15.6/",
			"url": "https://obsidian.md/changelog/2022-07-12-desktop-v0.15.6/",
			"title": "Obsidian 0.15.6 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed checkboxes not working in Live Preview.</li>\n<li>When the app loading fails, there is now an option to reload app in Restricted Mode (with plugins disabled).</li>\n<li>Fixed page preview not scrolling to specific location properly when hovering search results.</li>\n<li>Fixed linked panes keeps stealing focus when navigated.</li>\n<li>Fixed LaTeX math not rendering in pop-out windows.</li>\n<li>Fixed &quot;Show File Explorer&quot; and other similar commands not focusing on the pane when activated.</li>\n</ul>\n",
			"date_published": "2022-07-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-08-desktop-v0.15.5/",
			"url": "https://obsidian.md/changelog/2022-07-08-desktop-v0.15.5/",
			"title": "Obsidian 0.15.5 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Renamed &quot;Open current pane to new window&quot; command to &quot;Move current pane to new window.&quot;</li>\n<li>There is now a separate &quot;Open current pane in new window&quot; command for opening a pop-out window without closing the current view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed reading mode in pop-out window not rendering when the main window is minimized.</li>\n<li>Fixed graph view in pop-out window not responding when main window is minimized.</li>\n<li>Fixed various suggestion items not rendering properly.</li>\n<li>x-callback-url now disallows <code>file:///</code> protocols.</li>\n<li>Fixed hover preview not working in graph view.</li>\n<li>Fixed &quot;focus on pane to left/right&quot; commands not working within pop-out windows.</li>\n<li>Fixed &quot;close all other panes&quot; command not working within pop-out windows.</li>\n<li>macOS: Fixed App Menu items not working when pop-out window was focused not working within pop-out windows.</li>\n<li>Fixed styling issues within the Open Vault window.</li>\n<li>Fixed issue where pressing 'escape' in the graph view would cause the view to lose focus.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>If a plugin view crashes when getting created, the view will properly get cleaned up.</li>\n<li><code>leaf.view</code> can now never be null.</li>\n</ul>\n",
			"date_published": "2022-07-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-07-05-desktop-v0.15.4/",
			"url": "https://obsidian.md/changelog/2022-07-05-desktop-v0.15.4/",
			"title": "Obsidian 0.15.4 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added &quot;Toggle always on top&quot; command to pin pop-out windows above all other windows on your desktop.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>The native scrollbar styling for macOS is back. This can still be overridden by themes.</li>\n<li>Views dragged out into their own pop-out will now preserve their previous pane size.</li>\n<li>Automatically refocuses the view in pop-out windows when cycling between windows.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed &quot;Open in new window&quot; not giving the new pane focus.</li>\n<li>Copying to clipboard now works in pop-out windows.</li>\n<li>Fixed issue where the File Explorer didn't always respect the &quot;default note location&quot; setting.</li>\n<li>Backlinks in document will no longer disappear in pop-out windows.</li>\n<li>The toggle sidebar commands should now work again.</li>\n<li>Pop-out windows will now remember their position and size when restoring from maximize, minimize, or fullscreen.</li>\n<li>Fixed table wrapping issues in Live Preview.</li>\n<li>Fixed checkbox in callouts misaligned when using RTL.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>We've made several improvements to the workspace API to improve plugin compatibility with v0.15.X. If you've been experiencing compatibility issues with your plugin (views opening in the wrong leaf, files opening without focus), we recommend testing against this version to see if the issues have been resolved.</li>\n<li>For plugin and theme developers: we've made changes to the <code>Suggest</code> component's DOM structure. If your plugin is attaching itself to core Suggest components or mimicking the Suggest component structure, it will likely be impacted.\n<ul>\n<li>The new DOM structure is:</li>\n</ul>\n<pre><code>- .suggestion-item\n\t- .suggestion-content\n\t\t- .suggestion-title\n\t\t- .suggestion-note (optional)\n\t- .suggestion-aux\n\t\t- .suggestion-hotkey (optional)\n\t\t- .suggestion-flair (optional)\n</code></pre>\n</li>\n<li>The behavior of <code>workspace.getActiveFile</code> has been updated to now return the file of the most recently active FileView. This change should improve compatibility for custom views now that sidebar views are focusable. If you were previously using <code>workspace.getMostRecentlyActiveFile</code> for v0.15.X compatibility, please switch back to <code>getActiveFile</code>.</li>\n<li>Note: Theme developers can avoid overriding the macOS native scrollbars by targeting <code>body:not(.native-scrollbars)</code> for any scrollbar styling.</li>\n</ul>\n",
			"date_published": "2022-07-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-06-17-desktop-v0.15.3/",
			"url": "https://obsidian.md/changelog/2022-06-17-desktop-v0.15.3/",
			"title": "Obsidian 0.15.3 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now drag and drop panes across multiple windows.</li>\n<li>You can now drag a pane outside of the app to create a new window.</li>\n<li>You can now right click on a file or a link to open it in a new window.</li>\n<li>You can now rearrange the order of tabs in the sidebar.</li>\n<li>Pop-out windows will now save and restore their position across app restarts.</li>\n<li>You can now right click on the Obsidian Sync status indicator to bring up a menu of shortcuts for pause/unpause, change settings, view the sync log, or view recently deleted files.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Menu items are now grouped by function to make them easier to use.</li>\n<li>The &quot;editor status&quot; core plugin has been moved to an editor setting. It will also now show an icon instead of text.</li>\n<li>Pressing <code>Escape</code> when not focused on a pane now focuses the last active editable pane.</li>\n<li>The application menu on macOS now shows the assigned hotkey for each menu item.</li>\n<li>Added a pin icon to pinned sidebar views.</li>\n<li>&quot;Focus on editor&quot; command is now called &quot;Focus on last note&quot; and will restore focus to the most recently focused note.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed several vim hotkeys that were broken due to the CodeMirror 6.0 update.</li>\n<li>In vim mode, characters that are composed with AltGr now work correctly in normal and visual mode.</li>\n<li>Fixed mermaid not rendering in pop-out windows.</li>\n<li>Fixed embeds render with large empty space in pop-out windows.</li>\n<li>Fixed link with pane not working across pop-out windows.</li>\n<li>Fixed styling issues with translucency.</li>\n<li>Fixed Obsidian Publish upload dialog unable to &quot;Use live version&quot; in deleted/non-existent notes.</li>\n<li>Fixed font selector not showing all fonts.</li>\n<li>F1-F12 keys can now be bound to commands without a modifier.</li>\n<li>Fixed long filenames overlapping with buttons in the window titlebar.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>New enhancements for DOM elements and UI events: This applies to all derivatives of <code>Node</code> (like <code>Element</code>, <code>HTMLElement</code>, etc) and all derivatives of <code>UIEvent</code> (like <code>MouseEvent</code>, <code>KeyboardEvent</code>, etc)\n<ul>\n<li>You can now easily access the element or event's owner document (<code>element.doc</code> or <code>event.doc</code>) and window (<code>element.win</code> or <code>event.win</code>).</li>\n<li>You can now use <code>element.instanceOf(HTMLElement)</code> or <code>event.instanceOf(MouseEvent)</code> to perform instanceof checks without having to worry about cross-window constructors.</li>\n<li><code>HTMLElement</code> now also has a <code>onWindowMigrated</code> hook that can be used to monitor when the element gets attached to different windows. This can be used to re-initialize views that depend on window globals.</li>\n</ul>\n</li>\n<li>There are now workspace events for <code>window-open</code> and <code>window-close</code>.</li>\n<li><code>MenuItem</code> now has a new method <code>setSection(string)</code>. Items from the same section will be grouped together, in the order they were defined or first used. The default section (empty string) will contain all legacy/plugin/unspecified menu items and is usually put into a specific spot of the sort order (for example, before the danger items). Inspect the DOM to see existing sections' <code>data-section</code>.</li>\n<li>We've removed the ability to create <code>MenuItem</code> directly - please use <code>Menu.addItem</code> instead.</li>\n<li>On <code>View</code>, we've deprecated the <code>onHeaderMenu</code> and <code>onMoreOptionsMenu</code> in favor of a single <code>onPaneMenu</code> function with a <code>source</code> parameter. This new method will be used for both the header menu (right clicking on a tab header in the sidebar) and the more options menu (three dot menu).</li>\n</ul>\n",
			"date_published": "2022-06-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-06-17-desktop-v0.15.2/",
			"url": "https://obsidian.md/changelog/2022-06-17-desktop-v0.15.2/",
			"title": "Obsidian 0.15.2 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Pressing <code>Esc</code> with a sidebar view focused will refocus your last note.</li>\n<li>Checkboxes within settings can now receive keyboard focus.</li>\n<li>Clicking on a view's options menu will now toggle it opened/closed.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Left and right arrow keys now work within the search input again.</li>\n<li>Opening a view in its own window will now give the view focus.</li>\n<li>Inline images are now properly rendered inline with text.</li>\n<li>Fixed switching panes doesn't update the window title.</li>\n<li>Fixed issue with file explorer causing high CPU usage when your vault has many unfolded files showing.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Added <code>mod-active</code> class to the tab headers when the view is active.</li>\n<li>Updated Mermaid to v9.1.2.</li>\n</ul>\n",
			"date_published": "2022-06-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-06-15-desktop-v0.15.1/",
			"url": "https://obsidian.md/changelog/2022-06-15-desktop-v0.15.1/",
			"title": "Obsidian 0.15.1 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The Tag pane can now be navigated with the keyboard.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>macOS-only: the title bar is now 2px taller.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Plugin views will no longer get replaced when clicking on a link (such as Calendar).</li>\n<li>Fixed files not being opened inside the currently active split.</li>\n<li>Graph view interactions now works within a popout window.</li>\n<li>The tag pane will show nested tags again.</li>\n<li>Native scrollbars have been temporarily reverted on macOS due to the white background issue on dark theme.</li>\n<li>&quot;About&quot; window on macOS will now show the Obsidian version correctly.</li>\n<li><code>Ctrl/Cmd</code>-clicking on the active file in the File Explorer will open it in a split instead of focusing the explorer.</li>\n<li>Popout windows are removed when switching workspaces.</li>\n<li>Vim mode: The ghost character (like <code>#</code>) that appears in an unfocused editor is now hidden.</li>\n<li>Navigating forward/backward in history will skip over some views such as File Explorer or backlinks.</li>\n</ul>\n<h2>Developer</h2>\n<ul>\n<li>To account for sidebar views being able to receive focus, we have deprecated several <code>Workspace</code> functions whose behavior conflicted with user expectations.</li>\n<li>Added <code>.is-focused</code> class to the window body of the currently focused window.</li>\n</ul>\n",
			"date_published": "2022-06-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-06-14-desktop-v0.15.0/",
			"url": "https://obsidian.md/changelog/2022-06-14-desktop-v0.15.0/",
			"title": "Obsidian 0.15.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>New &quot;Open in New Window&quot; command for opening views in a separate window.</li>\n<li>The app menu on macOS has been revamped to be more consistent with the OS.</li>\n<li>Added keyboard navigation to the File Explorer and Search views Arrow keys to move through items, <code>Enter</code> / <code>Shift+Enter</code> to select.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Sidebar panes can now receive focus. This change allows hotkeys to work in editors moved into the sidebar.</li>\n<li>The native scrollbar styling for macOS is now used throughout the app. This can still be overridden by themes.</li>\n<li>Will now use your system font by default on Windows and macOS. You can customize this in settings.</li>\n<li>Window title will now include the active file name.</li>\n<li>New users will now automatically start with Live Preview. Users currently using the legacy editor will be prompted about the legacy editor going away in a future release.</li>\n<li>Pressing enter inside a list item will now detect if the rest of the line is also a list item, and avoid generating duplicate bullet characters.</li>\n<li>Merged &quot;Account&quot; and &quot;About&quot; tabs in the settings</li>\n<li>Added &quot;check for updates&quot; button to theme.</li>\n<li>&quot;Safe mode&quot; has been renamed to &quot;Restricted mode&quot;.</li>\n<li>&quot;Open in default app&quot; is no longer a Core plugin and the functionality has been moved into core.</li>\n<li>Pressing <code>Escape</code> when there's a highlight in the editor (from search or navigation) causes the highlight to be removed, instead of requiring a mouse click.</li>\n<li>On macOS, <code>Ctrl+N/P</code> can now be used to navigate suggestion results similar to <code>Up/Down</code> arrow keys.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Plugin panes will now automatically unload and reload when plugins are disabled or enabled.</li>\n<li>Sidebar collapse/expand animation no longer causes editor panes to resize suddenly at the end.</li>\n</ul>\n<h2>Developer</h2>\n<ul>\n<li>CodeMirror 6 has been updated from v0.19 to v6.0. If your plugin uses cm6 extensions, please upgrade to v6.0 soon, and make sure you set your <code>minAppVersion</code> to 0.15.0.</li>\n<li>Upgraded MathJax to v3.2.1.</li>\n</ul>\n",
			"date_published": "2022-06-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-06-07-mobile-v1.2.2/",
			"url": "https://obsidian.md/changelog/2022-06-07-mobile-v1.2.2/",
			"title": "Obsidian 1.2.2 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v0.14.15.</li>\n<li>Fixed rename vault functionality gets stuck.</li>\n<li>You can now setup Obsidian Sync right from the starting screen.</li>\n</ul>\n<h2>Android</h2>\n<ul>\n<li>Fixed <code>stat</code> on directories gives <code>NaN</code>.</li>\n<li>Fixed pressing enter in global search causes focus to shift to the editor that's hidden behind.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>Fixed black bar at the bottom on iPad when using external keyboard.</li>\n</ul>\n",
			"date_published": "2022-06-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-27-desktop-v0.14.15/",
			"url": "https://obsidian.md/changelog/2022-05-27-desktop-v0.14.15/",
			"title": "Obsidian 0.14.15 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed typing with IME causes fold indicators to move around the note.</li>\n</ul>\n",
			"date_published": "2022-05-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-26-desktop-v0.14.14/",
			"url": "https://obsidian.md/changelog/2022-05-26-desktop-v0.14.14/",
			"title": "Obsidian 0.14.14 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed typing with IME sometimes causes the text to not get styled properly until another change is performed.</li>\n<li>Fixed rename block ID not renaming the ID itself when updating links.</li>\n<li>Fixed unnecessary underlines within single square brackets.</li>\n<li>Fixed Live Preview scrolling with scrollbar not re-rendering properly.</li>\n<li>Fixed File explorer not highlighting items properly when right clicking.</li>\n<li>Daily notes with templates are now created in a single step, instead of being created empty first and filled in after.</li>\n</ul>\n",
			"date_published": "2022-05-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-24-desktop-v0.14.13/",
			"url": "https://obsidian.md/changelog/2022-05-24-desktop-v0.14.13/",
			"title": "Obsidian 0.14.13 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now rename block IDs when right clicking on the block ID, which will update all the references to that block ID.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Errors and console logs from plugins will now indicate the plugin's name instead of showing <code>eval at anonymous</code>.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed note composer's merge note functionality not updating links after merging.</li>\n<li>Move line up/down/delete paragraph commands can now be repeated again by holding the hotkey.</li>\n<li>Fixed drag and drop not working on some plugins.</li>\n<li>Fixed strikethrough not working on links.</li>\n<li>Fixed identical custom code blocks in Live Preview not re-rendered when switching documents.</li>\n<li>Fixed open context menu command not opening in the correct location in legacy editor.</li>\n<li>Fixed note composer &quot;merge note&quot; not properly updating links after merging.</li>\n<li>Fixed IME broken when typing on a line before a heading that starts with a space character.</li>\n<li>Fixed identical custom code blocks in Live Preview goes stale when switching documents.</li>\n</ul>\n",
			"date_published": "2022-05-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-16-desktop-v0.14.12/",
			"url": "https://obsidian.md/changelog/2022-05-16-desktop-v0.14.12/",
			"title": "Obsidian 0.14.12 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed holding down keys in the editor not working.</li>\n<li>Fixed vim mode cursor not updating position when focus leaves the editor.</li>\n<li>Fixed height computation disrupted by some themes resetting the <code>contain</code> property.</li>\n</ul>\n",
			"date_published": "2022-05-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-16-desktop-v0.14.11/",
			"url": "https://obsidian.md/changelog/2022-05-16-desktop-v0.14.11/",
			"title": "Obsidian 0.14.11 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>You can now move or delete multiple selected items via the right-click context menu in the File Explorer.</li>\n<li>The backslash escape character will now be hidden when your cursor is not on the same line in Live Preview.</li>\n<li>When exiting in-document search, the last searched result will be selected automatically.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Hotkeys will no longer trigger multiple times when you hold down the hotkey.</li>\n<li>Links created by LaTeX or Mermaid will no longer accidentally navigate the app to an empty white page.</li>\n<li>Fixed vim mode has a blinking thin caret alongside the vim caret.</li>\n</ul>\n",
			"date_published": "2022-05-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-10-desktop-v0.14.10/",
			"url": "https://obsidian.md/changelog/2022-05-10-desktop-v0.14.10/",
			"title": "Obsidian 0.14.10 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now share your Obsidian Sync vaults with others.\n<ul>\n<li>Collaborators must have an Obsidian Sync subscription.</li>\n<li>Joining a Sync vault will not count towards the 5 vault limit for collaborators.</li>\n<li>To invite other users, go to Settings &gt; Sync &gt; Remote Vault &gt; Manage &gt; Manage sharing.</li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed <code>Tab</code> related navigation broken in modals.</li>\n<li>Fixed vault switcher sometimes only loads partially when offline.</li>\n<li>Fixed text selection highlight not working in code blocks with vim mode enabled.</li>\n<li>Fixed some multi-character glyphs not rendering correctly due to an older version of the &quot;Inter&quot; font.</li>\n<li>Fixed Obsidian Publish menu option for &quot;Open in live site&quot; not opening the correct URL.</li>\n<li>Fixed <code>jsp</code> code blocks causes the editor parsing to crash.</li>\n</ul>\n",
			"date_published": "2022-05-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-03-desktop-v0.14.9/",
			"url": "https://obsidian.md/changelog/2022-05-03-desktop-v0.14.9/",
			"title": "Obsidian 0.14.9 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed Obsidian Publish frontmatter <code>publish</code> flag not working.</li>\n</ul>\n",
			"date_published": "2022-05-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-05-03-desktop-v0.14.8/",
			"url": "https://obsidian.md/changelog/2022-05-03-desktop-v0.14.8/",
			"title": "Obsidian 0.14.8 Desktop (Early access)",
			"content_html": "<h2>Shiny new things for Obsidian Publish</h2>\n<ul>\n<li>\n<p>You can now collaborate on your site using their Obsidian account, so that multiple users can publish to the same site.</p>\n<ul>\n<li>This can be done in &quot;Site options&quot; &gt; &quot;Site collaboration&quot;</li>\n<li>All site members can publish pages to the site.</li>\n<li>Only the owner can change the configurations and manage members.</li>\n<li>Only the owner needs to pay for the site, collaborators can join for free.</li>\n<li>Note that collaborators should ensure they have synced the latest edition of the site before making changes.</li>\n</ul>\n</li>\n<li>\n<p>You can now configure a list of included and a list of excluded folders when publishing changes.</p>\n<ul>\n<li>If a page is matched to the inclusion list, then it will be automatically selected for publishing.</li>\n<li>If a page is matched to the exclusion list, it will be completely removed from the list of pages to publish.</li>\n<li>The frontmatter <code>publish:</code> flag will override this setting for individual notes.</li>\n<li>Exclusions take priority over inclusions.</li>\n</ul>\n</li>\n<li>\n<p>In the &quot;Publish changes&quot; dialog, you can now right click on each note for a list of options, such as...</p>\n<ul>\n<li>Open the page on the live site.</li>\n<li>Open the note locally.</li>\n<li>Compare your local version with the live version.</li>\n<li>Discard local changes and download the live version.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Sync diffs now render as unified diffs to conserve space.</li>\n<li>File recovery will now show diffs as well.</li>\n<li><code>opus</code> audio files are now recognized as a supported file type.</li>\n<li>Unlinked mentions for outgoing links now respects the exclusion filter.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed fonts sometimes not working with some themes and plugins using legacy css variables.</li>\n<li>Disabled <code>sec-ua-hint</code> to reduce issues with iframes.</li>\n<li>Fixed callout titles not working with strict line break turned on.</li>\n<li>Fixed selecting words in headings will invisibly also select to the beginning of the line.</li>\n<li>Fixed global graphs not showing unsupported attachments.</li>\n<li>Fixed &quot;show context menu under cursor&quot; not triggered correctly when app is zoomed.</li>\n<li>Fixed dragging and dropping files into the editor not showing the proper action verb text.</li>\n<li>Fixed callouts in Live Preview not showing unresolved links as faded.</li>\n<li>Fixed embeds within callouts in Live Preview not live updating and unable to click on checklists.</li>\n</ul>\n<h2>Developer</h2>\n<ul>\n<li>Fixed tab not working in modals.</li>\n<li><code>registerDomEvent</code> can now take an options object (for things like <code>{capture: true}</code>).</li>\n<li>Added <code>goWordLeft</code> and <code>goWordRight</code> editor commands.</li>\n</ul>\n",
			"date_published": "2022-05-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-04-25-desktop-v0.14.7/",
			"url": "https://obsidian.md/changelog/2022-04-25-desktop-v0.14.7/",
			"title": "Obsidian 0.14.7 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Unlinked mentions now also skip over ignored files.</li>\n<li>There is now an improved setup guide for Obsidian Sync from the vault selector window.</li>\n<li>You can see what's changed in each version in Obsidian Sync version history.</li>\n<li>Zoom level is now saved per vault.</li>\n<li>In addition to &quot;Dark&quot; and &quot;Light&quot;, you can also set your Obsidian theme to &quot;Adapt to system&quot;. Obsidian will auto-update the theme as your system setting changes. Shoutout to kepano for the &quot;System dark mode&quot; plugin!</li>\n<li>You can now enable a dark/light toggle for your Obsidian Publish site.</li>\n<li>You can now set theme to &quot;Adapt to system&quot; for your Obsidian Publish site, so that your site adapts to the reader's system settings.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed attachments on network drives not loading.</li>\n<li>Fixed link suggestion lag when long links to nonexistent files are present.</li>\n<li>Fixed vim mode <code>num + j</code> combos sometimes not working when screen is scrolled.</li>\n<li>Fix code blocks not rendered at the correct time in Live Preview.</li>\n</ul>\n<h2>Developer</h2>\n<ul>\n<li>Updated Lucide to v0.30.0.</li>\n</ul>\n",
			"date_published": "2022-04-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-04-11-mobile-v1.2.1/",
			"url": "https://obsidian.md/changelog/2022-04-11-mobile-v1.2.1/",
			"title": "Obsidian 1.2.1 Mobile (Early access)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v0.14.6.</li>\n<li>Tapping the three dot more options icon now brings up the menu related to this file, rather than the right sidebar. You can get to the right sidebar by long-holding this icon, or swiping from the right.</li>\n</ul>\n<h2>Android</h2>\n<ul>\n<li>Fixed tapping the file name when renaming a file in File Explorer causes the file menu to show up.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>Long-holding buttons that triggers an action (like the three dot menu) now triggers it after holding for 600ms instead of triggering it when the finger is released.</li>\n<li>Fixed app freezing when resuming from another app when using a large vault.</li>\n</ul>\n",
			"date_published": "2022-04-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-04-11-desktop-v0.14.6/",
			"url": "https://obsidian.md/changelog/2022-04-11-desktop-v0.14.6/",
			"title": "Obsidian 0.14.6 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now add folders to an ignore filter. Files matched by this filter will be down-ranked when using Quick Switcher and link suggestions, and will be excluded in search results and graph view.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Spellcheck corrections should now work better in text with styling applied such as headings, bold/italics, etc.</li>\n<li>Show context menu under cursor should now also display the spellcheck options.</li>\n<li>Obsidian Publish upload dialog now displays the total count of each section.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed backlinks linked mentions causes lag on large vaults.</li>\n<li>Exporting to PDF when using dark mode no longer causes unreadable code blocks.</li>\n<li>Dragging items and resizing panes should no longer get stuck when moving across <code>&lt;iframe&gt;</code> and <code>&lt;webview&gt;</code>.</li>\n<li>Dragging and dropping files from outside Obsidian should no longer cause its contents to be inserted before or after the link.</li>\n<li>Fixed soft-wrapping not working if line was folded when the note was opened.</li>\n</ul>\n",
			"date_published": "2022-04-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-04-01-desktop-v0.14.5/",
			"url": "https://obsidian.md/changelog/2022-04-01-desktop-v0.14.5/",
			"title": "Obsidian 0.14.5 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Updated installer to Electron 18.0.3 which fixes several bugs that were in Electron 17.\n<ul>\n<li>Fixed performance issues with resizing the app.</li>\n<li>Fixed window border issues on Windows.</li>\n<li>Fixed developer tools performance snapshot issues.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>When selecting text and converting into a fenced code block, newline characters are now automatically added.</li>\n<li>The insert callout command will now wrap any selected text into the callout body content instead of replacing it.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Reduced lag caused by big exclusion filters with Obsidian Sync.</li>\n<li>Fixed headings in lists causing indentation guides to misalign.</li>\n<li>Fixed monospaced font not applied.</li>\n</ul>\n",
			"date_published": "2022-04-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-31-desktop-v0.14.4/",
			"url": "https://obsidian.md/changelog/2022-03-31-desktop-v0.14.4/",
			"title": "Obsidian 0.14.4 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Font settings can now list all fonts installed in the system (requires installer update to v0.14.4).</li>\n<li>You can now assign multiple fonts to each font option, and the first available font will be used.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Obsidian Sync should now no longer create duplicate files when renaming a file while it is still syncing.</li>\n<li>Obsidian Sync now has a fully customizable sync folder exclusion system. This allows you to add exclusions to folders even if they don't exist locally.</li>\n<li>Auto-completing three backticks for code blocks now adds a newline automatically to avoid suddenly parsing the rest of the note as code.</li>\n<li>Toggle bold/italics will now smartly skip over the closing markers when at the end of the block, instead of adding more marker symbols.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed on Linux the app doesn't properly watch for changes in the config folder.</li>\n<li>Fixed headings in lists not properly styled in Live Preview.</li>\n<li>Fixed duplicate event handlers for embeds, callouts, and tables blocks in Live Preview.</li>\n<li>Fixed app crashes on startup for platforms that doesn't have a configured documents folder.</li>\n<li>Fixed x-callback-url not properly taking into account existing <code>?</code> query parameters.</li>\n<li>Fixed move file dialog lags in vaults with lots of folders.</li>\n<li>Fixed <code>&lt;webview&gt;</code> unable to open pages externally in the browser.</li>\n<li>Fixed downloading or updating plugins without css causes one to appear with the contents &quot;Not found&quot;.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>CSS variables related to fonts have been renamed.\n<ul>\n<li><code>--default-font</code> is now <code>--font-default</code> (but it will fallback to <code>--default-font</code>)</li>\n<li><code>--interface-font</code> is now <code>--font-interface</code>.</li>\n<li><code>--editor-font</code> is now <code>--font-text</code> and will cover both editing and reading.</li>\n</ul>\n</li>\n<li>There is now a <code>--font-interface-theme</code> and <code>--font-text-theme</code> dedicated for themes to set the fonts.</li>\n<li>Each theme and snippet is now put into its own <code>&lt;style&gt;</code> tag to avoid issues with imports not working.</li>\n<li><code>app</code> is now officially available as a global variable.</li>\n</ul>\n",
			"date_published": "2022-03-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-28-desktop-v0.14.3/",
			"url": "https://obsidian.md/changelog/2022-03-28-desktop-v0.14.3/",
			"title": "Obsidian 0.14.3 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now move, rename or locate your vaults directly from the vault switcher.</li>\n<li>There is now a new in-app help page with links to the online help docs, Discord, forum, as well as the sandbox vault.</li>\n<li>The local help vault has been replaced with a sandbox vault.</li>\n<li>You can now set the font for the interface and the editor directly under appearance settings. Note that some themes may override this font setting.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Improved Live Preview clicking experience for callouts and embeds.</li>\n<li>Improved <code>&lt;iframe&gt;</code> for some websites that disallows being iframed.</li>\n<li>There's now a command to open context menu for the current cursor location.</li>\n<li>Vim mode up/down now goes into rendered code blocks, embeds, callouts, or tables in Live Preview instead of skipping them.</li>\n<li>Pasting and dropping images or media files that are already located in the vault will now link to it directly instead of duplicating the file.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Chinese IME on Windows causes selection issues when using punctuation characters.</li>\n<li>Fixed multi-line block math in blockquotes not working in Live Preview.</li>\n<li>Fixed clicking on checkbox in callouts not working in Live Preview.</li>\n<li>Fixed unindent always keeps one extra space when use tabs is turned off.</li>\n<li>Fixed Quick Switcher not respecting relative path for creating new files.</li>\n<li>Fixed unable to select text within embeds in Live Preview.</li>\n<li>Fixed memory leak when closing local graph view.</li>\n<li>Fixed using the editor search or replace commands doesn't auto-fill selected text when search or replace is already open.</li>\n<li>Fixed issue where the currently focused pane would lose focus when trying to focus a pane that can't be focused.</li>\n<li>Fixed Audio Recorder's webm files can't be seeked and doesn't show total time.</li>\n<li>Fixed pasting images on macOS is inconsistent between Firefox, Chrome and Safari.</li>\n<li>Fixed folding not loading properly sometimes when using horizontal rules.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Callouts now has its metadata (the part in <code>![type|metadata]</code>) put into its html as <code>data-callout-metadata</code>.</li>\n<li><code>&lt;webview&gt;</code> tags are now allowed to be used to embed external content for plugins (Electron/desktop app only).</li>\n<li>Updated DOMPurify, Turndown, Mermaid, PIXI.js, and Prism.js.</li>\n<li>Obsidian URI's <code>new</code> action now has an optional <code>append</code> flag and an optional <code>overwrite</code> flag. If <code>append</code> is set, it will append to an existing file if one is found. If <code>override</code> is set, it will overwrite an existing file if one is found, but only if <code>append</code> isn't set.</li>\n<li>Obsidian URI's <code>new</code> and <code>hook-get-address</code> actions can now optionally accept <code>x-success</code> as part of the <code>x-callback-url</code> specifications, and will return a <code>name</code>, <code>url</code>, and <code>file</code> (<code>file://</code>) as the returned URL parameters.</li>\n<li><code>Menu</code> constructor no longer requires <code>App</code> to be passed in.</li>\n</ul>\n",
			"date_published": "2022-03-28T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-21-mobile-v1.1.1/",
			"url": "https://obsidian.md/changelog/2022-03-21-mobile-v1.1.1/",
			"title": "Obsidian 1.1.1 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v0.13.33.</li>\n<li>Fixed large PDFs not rendering.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>Fixed keyboard always dark in light mode.</li>\n<li>Fixed sometimes the toolbar icons renders above the toolbar.</li>\n<li>Fixed clicking on links while editing not working, allow tap and hold to edit a link.</li>\n</ul>\n<h2>Android</h2>\n<ul>\n<li>Fixed status bar always dark in light mode.</li>\n<li>Fixed remote resources from http links not working.</li>\n<li>Fixed file created/modified times being negative (shows up as year 1969) when using a 32-bit processor.</li>\n</ul>\n",
			"date_published": "2022-03-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-19-mobile-v1.2.0/",
			"url": "https://obsidian.md/changelog/2022-03-19-mobile-v1.2.0/",
			"title": "Obsidian 1.2.0 Mobile (Early access)",
			"content_html": "<h2>Core update</h2>\n<ul>\n<li>Includes all new functionality and bug fixes up to Obsidian Desktop v0.14.2.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>You can now share text, links, image, and other attachments directly to the Obsidian app.</li>\n</ul>\n",
			"date_published": "2022-03-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-17-desktop-v0.14.2/",
			"url": "https://obsidian.md/changelog/2022-03-17-desktop-v0.14.2/",
			"title": "Obsidian 0.14.2 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Starred files now support hover page preview.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed consecutive tables in Live Preview are rendered together.</li>\n<li>Fixed queries in callouts not working.</li>\n</ul>\n",
			"date_published": "2022-03-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-16-desktop-v0.14.1/",
			"url": "https://obsidian.md/changelog/2022-03-16-desktop-v0.14.1/",
			"title": "Obsidian 0.14.1 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Live Preview now supports basic Markdown tables previewing.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Improved indenting/unindenting lists in blockquotes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed embeds in collapsed callout blocks aren't rendered properly.</li>\n<li>Fixed embeds after a callout block not recognized in Live Preview.</li>\n<li>Fixed math block spanning the whole line breaks out of the callout block.</li>\n<li>Fixed callouts with a nested embed to its own file causes app to freeze.</li>\n<li>Fixed callouts looks ugly in exported PDF when app is in dark mode.</li>\n<li>Fixed folded callouts stay folded in exported PDF.</li>\n<li>Fixed callouts disappear in Live Preview sometimes if another identical callout is present later in the page.</li>\n<li>Fixed folding in Live Preview unfolds instantly if the text selection was placed in the folded block.</li>\n<li>Fixed hover page preview on Markdown links not working.</li>\n<li>Fixed copy code block button not showing in reading view.</li>\n</ul>\n",
			"date_published": "2022-03-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-14-desktop-v0.14.0/",
			"url": "https://obsidian.md/changelog/2022-03-14-desktop-v0.14.0/",
			"title": "Obsidian 0.14.0 Desktop (Early access)",
			"content_html": "<h2>Callouts</h2>\n<p>Obsidian Markdown now allows you to create callout blocks (sometimes called &quot;admonitions&quot;). Callouts are written as a blockquote, inspired by the &quot;alert&quot; syntax from Microsoft Docs.</p>\n<p>A big shoutout to <code>@javalent</code> from the community for creating and maintaining the Admonitions plugin, from whom we've gotten a ton of help and inspiration!</p>\n<p>For compatibility reasons, if you're also using the Admonitions plugin, you should update it to at least v8.0.0 to avoid problems with the new callout system.</p>\n<p>Callouts will also be supported natively on Obsidian Publish.</p>\n<p>See our documentation for more on <a href=\"https://help.obsidian.md/How+to/Use+callouts\">how to use callouts</a>.</p>\n<p>Example:</p>\n<pre><code class=\"language-markdown\">&gt; [!INFO]\n&gt; Here's a callout block.\n&gt; It supports **Markdown** and [[wikilinks]].\n</code></pre>\n<h2>Indentation guides</h2>\n<p>Indentation guides (sometimes known as relationship lines) are now available in Live Preview and Reading view.</p>\n<p>They can be turned off in editor settings.</p>\n<h2>Improvements</h2>\n<ul>\n<li>In Live Preview, fold icons will now only show up when hovering the same line as the fold indicator.</li>\n<li>In Live Preview, you can now hold <code>Ctrl/Cmd+Alt</code> when clicking on links to edit them.</li>\n<li>When right clicking links, there is now an option to open the link.</li>\n<li>When right clicking links to a file that doesn't exist yet, there is now an option to create the file.</li>\n<li>Improved <code>Enter</code> handling in blockquotes and lists.</li>\n<li>Improved Live Preview rendering when switching between different blocks of embed/rendered code.</li>\n<li>Tasks with checkmark characters other than <code>x</code> will now no longer have the strikethrough formatting applied.</li>\n<li>Improved editor spacing to better align with Reading view.</li>\n<li>When failing to save a file, Obsidian will attempt to save a copy in File Recovery.</li>\n<li>Prevent accidentally renaming files to start with <code>.</code> causing it to disappear.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed vaults on network drives don't load images properly.</li>\n<li>Fixed block IDs with uppercase letters couldn't be linked properly.</li>\n<li>Fixed scroll-sync between Live Preview and Reading view for large blocks and nested lists.</li>\n<li>Fixed cycle bullet list/checklist command not working well when the line is indented.</li>\n<li>Fixed Quick switcher sometimes opens the file in the wrong pane.</li>\n<li>Fixed navigating to headings, blocks, or search results sometimes requires two clicks to work in dual-pane mode.</li>\n<li>Fixed editor sometimes runs into an error while saving, but shows a notice about another file.</li>\n<li>Fixed Audio recorder always inserts audio link at the end of the file, rather than where the cursor is.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Plugin inline sourcemaps are now stripped for performance unless the debug startup time option is enabled.</li>\n<li>Fixed using <code>position: relative</code> on lists in reading mode causes scroll sync to be completely broken.</li>\n<li>Indentation guides in the editor are styled using the CSS class <code>cm-indent</code>, and will gain <code>cm-active-indent</code> for the indent closest to the selected line.</li>\n</ul>\n",
			"date_published": "2022-03-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-10-desktop-v0.13.33/",
			"url": "https://obsidian.md/changelog/2022-03-10-desktop-v0.13.33/",
			"title": "Obsidian 0.13.33 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed wrong release built in 0.13.32.</li>\n</ul>\n",
			"date_published": "2022-03-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-09-desktop-v0.13.32/",
			"url": "https://obsidian.md/changelog/2022-03-09-desktop-v0.13.32/",
			"title": "Obsidian 0.13.32 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed typing with IME causes text duplication on Windows and Linux.</li>\n<li>Fixed lag caused by file explorer in large vaults due to a Chromium bug.</li>\n<li>Fixed Obsidian starts up with a blank window for a split second.</li>\n</ul>\n",
			"date_published": "2022-03-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-08-desktop-v0.13.31/",
			"url": "https://obsidian.md/changelog/2022-03-08-desktop-v0.13.31/",
			"title": "Obsidian 0.13.31 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Major engine upgrade from Electron 16 to 17.  This version fixes issues with emoji rendering in Electron 16.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed headings in legacy editor not properly sized.</li>\n<li>Fixed unable to open help vault.</li>\n<li>Fixed comment <code>%%</code> parsing regression in edit mode.</li>\n<li>Fixed cursor jumps back with some IMEs in Live Preview.</li>\n</ul>\n",
			"date_published": "2022-03-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-07-desktop-v0.13.30/",
			"url": "https://obsidian.md/changelog/2022-03-07-desktop-v0.13.30/",
			"title": "Obsidian 0.13.30 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Major engine upgrade from Electron 13 to 16.\n<ul>\n<li>This will require downloading the latest installer from our website and installing over.</li>\n<li>Updated macOS app icon.</li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed pasting images from websites.</li>\n<li>Fixed search and replace commands not working when search is already open.</li>\n<li>Fixed search in reading view always override search hotkeys from another pane.</li>\n</ul>\n",
			"date_published": "2022-03-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-05-desktop-v0.13.29/",
			"url": "https://obsidian.md/changelog/2022-03-05-desktop-v0.13.29/",
			"title": "Obsidian 0.13.29 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Slightly improved typing performance in global search.</li>\n<li><code>Ctrl</code>+dropping to link external files from Finder on macOS no longer works due to a system limitation, and has been remapped to <code>Option</code>+drop.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed sometimes hover previews show up empty.</li>\n<li>Fixed embedding indented list items sometimes render as code.</li>\n<li>Fixed pasting image files not working on macOS sometimes.</li>\n<li>Fixed embedding list items with children using different list symbols (for example <code>-</code> vs <code>*</code>) not working.</li>\n</ul>\n",
			"date_published": "2022-03-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-03-01-desktop-v0.13.28/",
			"url": "https://obsidian.md/changelog/2022-03-01-desktop-v0.13.28/",
			"title": "Obsidian 0.13.28 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li><code>Enter</code> on empty line now exits blockquotes again, and <code>Shift+Enter</code> has been improved to work as &quot;soft line wrap&quot; where it will smartly add indentation to keep you in the same list/blockquote but on the next line.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed outgoing links unlinked mention section stopped working.</li>\n<li>Fixed dollar signs in wikilinks parsed as math.</li>\n</ul>\n",
			"date_published": "2022-03-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-02-28-desktop-v0.13.27/",
			"url": "https://obsidian.md/changelog/2022-02-28-desktop-v0.13.27/",
			"title": "Obsidian 0.13.27 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added new &quot;Cycle bullet/checkbox&quot; command that cycles between regular bullet, checkbox, and checked checkbox.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Reduced chance of Obsidian Sync overwriting instead of merging when a rare race condition happens.</li>\n<li>Improve Obsidian Sync's handling of templated daily notes created on other devices (will require next mobile release to fully apply).</li>\n<li>Pressing <code>Enter</code> in an empty blockquote now extends the blockquote instead of exiting it. <code>Shift+Enter</code> can be used to exit the blockquote.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed embeds in Live Preview blocks have an extra padding at the bottom.</li>\n<li>Fixed using many embeds and images in Live Preview sometimes causes click position detection to misbehave.</li>\n<li>Fixed outgoing links crash when encountering a link named &quot;constructor&quot;.</li>\n<li>Fixed middle click in editor doesn't open in new pane.</li>\n<li>Fixed drag and drop in outline pane not working when pane is scrolled.</li>\n<li>Fixed LaTeX and inline code not properly sized in headings.</li>\n<li>Fixed Live Preview HTML blocks not respecting normal HTML white-spacing rules and rendering extra whitespace by default, causing newline characters to be rendered.</li>\n<li>Fixed <code>Ctrl/Cmd+G</code> stopped working in document search.</li>\n<li>Fixed various Markdown syntax toggle commands like bold and italics misbehaving when working across multiple lines.</li>\n<li>Fixed multiple possible memory leak in editor when closing panes.</li>\n<li>Fixed a bug in list block ID parsing which caused links and embeds to resolve the parent list item instead of the specific child item.</li>\n<li>Fixed sometimes the context menu appears multiple times on screen.</li>\n<li>Fixed unable to see last few characters of long tables in legacy editor.</li>\n<li>Triple clicking text will now select the whole sentence without the ending newline character.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Theme developers: you can also now use variables for heading font sizes with <code>--h1</code>, <code>--h2</code>, etc. We've also moved heading font sizes from <code>cm-header-x</code> to <code>HyperMD-header-x</code> to avoid certain elements not being properly up-sized like LaTeX and inline code.</li>\n<li>There is a new <code>deleted</code> event on <code>MetadataCache</code> now.</li>\n<li><code>DataAdapter.stat</code> now returns the OS <code>mtime</code> and <code>ctime</code> for folders.</li>\n<li>Obsidian's icon library now supports all icons from <code>lucide</code>, a currently maintained fork of <code>feather-icons</code> with 547 supported icons. No need to import <code>feather-icons</code> anymore. You can browse them at <a href=\"https://lucide.dev/\">Lucide.dev</a></li>\n</ul>\n",
			"date_published": "2022-02-28T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-02-22-mobile-v1.1.0/",
			"url": "https://obsidian.md/changelog/2022-02-22-mobile-v1.1.0/",
			"title": "Obsidian 1.1.0 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<p>Includes all new functionality and bug fixes up to Obsidian Desktop v0.13.24.\nThis update also allows all new cm6-compatible plugins to run.</p>\n<p><strong>Live Preview</strong>\nWhile this feature works pretty well already, it hasn't been fully mobile optimized, so there could still be some usability issues when using with a touch-only device, such as editing embeds and code blocks.\nIn the meantime, feel free to use Source Mode when that happens. You can do that by long-holding the 3 dot button on the top right and hitting &quot;Toggle Live Preview/Source mode&quot; (or run a command from the pull down menu or bottom toolbar).</p>\n<p><strong>Vim mode</strong>\nSupport for vim mode is now available, but must be enabled on a per-device basis on mobile. It is not really usable on a mobile device without an external keyboard.</p>\n<p><strong>Others</strong>\nDrag and drop features from desktop is now generally available across the app, and can be triggered by long-holding items. This includes drag and drop files and folders, starred items, and outline items.</p>\n",
			"date_published": "2022-02-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-02-18-desktop-v0.13.26/",
			"url": "https://obsidian.md/changelog/2022-02-18-desktop-v0.13.26/",
			"title": "Obsidian 0.13.26 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed several themes broken due to the new <code>&lt;img&gt;</code> placeholders.</li>\n<li>Fixed reading view images without width/height gaining a null width/height attribute when the paragraph is edited.</li>\n</ul>\n",
			"date_published": "2022-02-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-02-18-desktop-v0.13.25/",
			"url": "https://obsidian.md/changelog/2022-02-18-desktop-v0.13.25/",
			"title": "Obsidian 0.13.25 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Clicking on links in Live Preview will now open them directly.\n<ul>\n<li>Previously <code>Ctrl/Cmd+Click</code> to open link is now simply a click.</li>\n<li>Previously <code>Ctrl/Cmd+Shift+Click</code> to open link in new pane is now <code>Ctrl/Cmd+Click</code>, just like everywhere else in the app.</li>\n</ul>\n</li>\n<li>Embedding list items will now show any sub list items when rendering.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Embeds to files that don't yet exist will automatically load the file once it's created. This avoids issues with images that syncs in after opening the note it was embedded in.</li>\n<li>Word count now properly counts apostrophes.</li>\n<li>Renamed &quot;Swap line up/down&quot; commands to &quot;Move line up/down&quot;.</li>\n<li>Obsidian Publish now has an option to hide page title headings.</li>\n<li>Added persistent notice to the help vault to remind users not to save data in it, since the help vault can be reset.</li>\n<li>Added additional confirmation for opening <code>file:///</code> links.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed several issues with IME in the new editor.</li>\n<li>Fixed code blocks tagged with <code>markdown</code> as the language causes Live Preview to misbehave.</li>\n<li>Fixed mermaid state diagrams not properly sized.</li>\n<li>Fixed command palette performance issue.</li>\n<li>Fixed export to PDF doesn't expand embedded notes and instead show a scrollbar.</li>\n<li>Fixed local <code>file:///</code> links stopped working.</li>\n<li>Fixed macOS caret character misbehaving when used as a deadkey in some keyboard layouts.</li>\n<li>Fixed hitting <code>Shift+End</code> twice not going to the end of the paragraph.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Theme developers: our new editor has received an upgrade where previous <code>&amp;ZeroWidthSpace;</code> characters, used as placeholders for computing cursor positions, have been switched to 0-width <code>&lt;img&gt;</code> elements. We recommend double-checking that your theme does not contain global <code>img { ... }</code> CSS rules to avoid breaking the editor.</li>\n<li><code>TFile.unsafeCachedData</code> has been removed and is now stored in a private inaccessible <code>WeakMap</code> to avoid accidental use of this unsafe data.</li>\n<li>There is now a new <code>requestUrl</code> API function that returns an object with the http response <code>status</code>, <code>headers</code>, as well as getters for <code>arrayBuffer</code>, <code>json</code>, and <code>text</code>. This is a more advanced version of the <code>request</code> API. (Requires API version 0.13.25)</li>\n<li>The <code>request</code> and the new <code>requestUrl</code> functions can now accept a body of type ArrayBuffer.</li>\n</ul>\n",
			"date_published": "2022-02-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-02-04-desktop-v0.13.24/",
			"url": "https://obsidian.md/changelog/2022-02-04-desktop-v0.13.24/",
			"title": "Obsidian 0.13.24 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Reduced the chances of Obsidian Sync duplicating the contents of a note when it encounters a conflicting new note which is modified both locally and remotely. It will now keep the latest version when this happens. (This patch is only fully effective when all of your devices are upgraded to this version)</li>\n<li>Slightly improved editor performance.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed editing large documents causes embeds to be broken.</li>\n<li>Fixed indented code blocks adds large gap sometimes.</li>\n<li>Fixed heading fold broken when multiple space characters are used after <code>#</code>.</li>\n<li>Fixed plugins unable to load when using esbuild's new esmodule format.</li>\n<li>Fixed toggling checklists only adds list bullet when no lists exist.</li>\n</ul>\n",
			"date_published": "2022-02-04T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-27-desktop-v0.13.23/",
			"url": "https://obsidian.md/changelog/2022-01-27-desktop-v0.13.23/",
			"title": "Obsidian 0.13.23 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed external URLs with <code>%</code> encodings stopped working but wasn't fully fixed last release.</li>\n<li>Fixed renaming files with <code>$</code> signs sometimes causes links to be generated incorrectly.</li>\n<li>Fixed link suggestion crashes when using Markdown links.</li>\n<li>Fixed link suggestion showing &quot;no results found&quot; when only one exact match found.</li>\n</ul>\n",
			"date_published": "2022-01-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-24-desktop-v0.13.22/",
			"url": "https://obsidian.md/changelog/2022-01-24-desktop-v0.13.22/",
			"title": "Obsidian 0.13.22 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed external URLs with <code>%</code> encodings stopped working.</li>\n<li>Fixed external URLs in embed blocks not working in Live Preview.</li>\n<li>Fixed line numbers misaligned with embed blocks in Live Preview.</li>\n<li>Fixed list bullets misaligned vertically in Live Preview.</li>\n<li>Fixed a case of Live Preview lag when large base64-encoded images are inserted.</li>\n<li>Fixed sometimes a zero width space character is inserted when replacing some text around fold indicators. They showed up as a red dot.</li>\n<li>Fixed sometimes choosing a link suggestion to a block without an ID in the same document causes the cursor to be misplaced.</li>\n<li>Fixed up/down keys misbehaving in Live Preview's word-wrapped lines when the previous/next real line is a hidden block.</li>\n<li>Updating plugins no longer scrolls the plugin list back to the top.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Added an option in community plugin pane to help debug slow plugin startup times.</li>\n<li>Fixed <code>editorLivePreviewField</code> not dynamically updated when Live preview is turned on/off.</li>\n<li>Added <code>data-type</code> to tab header elements.</li>\n</ul>\n",
			"date_published": "2022-01-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-17-desktop-v0.13.21/",
			"url": "https://obsidian.md/changelog/2022-01-17-desktop-v0.13.21/",
			"title": "Obsidian 0.13.21 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed legacy editor crashes when using frontmatter.</li>\n<li>Fixed <code>Ctrl/Cmd+G</code> hotkey doesn't work in reading mode.</li>\n<li>Fixed <code>Ctrl/Cmd+G</code> does not override open graph view command.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Introduced <code>apiVersion: string</code> and <code>requireApiVersion(version: string): boolean</code> to help with API version requirements. Plugin authors can use this function to limit functionality that depends on new Obsidian APIs to avoid crashing on older versions of Obsidian.</li>\n</ul>\n",
			"date_published": "2022-01-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-17-desktop-v0.13.20/",
			"url": "https://obsidian.md/changelog/2022-01-17-desktop-v0.13.20/",
			"title": "Obsidian 0.13.20 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>The new editor now supports the <code>cssclass</code> frontmatter property.</li>\n<li>Live Preview will now detect whether the editor is focused to apply syntax hiding.</li>\n<li>Community plugin search filter will now also match by author.</li>\n<li>Added shortcuts for plugin settings and hotkeys in the community plugins list.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed clicking on checklists and fold indicators causes the cursor/selection to be affected.</li>\n<li>Fixed resizing panes causes buggy selection rendering until selection is changed.</li>\n<li>Fixed fold indicator spacing sometimes misalign due to fonts applied by themes.</li>\n<li>Fixed gutter line numbers not showing for embeds and custom code blocks.</li>\n<li>Fixed memory leak when closing Markdown panes.</li>\n<li>Fixed vim mode undo/redo combines multiple edits.</li>\n<li>Fixed up/down arrow keys don't navigate properly around list bullets.</li>\n<li>Fixed up/down arrow keys don't navigate properly when at the end of a word-wrapped line.</li>\n<li>Fixed unindenting numbered lists sometimes generates &quot;undefined&quot;.</li>\n<li>Fixed auto number lists generates individual undo/redo entries for each line.</li>\n<li>Fixed toggle numbered lists always generate <code>1</code> as the number.</li>\n<li>Fixed typing inline code causes the rest of the document to become code.</li>\n<li>Fixed underline not applied to external links when in lists, headings, or blockquotes.</li>\n<li>Fixed two identical embed in the same file causes Live Preview to misbehave.</li>\n<li>Fixed linking to a block without a block id from an earlier position in the same note causes the link to be badly formatted.</li>\n<li>Fixed in-editor search removes highlight when only a single match is found.</li>\n<li>Added <code>Ctrl/Cmd+G</code> (and <code>Ctrl/Cmd+Shift+G</code>) for selecting next/previous search occurrence when using in-editor search.</li>\n<li>Fixed opening some <code>file:///</code> paths on Linux causes Obsidian to freeze until the new process exits.</li>\n<li>Fixed Markdown importer unable to convert tags with some character sets like CJK characters.</li>\n<li>Fixed undo close pane still opens a new pane even when the current pane is empty.</li>\n<li>Fixed copy external URL menu action doesn't properly encode special characters.</li>\n<li>Fixed linking an unlinked mention loses its original casing.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Fixed sometimes empty duplicate <code>&lt;span&gt;</code> elements show up before or after widgets, causing issues when using css <code>padding</code> or <code>:before/:after</code>.</li>\n<li>The debug info command now includes the OS information.</li>\n<li>There is now a new <code>editorLivePreviewField: StateField&lt;boolean&gt;</code> that can be used to check whether Live Preview is enabled in the editor.</li>\n<li>Fixed out-of-bound <code>{line,ch}</code> pairs causes error with new editor.</li>\n</ul>\n",
			"date_published": "2022-01-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-05-desktop-v0.13.19/",
			"url": "https://obsidian.md/changelog/2022-01-05-desktop-v0.13.19/",
			"title": "Obsidian 0.13.19 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed automatic numbering of lists doesn't stop at the end of the list and accidentally changes the numbers of lists further down the document.</li>\n<li>Fixed sometimes undo/redo combines multiple consecutive operations like typing and pasting into a single change.</li>\n<li>Fixed when redoing a change, the cursor would be put in the wrong spot afterwards.</li>\n<li>Fixed sometimes bad HTML causes Live Preview to crash with an error.</li>\n</ul>\n",
			"date_published": "2022-01-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2022-01-02-desktop-v0.13.18/",
			"url": "https://obsidian.md/changelog/2022-01-02-desktop-v0.13.18/",
			"title": "Obsidian 0.13.18 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Improved fold indicators in new editor. They will now appear closer to the line's text rather than all the way at the left edge.</li>\n<li>New hotkeys for in document search: &quot;Search All&quot; (<code>Alt+Enter</code>) and &quot;Replace All&quot; (<code>Ctrl/Cmd+Alt+Enter</code>).</li>\n<li>In Live Preview, you can now click a code block's language flair (top right) to copy the code block.</li>\n<li>New editor's vim mode now experimentally supports search highlighting and multiple cursors.</li>\n<li>You can now use <code>Ctrl/Cmd+Shift+Enter</code> in quick switcher to create a new note and open it in a new pane.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed the fold all command sometimes not working.</li>\n<li>Fixed <code>Shift+Up/Down</code> in Live Preview doesn't select hidden blocks properly.</li>\n<li>Fixed backlink and unlinked reference count indicator not properly updated when a link is removed.</li>\n<li>Fixed middle click and <code>Ctrl/Cmd+Click</code> embedded note's &quot;open link&quot; button in Live Preview causes weird behavior.</li>\n<li>Fixed middle click links, file explorer items, and search results stopped working.</li>\n<li>Fixed unable to click external links with formatting styles like bold or italics in editing view.</li>\n<li>Fixed sometimes the bullet dot renders as weird letters.</li>\n<li>Fixed console error when OS language doesn't support spellchecker.</li>\n<li>Word count now properly count contractions as one word.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Added <code>.cm-active</code> to gutter elements as well.</li>\n</ul>\n",
			"date_published": "2022-01-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-29-desktop-v0.13.17/",
			"url": "https://obsidian.md/changelog/2021-12-29-desktop-v0.13.17/",
			"title": "Obsidian 0.13.17 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Improved list bullet rendering to avoid jumping in Live Preview.</li>\n<li>Improved behavior when pressing <code>Enter</code> in lists and blockquotes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed new editor's spellchecker dictionary options not working.</li>\n<li>Fixed two consecutive footnote references causes any text in between to be underlined.</li>\n<li>Fixed unable to type <code>&lt;</code> and <code>&gt;</code> in Hungarian keyboard layout on mac.</li>\n<li>Removed emacsy toggle for mac in new editor.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Heads up to theme developers: the <code>.list-bullet</code> CSS has been reworked. It will now keep the original character and superimpose the dot using the <code>:after</code> pseudo-element.</li>\n</ul>\n",
			"date_published": "2021-12-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-24-desktop-v0.13.16/",
			"url": "https://obsidian.md/changelog/2021-12-24-desktop-v0.13.16/",
			"title": "Obsidian 0.13.16 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Switching between files will now keep the undo/redo history for the last 20 files, unless the file was changed externally. Not available for the legacy editor.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed readable line length not properly applied when line wrapping is turned on.</li>\n<li>Search will now properly unfold folded areas when highlighting the match.</li>\n<li>Fixed wikilinks at the beginning of the line causes it to inherit styles from the previous line.</li>\n<li>Fixed a rare case of data loss due to race condition caused by clicking on a link and triggering the loading of the additional syntax highlighting library.</li>\n<li>Fixed gutter alignment for empty lines above headings.</li>\n<li>Fixed mermaid diagrams overflowing.</li>\n</ul>\n",
			"date_published": "2021-12-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-23-desktop-v0.13.15/",
			"url": "https://obsidian.md/changelog/2021-12-23-desktop-v0.13.15/",
			"title": "Obsidian 0.13.15 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Edit mode now supports headings in lists.</li>\n<li>Embedded content generated by plugin custom handlers (like image in Admonitions and Dataview) are now rendered in both Live Preview and Reading view. This will be a temporary addition until we can come up with a proper Markdown rendering API that handles nestable rendering contexts better.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li><code>Ctrl/Cmd+C</code> now copies the whole line again if there is no selection.</li>\n<li>Fixed several parsing issues with formatting symbols in wikilinks.</li>\n<li>Fixed an issue where the <code>Tab Size</code> setting could change how indented lists are interpreted in edit view. This will now always recognize a tab character as 4 spaces, as required by Markdown's specifications.</li>\n<li>Fixed a crash when pressing up (or using <code>k</code> in vim mode) on a <code>---</code> separator that's out of screen.</li>\n<li>Fixed a crash that happens sometimes when pressing page up or page down (or the equivalent commands in vim mode).</li>\n<li>Fixed some plugins could cause line wrapping to fail and grow the width of the editor.</li>\n<li>Code blocks will now line wrap in reading view, to stay consistent with editing view.</li>\n<li>Fixed code block's language flair stopped showing up when indented in Live Preview.</li>\n<li>Fixed math blocks inside blockquotes and lists are rendered outside.</li>\n<li>Improved parsing of footnote references and definitions.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>getSectionInfo()</code> is now implemented for custom code blocks in Live Preview.</li>\n</ul>\n",
			"date_published": "2021-12-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-21-desktop-v0.13.14/",
			"url": "https://obsidian.md/changelog/2021-12-21-desktop-v0.13.14/",
			"title": "Obsidian 0.13.14 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>When changing default edit mode between Live Preview and Source mode, the new setting will now be automatically applied to all panes.</li>\n<li>Fixed default edit mode, which will now use Live Preview when not using Legacy editor.</li>\n</ul>\n",
			"date_published": "2021-12-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-20-desktop-v0.13.13/",
			"url": "https://obsidian.md/changelog/2021-12-20-desktop-v0.13.13/",
			"title": "Obsidian 0.13.14 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed Live Preview sometimes unable to drop at the end of the document.</li>\n<li>Fixed reading view clips out the first line of the document when in document search is active.</li>\n<li>Drag and drop external files from the file system now preserves file extension in the display text if creating an external link.</li>\n<li>Fixed some plugins CSS causes Live Preview's selections to break.</li>\n<li>Fixed when using in document search or clicking on a global search result, the search highlight is sometimes hidden due to Live Preview.</li>\n<li>Fixed using in document search and replace does not highlight the next match when replacing.</li>\n<li>Fixed sometimes selecting multi-line text results in a weirdly rendered selection box.</li>\n</ul>\n",
			"date_published": "2021-12-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-17-desktop-v0.13.12/",
			"url": "https://obsidian.md/changelog/2021-12-17-desktop-v0.13.12/",
			"title": "Obsidian 0.13.12 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed line wrapping not working with panes smaller than 700px.</li>\n<li>Fixed unresolved links in Live Preview not taking into account link aliases.</li>\n</ul>\n",
			"date_published": "2021-12-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-17-desktop-v0.13.11/",
			"url": "https://obsidian.md/changelog/2021-12-17-desktop-v0.13.11/",
			"title": "Obsidian 0.13.11 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a new Core plugin called &quot;Editor status&quot; which adds a status bar item showing you the current editor mode. You can also use it to toggle the editor mode.</li>\n</ul>\n<h2>Live preview improvements</h2>\n<ul>\n<li>Internal links to non-existent files will now look dimmer than regular links.</li>\n<li>Fixed drop cursor is invisible in dark mode, also fixed drop cursor doesn't position correctly when document is scrolled.</li>\n<li>Fixed IME on MacOS sometimes causes duplicate characters to be entered.</li>\n<li>Fixed vim mode <code>g</code>  related keys causes vim mode to crash until app is restarted.</li>\n<li>Middle click now opens internal links in new panes.</li>\n<li>Removed very faint background colors on external links.</li>\n<li>Fixed pressing <code>Enter</code> on an indented line does not keep the indent properly.</li>\n<li>Fixed long tables broken again due to an engine upgrade.</li>\n<li>Fixed tables has a weird extra spacing after the last <code>|</code> character.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Word count will now no longer re-calculate on every change, but instead re-compute at most twice every second, to spare some CPU time.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The <code>changed</code> event on MetadataCache now contains the file contents as well as the parsed metadata object.</li>\n<li>There is now two helper functions for <code>HTMLElement</code>: <code>isShown()</code> which tells you whether this element is shown, and <code>onNodeInserted</code> which can add a callback for when the element is shown. These statuses depend on the element to be attached to the DOM and require not having any parent or ancestor with the css <code>display: none</code>.</li>\n</ul>\n",
			"date_published": "2021-12-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-14-desktop-v0.13.10/",
			"url": "https://obsidian.md/changelog/2021-12-14-desktop-v0.13.10/",
			"title": "Obsidian 0.13.10 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added basic RTL (right-to-left) text support. The option can be found in Settings &gt; Editor.</li>\n</ul>\n<h2>Live preview improvements</h2>\n<ul>\n<li>Fixed pasting from websites causes duplicate text to be inserted.</li>\n<li>Fixed sometimes the list bullet, or the checkbox shows up duplicated when selecting text.</li>\n<li>Improved the onboarding modal for selecting whether to use legacy editor or live preview.</li>\n<li>Relaunching after changing the legacy editor option now properly saves the option value, without having to wait for one second.</li>\n<li>When switching out of legacy editor, all edit panes will automatically use the default edit mode, rather than always staying in source mode.</li>\n<li>Fixed some actions like indenting and unindenting sometimes moves the cursor to unintended spots.</li>\n<li>Fixed an issue where selections look really bad if the first line of the document has a list.</li>\n<li>Internal links that start with <code>#</code> for heading sections will now hide the <code>#</code> when not selected to avoid confusion with tags.</li>\n<li>Fixed vim mode scrolling commands like <code>zz</code>, <code>zt</code> and <code>zb</code>.</li>\n<li>Fixed blocks like embeds and custom code blocks aren't properly included in the fold if they're at the end of the fold section.</li>\n<li>Fixed re-focusing on the editor sometimes causes the selection to jump to the beginning of the file.</li>\n<li>Improved inline footnotes parsing.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed tooltips wrap text in awkward spots.</li>\n<li>Fixed outgoing links unlinked mentions cuts off items that has a dot in the file name.</li>\n<li>Fixed changing image alt text does not update in reading view.</li>\n</ul>\n",
			"date_published": "2021-12-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-13-desktop-v0.13.9/",
			"url": "https://obsidian.md/changelog/2021-12-13-desktop-v0.13.9/",
			"title": "Obsidian 0.13.9 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Restored legacy editor to be default for now.</li>\n<li>Fixed gutter elements (line numbers and fold indicators) misalignment.</li>\n<li>Fixed Live Preview sometimes run into situations where it stops being parsed and highlighted halfway down the document.</li>\n<li>Fixed drag and drop text duplicates instead of moves selected text.</li>\n<li>Fixed several operations such as pasting, undo/redo, drag and drop, etc, causes duplicate characters or phrases to linger in the document.</li>\n<li>Fixed <code>Ctrl/Cmd+Shift+Z</code> stopped working for undo.</li>\n<li>Fixed full line embeds has an extra line after it.</li>\n<li>Improved external images rendering when on its own line.</li>\n<li>Empty headings will now keep the <code>#</code> characters in view to help see that it's an empty heading.</li>\n<li>Inline LaTeX will no longer be accidentally recognized when the ending sign is followed by a digit like <code>$10</code>.</li>\n<li>Fixed several commands that sometimes mis-position the selection after the command executes.</li>\n<li>Spellchecking is now properly applied to wiki links.</li>\n<li>Fixed some themes and plugins accidentally introduces margins, causing editor selections to misbehave.</li>\n<li>Fixed vim mode jumps by two lines sometimes.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Reverted editing/reading icon state. We will try to improve this in a future version.</li>\n<li>Improved Markdown formatting commands like bold and italics detection when selecting the outside layer.</li>\n<li>Markdown formatting commands now ignores whitespace characters at the beginning or ending of the selection when being applied.</li>\n<li>Backlink in document can now be turned on by default in the settings page of the core plugin &quot;Backlinks&quot;.</li>\n</ul>\n",
			"date_published": "2021-12-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-09-desktop-v0.13.8/",
			"url": "https://obsidian.md/changelog/2021-12-09-desktop-v0.13.8/",
			"title": "Obsidian 0.13.8 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian Sync now has a bulk restore functionality for deleted files.</li>\n<li>&quot;Preview mode&quot; has been renamed to &quot;Reading view&quot; to avoid confusion.</li>\n</ul>\n<h2>Live preview improvements</h2>\n<ul>\n<li>Live Preview is now enabled by default. To switch to the old CodeMirror 5 based editor, toggle the &quot;Legacy Editor&quot; option.</li>\n<li>You can now set the default editing mode to Live Preview or Source Mode.</li>\n<li>Vim mode is now available for both Live Preview and Source mode.</li>\n<li>Completed task lists are now crossed out and greyed out to match reading view.</li>\n<li>Improved handling of up/down arrow keys interacting with blocks like embeds and code blocks.</li>\n<li>Improved selection when clicking on previewed blocks.</li>\n<li>Improved selection when selecting across hidden Markdown formatting syntax.</li>\n<li>Fixed drag and drop does not show caret where the drop will occur, and also sometimes inserts garbage content when dragging within the editor.</li>\n<li>Improved detection of inline HTML blocks.</li>\n<li>Improved blockquote handling.</li>\n<li>Fixed deleting auto-matched brackets like  <code>[</code> with backspace not deleting the closing counterpart <code>]</code>.</li>\n<li>Fixed HTML comments could cause a crash in the editor parser.</li>\n<li>Fixed clicking or selecting the end of the file selects to the beginning when there is a block at the end.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed code block has an extra indent on the first line in reading view.</li>\n<li>Quick Switcher will now create new files relative to the file of the current active pane when new file option is set to be relative to current file.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Breaking change: the <code>data-task</code> css class has been moved to the line element, rather than being on each piece of <code>&lt;span&gt;</code>.</li>\n<li>The API for CodeMirror 6 has now been opened up. To deeply integrate with CodeMirror 6, you will be required to write an <code>Extension</code> to augment the editor. More details and tutorials will be available later.</li>\n</ul>\n",
			"date_published": "2021-12-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-12-03-desktop-v0.13.7/",
			"url": "https://obsidian.md/changelog/2021-12-03-desktop-v0.13.7/",
			"title": "Obsidian 0.13.7 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Spell checker languages can now be changed on Windows and Linux. On MacOS, the system native spell checker is used, which automatically detects the language.</li>\n<li>Spell checker will now skip over things that shouldn't be spell checked, such as code blocks, links, and math blocks.</li>\n<li>Improved code block syntax highlighting colors.</li>\n<li>Fixed fold all command not folding inner folds.</li>\n<li>Fixed heading folds does not load sometimes, causing the fold state to be lost.</li>\n<li>Fixed frontmatter not foldable.</li>\n<li>Fixed image links with titles. Fixed links surrounded by <code>&lt;&gt;</code> not linking properly.</li>\n<li>Improved bottom padding handling when backlink in document is enabled.</li>\n<li>Fixed editor suggestions continue to show up after switching documents.</li>\n<li>Fixed indent soft-wrapping mis-calculating tab sizes.</li>\n<li>Fixed bare links with <code>&lt;&gt;</code> disappears.</li>\n<li>Fixed rendered code blocks could overflow the editor.</li>\n<li>Fixed characters past the line wrapping threshold not selectable using the mouse, happens with long tables, or with line wrapping disabled.</li>\n<li>Internal links rendered by plugins are now handled within rendered code blocks.</li>\n<li>Improved handling of list bullet when the cursor is at the beginning of the line.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Global search panes will no longer continuously run in the background when the pane is not in view.</li>\n<li>Fixed overflowing tooltips.</li>\n<li>Fixed drag and drop internal links on Windows looks weird.</li>\n</ul>\n",
			"date_published": "2021-12-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-25-desktop-v0.13.6/",
			"url": "https://obsidian.md/changelog/2021-11-25-desktop-v0.13.6/",
			"title": "Obsidian 0.13.6 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Inline LaTeX is now supported and rendered.</li>\n<li>HTML blocks, including iframes are now rendered.</li>\n<li>Added <code>data-task</code> for all tokens on a list item with checkbox to facilitate css styling.</li>\n<li>Improved gutter alignment for fold icon and line numbers.</li>\n<li>Added code syntax highlighting for source mode and live preview (including legacy editor).</li>\n<li>Improved code block styling when cursor isn't active.</li>\n<li>Implemented <code>Ctrl/Cmd+Click</code> on Markdown links.</li>\n<li>Fixed Markdown links with &quot;title&quot; not working correctly.</li>\n<li>Removed hard-coded <code>Ctrl/Cmd+G</code> search hotkey.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Fixed legacy editor not properly scrolled to the top when switching document.</li>\n<li>Improved handling of custom panes when plugins are no longer installed.</li>\n<li>There is now a &quot;Copy share link&quot; in the community plugin's information page.</li>\n<li>Leftover panes from disabled plugins will no longer be automatically closed. They will now show up as an un-recognized pane, and if the plugin is re-enabled, they will work again.</li>\n</ul>\n",
			"date_published": "2021-11-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-22-desktop-v0.13.5/",
			"url": "https://obsidian.md/changelog/2021-11-22-desktop-v0.13.5/",
			"title": "Obsidian 0.13.5 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now use drag and drop to re-arrange heading sections from the Outline pane.</li>\n<li>You can also drop an outline item into the editor to generate a heading link.</li>\n</ul>\n<h2>Live preview improvements</h2>\n<ul>\n<li>Folding state is now properly saved.</li>\n<li>Fixed embed, image, or code blocks related page reflows making selection and interactions stop working.</li>\n<li>Fixed sometimes the page becomes plaintext with no highlights halfway.</li>\n<li>Fixed switching document does not scroll back to the top.</li>\n<li>Fixed document keeps scrolling up when selecting the last few lines.</li>\n<li>Fixed clicking on search results from global search, backlinks and outline pane not properly highlighting the matching location.</li>\n<li>Removed hardcoded editor folding hotkeys.</li>\n<li>Fixed unable to extract heading on macOS due to context menu also selecting word.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed clicking on an external link freezes the app for engine versions using Electron 12.</li>\n</ul>\n",
			"date_published": "2021-11-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-19-desktop-v0.13.4/",
			"url": "https://obsidian.md/changelog/2021-11-19-desktop-v0.13.4/",
			"title": "Obsidian 0.13.4 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Fixed mouse drag selection jumpiness.</li>\n<li>Improved IME handling.</li>\n<li>Fixed link aliases broken.</li>\n<li>Fixed rendered images still showing link.</li>\n<li>Fixed dynamically resized blocks such as <code>query</code> causes selection to stop working after they resize.</li>\n<li>Fixed indentation width not updating when swapping CSS themes.</li>\n<li>Fixed block quotes always have background and border in source mode.</li>\n<li>Fixed external <code>file:///</code> images not working.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Plugin and theme download counts now have thousands separators.</li>\n</ul>\n",
			"date_published": "2021-11-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-19-desktop-v0.13.3/",
			"url": "https://obsidian.md/changelog/2021-11-19-desktop-v0.13.3/",
			"title": "Obsidian 0.13.3 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Backlink in document is now available for Live preview, which can be toggled in the pane menu.</li>\n<li>Mermaid and query blocks are now rendered.</li>\n<li>Some custom code blocks from plugins are now rendered.</li>\n<li>Implemented auto-pairing of brackets for Markdown formatting symbols such as <code>$</code>, <code>=</code>, <code>~</code> and <code>%</code>.</li>\n<li>Improved handling of block quotes.</li>\n<li>Improved image size handling.</li>\n<li>Improved Markdown link styling.</li>\n<li>Fixed image alt text not live updated.</li>\n<li>Fixed empty lines in code blocks.</li>\n<li>Fixed <code>Option+ArrowUp/Down</code> keys on MacOS not performing native cursor functions.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Added <code>show-plugin</code> Obsidian URI action. Example: <code>obsidian://show-plugin?id=admonition</code></li>\n<li>Added notice for indexing large files taking too long to help debug indexing stuck issues.</li>\n<li>Obsidian now live-reloads the app and appearance options when the configuration files are changed on disk, to avoid issues with sync solutions overwriting each other with older versions.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed some syntax not highlighting for code blocks in preview mode while in dark mode.</li>\n<li>Preview should now render reference style Markdown links and images correctly.</li>\n<li>Obsidian Sync should no longer sync dot files and dot folders within plugin folders when community plugin sync is turned on.</li>\n<li>Fixed legacy editor's replace all function.</li>\n<li>Fixed adapter rename fail to work for dot files.</li>\n<li>Fixed copy from preview mode sometimes doesn't copy all the text.</li>\n<li>Fixed toggle strikethrough always adds more <code>~~</code> instead of removing.</li>\n<li>Pressing <code>Enter</code> when in an empty nested block quote will now only exit one level of block quote.</li>\n</ul>\n",
			"date_published": "2021-11-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-12-desktop-v0.13.2/",
			"url": "https://obsidian.md/changelog/2021-11-12-desktop-v0.13.2/",
			"title": "Obsidian 0.13.2 Desktop (Public)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Added <code>list-bullet</code> css class for theme styling.</li>\n<li>Fixed multiple cursors were added with <code>Ctrl/Cmd+Click</code> rather than <code>Alt+Click</code>.</li>\n<li>Fixed mermaid not rendering properly in preview.</li>\n<li>Improved block LaTeX rendering, fixed consecutive blocks not rendering.</li>\n<li>Fixed last line of document can't be selected when LaTeX blocks are in the document.</li>\n<li>External link icon should no longer be shown for embedded images.</li>\n<li>Fixed having a URL in image alt text breaks parsing.</li>\n<li>Fixed barelinks in footnotes disappears.</li>\n</ul>\n",
			"date_published": "2021-11-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-11-desktop-v0.13.1/",
			"url": "https://obsidian.md/changelog/2021-11-11-desktop-v0.13.1/",
			"title": "Obsidian 0.13.1 Desktop (Early access)",
			"content_html": "<h2>Live preview improvements</h2>\n<ul>\n<li>Separators (<code>---</code>) are now implemented.</li>\n<li>Headings will now always show the <code>#</code> characters when the cursor is on that line.</li>\n<li>Fixed wikilink embeds not working with aliases or sizes using the <code>|</code> character.</li>\n<li>Fixed embedded documents not live updated.</li>\n<li>Implemented embeds using Markdown embed syntax.</li>\n<li>Improved visuals of list items by replacing list bullet character with a dot.</li>\n<li>Checklists now have their list bullet hidden.</li>\n<li>Fixed two wikilinks with alias on the same line causes the first one to disappear.</li>\n<li>Fixed empty wikilinks disappears.</li>\n<li>Added external link icon.</li>\n<li>Checkbox now has a <code>data-task</code> attribute added.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The insider build toggle in Settings &gt; About is now back.</li>\n</ul>\n",
			"date_published": "2021-11-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-10-desktop-v0.13.0/",
			"url": "https://obsidian.md/changelog/2021-11-10-desktop-v0.13.0/",
			"title": "Obsidian 0.13.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Live Preview (also known as &quot;WYSIWYG&quot; mode) is now available for insider testing.\n<ul>\n<li>To enable it, go to <code>Settings &gt; Editor &gt; Experimental Live Preview</code>. Changing this option requires a restart to take effect.</li>\n<li><strong>The live preview mode is highly experimental and many bugs are expected. Please report bugs in the Discord server under the <code>insider-desktop</code> channel.</strong></li>\n<li>Once you turn on this option, there is a command to toggle source mode as well as a pane menu option.</li>\n<li>Current features\n<ul>\n<li>Hide Markdown formatting syntax.</li>\n<li>Embedded notes, images, audio, video, PDFs and notes using the wikilink syntax will show a preview in the editor.</li>\n<li>Embedded images using the Markdown syntax from external sources will show previewed.</li>\n<li>Block (<code>$$</code>) LaTeX will show a preview. Inline LaTeX will be implemented in a future release.</li>\n<li>Checklists will be replaced with a checkbox. Clicking on it will toggle the check status.</li>\n</ul>\n</li>\n<li><strong>Not implemented yet and coming soon</strong>\n<ul>\n<li>Embeds using Markdown link syntax.</li>\n<li>Inline LaTeX.</li>\n<li>HTML blocks.</li>\n<li>Custom code blocks (including plugin rendered blocks like Admonition and Dataview).</li>\n<li>Improved list bullets (and hide bullet with checklists).</li>\n<li>Tables.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Added <code>webp</code> image support.</li>\n<li>Obsidian Sync\n<ul>\n<li>The remote vault selection dialog has been reworked to prevent accidentally connecting to a different remote vault, causing unintentional vault merges.</li>\n<li>A warning has also been added to confirm the merging of local and remote vaults when the local vault already contains files.</li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Copy code block button now also shows up on code blocks without a language.</li>\n<li>Fixed tabs becoming spaces within code blocks in preview mode.</li>\n<li>Fixed tab size not respected in preview mode.</li>\n<li>Fixed right clicking on search result matches not working.</li>\n<li>Fixed backlink in preview mode not updated when switching to an empty note.</li>\n<li>Fixed embeds in exported PDF documents not showing page title.</li>\n<li>Fixed code blocks in exported PDF documents sometimes contain duplicate characters when copied to clipboard when using Obsidian's dark mode.</li>\n<li>Fixed code blocks in exported PDF not wrapping.</li>\n<li>Fixed app zoom hotkeys stops working after opening a PDF document.</li>\n<li>Changing font size will no longer cause the cursor in the editor to behave erratically.</li>\n<li>Fixed navigating to headings, block IDs, and search results sometimes not scrolling down properly.</li>\n<li>Fixed navigating in local graph sometimes causes the navigation history to skip over a file.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>There is now an <code>append</code> function for both the <code>Vault</code> and the <code>Adapter</code> APIs.</li>\n<li>There is now a function to sanitize HTML called <code>sanitizeHTMLToDom</code> which returns a <code>DocumentFragment</code> of the sanitized HTML content.</li>\n<li>You can now <code>setInstructions</code> for an <code>EditorSuggest</code>.</li>\n<li>There is now a <code>wordAt</code> function on the <code>Editor</code> interface.</li>\n</ul>\n",
			"date_published": "2021-11-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-11-08-mobile-v1.0.5/",
			"url": "https://obsidian.md/changelog/2021-11-08-mobile-v1.0.5/",
			"title": "Obsidian 1.0.5 Mobile (Public)",
			"content_html": "<h2>Core update</h2>\n<p>Includes all new functionality and bug fixes up to Obsidian Desktop v0.12.19</p>\n<ul>\n<li>Improved graph view animations.</li>\n<li>Heading rename.</li>\n<li>New theme store.</li>\n<li>Slash commands.</li>\n<li>New plugin APIs now available for the latest plugins to use.</li>\n<li>Tons of bug fixes.</li>\n</ul>\n<p><strong>Editor</strong></p>\n<ul>\n<li>There are now new commands for copying, pasting, and opening the context menu, which can be assigned to the toolbar or the pull down menu for convenience.</li>\n<li>Upgraded CodeMirror 6 which should come with many bug fixes and performance improvements.</li>\n<li>Copy and paste is now handled just like the desktop app.</li>\n</ul>\n<p><strong>Obsidian Sync</strong></p>\n<ul>\n<li>Fixed version history page not showing size and device info.</li>\n<li>Restoring files using version history will no longer error out with &quot;This version is already the latest version&quot;.</li>\n</ul>\n<h2>Android</h2>\n<ul>\n<li><strong>If you're using Android 11+, you will be prompted for the new file access permission.</strong> This is unfortunately required by the latest Play Store policy.</li>\n<li>Android vaults should no longer show duplicates if you've selected a vault in <code>Documents/Obsidian</code>.</li>\n<li>Renaming a vault on Android should no longer cause it to disappear from the list.</li>\n</ul>\n<h2>iOS</h2>\n<ul>\n<li>The iOS app will now wait for iCloud to sync back configuration files before opening the vault to prevent load failures. This fixes the &quot;plugin failed to load&quot; popups that happens sometimes.</li>\n</ul>\n",
			"date_published": "2021-11-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-10-15-desktop-v0.12.19/",
			"url": "https://obsidian.md/changelog/2021-10-15-desktop-v0.12.19/",
			"title": "Obsidian 0.12.19 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Rename heading now has a command in addition to the previous context menu action.</li>\n<li>Improved theme statistic handling.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed editor suggestions for links and tags sometimes not working due to a race condition.</li>\n<li>Fixed current theme delete button sometimes shows in the next line.</li>\n</ul>\n",
			"date_published": "2021-10-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-10-12-desktop-v0.12.18/",
			"url": "https://obsidian.md/changelog/2021-10-12-desktop-v0.12.18/",
			"title": "Obsidian 0.12.18 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed link suggestions sometimes disappears with large vault.</li>\n<li>Fixed heading rename doesn't work if there was no link to the heading.</li>\n<li>Fixed empty sidebar does not save collapsed state properly.</li>\n<li>Fixed theme manager sometimes showing no theme installed.</li>\n</ul>\n",
			"date_published": "2021-10-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-10-06-desktop-v0.12.17/",
			"url": "https://obsidian.md/changelog/2021-10-06-desktop-v0.12.17/",
			"title": "Obsidian 0.12.17 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The theme store has received a massive upgrade! The interface has been completely revamped, now with download counts, sorting options, and a button to update each theme.</li>\n<li>There is now a new core plugin called &quot;Slash commands&quot;. Activating it will allow you to type <code>/</code> while editing to trigger any command.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Updated CodeMirror 5 with several bug fixes.</li>\n<li>Updated Mermaid.js with several bug fixes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Removed hardcoded navigation shortcuts <code>Alt+Left/Right</code>.</li>\n<li>Fixed large pages with multiple queries causes some queries to stop working.</li>\n<li>Fixed some search operators when used in combination causes wrong results.</li>\n<li>Fixed rare case of workspace leaving an empty space in the sidebar that can't be closed.</li>\n<li>Fixed sync's setting history modal has the incorrect title of &quot;deleted files&quot;.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Command palette now renders the plugin name and command name in separate elements to facilitate CSS styling.</li>\n<li>Plugins that crash after <code>onLayoutReady</code> will now show a message to help debug.</li>\n<li>New <code>EditorSuggest</code> is now accessible to the API to provide in-line suggestions, like auto-complete. This is what powers the link auto-complete, tag auto-complete, and slash commands.</li>\n<li><code>Keymap</code> has now been exposed with <code>isModEvent</code> to help check if the user is holding <code>Ctrl/Cmd</code> or pressing the middle mouse button. This is used as a convention to &quot;open in new pane&quot;.</li>\n<li>There are now 3 new workspace events:\n<ul>\n<li><code>editor-change</code> fired when an editor has received changes. This event happens fairly frequently so please be mindful of performance when using it.</li>\n<li><code>editor-paste</code> fired before the editor handles a paste event. If you handle the paste event, you should call <code>evt.preventDefault()</code> to let the next handler know that it's been handled.</li>\n<li><code>editor-drop</code> fired before the editor receives a drop event. Works the same was as the paste event.</li>\n</ul>\n</li>\n</ul>\n",
			"date_published": "2021-10-06T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-09-14-desktop-v0.12.16/",
			"url": "https://obsidian.md/changelog/2021-09-14-desktop-v0.12.16/",
			"title": "Obsidian 0.12.16 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added a command to undo closed panes. Default hotkey is <code>Ctrl/Cmd+Shift+T</code>.</li>\n<li>Added copy code block button in preview mode.</li>\n<li>There is now a tooltip when hovering links that has a different display text (or alias).</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Empty panes will be removed on startup if the plugin that created it has been uninstalled or disabled.</li>\n<li><code>{{date}}</code> and <code>{{time}}</code> will now work in daily notes and zettelkasten prefixer. Previously you needed to add the format <code>{{date:format}}</code></li>\n<li>Creating new files from in note composer will now show an error if it contains illegal characters.</li>\n<li>You can now use <code>Ctrl/Cmd</code>+click or middle-click the icon or the command palette item to open daily note/new zettelkasten in a new pane.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed clicking on external links in hover previews not working.</li>\n<li>Fixed creating new files/renaming files not registered in recent files.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>There is now access to the following bundled libraries: PDF.js, Mermaid, Prism, MathJax. Each library does things a bit differently but we now expose functions to load them if they weren't loaded already: <code>loadPdfJs</code>, <code>loadMermaid</code>, <code>loadPrism</code>, <code>loadMathJax</code>.</li>\n<li><code>request</code> can now set HTTP headers.</li>\n</ul>\n",
			"date_published": "2021-09-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-08-29-desktop-v0.12.15/",
			"url": "https://obsidian.md/changelog/2021-08-29-desktop-v0.12.15/",
			"title": "Obsidian 0.12.15 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now select text and right click to search for it globally.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed rename heading not working when using links from the same document.</li>\n</ul>\n",
			"date_published": "2021-08-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-08-23-desktop-v0.12.14/",
			"url": "https://obsidian.md/changelog/2021-08-23-desktop-v0.12.14/",
			"title": "Obsidian 0.12.14 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Added rename heading utility in editor context menu, which will rename the heading and update links.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Note composer's &quot;extract heading&quot; function now has a command and can be assigned to a hotkey.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Removed timelapse button from local graph.</li>\n<li>Fixed Enter key for CJK input methods in several places when confirming a selection.</li>\n<li>Note composer will no longer accidentally create files with leading or trailing empty spaces.</li>\n<li>Fixed Obsidian Publish upload interface unable to check and uncheck folders when collapsed.</li>\n<li>Fixed can't check for updates when auto-update is turned off.</li>\n<li>Fixed undo pasting also undoes the previous characters typed.</li>\n</ul>\n",
			"date_published": "2021-08-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-08-03-desktop-v0.12.13/",
			"url": "https://obsidian.md/changelog/2021-08-03-desktop-v0.12.13/",
			"title": "Obsidian 0.12.13 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Graph view timelapse animation improvements:\n<ul>\n<li>The animation now animates according to the note's creation date to generate a true &quot;time&quot; lapse.</li>\n<li>The graph will now start empty and fill in gradually, without the need to hide orphan notes.</li>\n<li>The timelapse feature is now more accessible. You can find the new button in the &quot;Display&quot; section, or click the magic wand when the settings panel is closed.</li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed deleting a file that is currently open sometimes causes the file to come back.</li>\n</ul>\n",
			"date_published": "2021-08-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-29-mobile-v0.1.4/",
			"url": "https://obsidian.md/changelog/2021-07-29-mobile-v0.1.4/",
			"title": "Obsidian 1.0.4 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.9.</li>\n<li>Added a way to pin sidebars for tablet mode.</li>\n<li>You can now click on an image in preview mode to see it full screen, and zoom in.</li>\n<li>The &quot;Open in default app&quot; menu option has been reworded to &quot;Share&quot; to avoid confusion.</li>\n<li>Sidebar settings, such as which panes are open and which one is active, are now properly saved.</li>\n<li>Plugins that are marked &quot;desktop only&quot; will no longer attempt to run on mobile.</li>\n<li>Fixed padding above frontmatter section.</li>\n<li>Vault stats and note stats should now stay up-to-date.</li>\n<li>Obsidian Sync now has improved handling of illegal characters on Android.</li>\n<li>Fixed <code>Shift+Option+Up/Down</code> duplicating line instead of selecting up/down.</li>\n<li><code>Alt+B/F/D</code> now properly inputs text on iOS.</li>\n</ul>\n",
			"date_published": "2021-07-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-26-desktop-v0.12.12/",
			"url": "https://obsidian.md/changelog/2021-07-26-desktop-v0.12.12/",
			"title": "Obsidian 0.12.12 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now use the keyboard to navigate and select context menus.</li>\n<li>There is now a search bar to find core plugins better.</li>\n<li>Graph view will now highlight the current focused file in a different color. This can be configured through the css class <code>.graph-view.color-fill-focused</code>, or disabled if you set the color to <code>transparent</code>.</li>\n<li>There is now a YAML frontmatter flag for <code>publish:</code>. This flag affects the UI when uploading files to your publish site:\n<ul>\n<li>When publishing, the default behavior without this flag is to auto-select changed files, but not new files.</li>\n<li>If you set <code>publish: true</code>, then new files are auto-selected to publish.</li>\n<li>If you set <code>publish: false</code>, then we will pretend this file does not exist when publishing. This file will not show up in new/changed files. If this file was previously published, you will see an option to delete it instead.</li>\n</ul>\n</li>\n</ul>\n<h2>Breaking changes</h2>\n<ul>\n<li>The legacy <code>obsidian.css</code> has been deprecated and is no longer supported. If you were using it, you can migrate by moving it to <code>.obsidian/themes/</code> and rename it to your theme's name. Then, choose that theme in the Appearance &gt; Theme setting.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>For security reasons, there is now a confirmation box when clicking on links to non-standard URLs (any protocol that is not <code>http://</code> or <code>https://</code>). You can ask the app to not ask again on a per-protocol basis.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed graph view's hotkey/command not working.</li>\n<li>Fixed note composer not leaving empty lines when splitting a heading.</li>\n<li>Removing a local vault from the vault switcher will now properly clears any associated cache, as well as disassociate it from Obsidian Sync.</li>\n<li>Fixed tables that are longer than the pane's width previously couldn't be scrolled all the way to the right side.</li>\n</ul>\n",
			"date_published": "2021-07-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-19-desktop-v0.12.11/",
			"url": "https://obsidian.md/changelog/2021-07-19-desktop-v0.12.11/",
			"title": "Obsidian 0.12.11 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Note composer now adds a context menu item to headings which lets you extract the heading as well as all of its child content to a different note.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>You can now Ctrl/Cmd+Click the graph view ribbon icon to open it in a new pane.</li>\n<li>Upgraded MathJax to v3.2.0.</li>\n<li>Upgraded Prism.js to v1.24.1.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed deleting to trash sometimes doesn't work.</li>\n<li>Moving files to subfolders will no longer cause Markdown links to add the folder name to the display text.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The <code>Editor</code> interface now has a way to set multiple selections.</li>\n<li>There is now an API to perform HTTP requests without any CORS restrictions. The API is called <code>request()</code>.</li>\n</ul>\n",
			"date_published": "2021-07-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-15-mobile-v1.0.4/",
			"url": "https://obsidian.md/changelog/2021-07-15-mobile-v1.0.4/",
			"title": "Obsidian 1.0.4 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.12.</li>\n<li>Improved startup speed for large vaults.</li>\n<li>Fixed Android app couldn't select locations in the external SD card.</li>\n<li>Fixed Android app crash or behave unexpectedly when file names contain <code>:</code>, <code>%</code> or <code>#</code> characters.</li>\n</ul>\n",
			"date_published": "2021-07-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-12-mobile-v1.0.3/",
			"url": "https://obsidian.md/changelog/2021-07-12-mobile-v1.0.3/",
			"title": "Obsidian 1.0.3 Mobile (Early access)",
			"content_html": "<ul>\n<li>Android: Fixed crash when files and folders contains <code>#</code> or <code>%</code> in their names.</li>\n<li>iOS: Obsidian will now properly create the iCloud folder on first boot up.</li>\n<li>iOS: Fixed minimum iOS requirement back down to iOS 12.</li>\n</ul>\n",
			"date_published": "2021-07-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-11-mobile-v1.0.2/",
			"url": "https://obsidian.md/changelog/2021-07-11-mobile-v1.0.2/",
			"title": "Obsidian 1.0.2 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.10.</li>\n<li>Fixed rare case sync error when synchronizing deleted community plugins.</li>\n<li>Fixed Android 10 &quot;path cannot be resolved&quot; error when selecting vaults in Documents folder.</li>\n</ul>\n",
			"date_published": "2021-07-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-07-mobile-v1.0.0/",
			"url": "https://obsidian.md/changelog/2021-07-07-mobile-v1.0.0/",
			"title": "Obsidian 1.0.0 Mobile (Public)",
			"content_html": "<ul>\n<li>This version is aimed for public release soon!</li>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.10.</li>\n<li>Most notably, you might need the configuration sync improvements for hotkeys.</li>\n<li>Graph view is now functional.\n<ul>\n<li>Pinch zoom has been implemented.</li>\n<li>Graph nodes can now be easily dragged around, or tapped on.</li>\n<li>Graph no longer crashes the second time it's opened.</li>\n</ul>\n</li>\n<li>On Android, you can now choose to open folders as vaults anywhere on your device.</li>\n<li>On Android, you can now share text, links, or attachment files like images and PDFs to Obsidian.\n<ul>\n<li>You can decide to insert the shared text into the current note, choose a note, or insert into your daily note.</li>\n<li>Shared attachment files will be imported into your vault's attachment folder, and after that you can choose to insert them as links into a note or your daily note.</li>\n</ul>\n</li>\n<li>Sharing for iOS will come in a later release.</li>\n</ul>\n",
			"date_published": "2021-07-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-07-07-desktop-v0.12.10/",
			"url": "https://obsidian.md/changelog/2021-07-07-desktop-v0.12.10/",
			"title": "Obsidian 0.12.10 Desktop (Public)",
			"content_html": "<h2>Migration notice</h2>\n<ul>\n<li>Since hotkeys are now stored in a separate file, if you're using Obsidian on multiple devices you might notice that your hotkeys will disappear on non-upgraded Obsidian instances when using Obsidian Sync to sync your app config. To migrate, upgrade Obsidian and turn on the hotkeys sync flag to receive the hotkeys, then restart Obsidian.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Obsidian Sync now allows you to view the version history of settings files through a button from the sync settings page.</li>\n<li>Hotkeys are now saved in its own <code>hotkeys.json</code> file to facilitate independent syncing of hotkeys from the rest of the app settings.</li>\n<li>Obsidian Sync now has an option to sync (or not sync) your hotkeys independently.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed applying fold multiple times causes the fold toggle to require many clicks to unfold.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Obsidian's config files will now be formatted json instead of all on one line.</li>\n</ul>\n",
			"date_published": "2021-07-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-30-desktop-v0.12.9/",
			"url": "https://obsidian.md/changelog/2021-06-30-desktop-v0.12.9/",
			"title": "Obsidian 0.12.9 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed settings don't get saved if they've been ever changed before the new format migration in v0.12.8.</li>\n<li>Fixed hotkeys don't get saved through a restart in some situations.</li>\n</ul>\n",
			"date_published": "2021-06-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-28-desktop-v0.12.8/",
			"url": "https://obsidian.md/changelog/2021-06-28-desktop-v0.12.8/",
			"title": "Obsidian 0.12.8 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian Sync can now be used to synchronize your settings, appearance tweaks, custom CSS, and installed plugins.</li>\n<li>Obsidian Sync can now sync any file type using the &quot;Sync all other types&quot; option.</li>\n<li>Quick switcher now has configuration options to show or hide attachments and unsupported file types, in addition to the current option to show links to non-existent files.</li>\n<li>An option to open file in new pane has been added to file explorer's context menu.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Obsidian's config file has been split up into 4 different files. Previously, it was just <code>config</code>. Now it's <code>app.json</code>, <code>appearance.json</code>, <code>core-plugins.json</code> and <code>community-plugins.json</code>.</li>\n<li><code>registerMarkdownPostProcessor</code> and <code>registerMarkdownCodeBlockProcessor</code> will now return the <code>MarkdownPostProcessor</code> callback function to facilitate manual un-registration.</li>\n</ul>\n",
			"date_published": "2021-06-28T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-23-desktop-v0.12.7/",
			"url": "https://obsidian.md/changelog/2021-06-23-desktop-v0.12.7/",
			"title": "Obsidian 0.12.7 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Obsidian Sync will now no longer store the sync configuration in <code>sync.json</code>, and instead store it inside the app's storage using IndexedDB. This should prevent third party sync tools from accidentally corrupting the sync status database.</li>\n<li>Obsidian Sync will now show the paused icon when uninitialized, instead of the green checkmark.</li>\n<li>Note composer's merge functionality will now update links to point to the newly merged file.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed template core plugin not applying to all dates in the template.</li>\n<li>Fixed note composer not respecting new file location setting.</li>\n<li>Fixed quick switcher not showing links to non-existent files even when enabling the option.</li>\n<li>Fixed search operators <code>line:</code>, <code>section:</code> and <code>block:</code> not showing correct explanation text.</li>\n<li>Fixed Obsidian Sync sometimes causing duplicate files when creating and then immediately renaming files when latency to the sync server is high.</li>\n<li>Fixed unable to use certain characters on non-english keyboards when renaming files because the app thinks the keyboard is entering an illegal character.</li>\n</ul>\n",
			"date_published": "2021-06-23T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-21-desktop-v0.12.6/",
			"url": "https://obsidian.md/changelog/2021-06-21-desktop-v0.12.6/",
			"title": "Obsidian 0.12.6 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There's a new core plugin called &quot;Note Composer&quot; that can help you merge and split notes quickly.\n<ul>\n<li>New command and menu option are available for merging current note into another one.</li>\n<li>Select text and right click for the option to extract it into a separate note.</li>\n<li>You can choose to apply a template for extracted notes. The extracted text will be filled into the <code>{{content}}</code> variable in the template. Other variables like <code>{{fromTitle}}</code>, <code>{{newTitle}}</code>, <code>{{date:YYYY-MM-DD}}</code> are also available.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Core plugins now has their commands prefixed with their plugin name, which makes them easier to find in Command Palette.</li>\n<li>The right click menu in edit mode is now unified into a single consistent menu, which contains the cut/copy/paste/select all options, spellcheck suggestions, as well as link options if available.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Syntax highlighting will now properly recognize any character for task lists.</li>\n<li>Pasting images from Chrome now properly works to import it on MacOS.</li>\n<li>Quick switcher now no longer ranks subfolder matches significantly lower than poor file name matches.</li>\n<li>Text overflowing modals now properly scroll rather than clip at the edge of the screen.</li>\n<li>Plugins causing an error in <code>checkCallback</code> no longer breaks the command palette.</li>\n<li>Fixed backlink in document not showing up in an empty file.</li>\n<li>Fixed drag-and-drop panes not working when right sidebar has no panes and is completely hidden.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Fixed <code>data-path</code> not updated when folders are renamed.</li>\n<li>There is now a <code>editor-menu</code> event on <code>Workspace</code>, which can be used to add more options to the context menu inside the editor.</li>\n</ul>\n",
			"date_published": "2021-06-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-07-desktop-v0.12.5/",
			"url": "https://obsidian.md/changelog/2021-06-07-desktop-v0.12.5/",
			"title": "Obsidian 0.12.5 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The template core plugin now has commands to insert the current time or the current date.</li>\n<li>There's now a new dedicated command to focus on the editor.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Pasting images copied from Chrome's &quot;Copy image&quot; menu action will now properly import the image to the vault, instead of creating a link to the image's original URL.</li>\n<li>On MacOS, in some rare setups, the file system API may stop working, which should now be caught by Obsidian if any action takes over 60 seconds.</li>\n<li>Upgraded MathJax and Mermaid to latest versions.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The strikethrough command now works properly instead of erroneously adding highlight markers.</li>\n<li>Block math now no longer adds an extra empty line after it when immediately followed by a line of text.</li>\n<li>Quick switcher no longer errors out when opening a non-existent file when the new file location is set to current note.</li>\n<li>During link auto-completion, typing <code>#</code> or <code>^</code> when selecting an alias should now put the cursor in the correct place.</li>\n<li>Opening the app no longer opens to an empty editor with a file called &quot;No file&quot; if the file was deleted. Instead it will correctly open the &quot;No file is open&quot; page.</li>\n<li>Fixed performance issue with very long lines of text.</li>\n<li>In the editor, using two <code>:</code> in text no longer causes text to be grayed out in between.</li>\n<li>Fixed some Mermaid diagrams not rendering properly (journey missing text, gantt unreadable active task, class diagrams have very faint text).</li>\n<li>Fixed autocomplete fuzzy sorting algorithm that previously prioritized punctuation over space characters.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>There is now a function available for converting HTML to Markdown called <code>htmlToMarkdown</code>, which is using a pre-configured Turndown Service.</li>\n</ul>\n",
			"date_published": "2021-06-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-06-02-mobile-v0.1.1/",
			"url": "https://obsidian.md/changelog/2021-06-02-mobile-v0.1.1/",
			"title": "Obsidian 0.1.1 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.5.</li>\n<li>Fixed iOS app freeze when typing Chinese, Japanese or Korean.</li>\n<li>Fixed app freeze when indenting list at the end of the file.</li>\n<li>Added new command to focus on the editor.</li>\n<li>Fixed iOS <code>Cmd+Option+I</code> emitted as <code>Cmd+Option+6</code>. Thanks Apple.</li>\n<li>Fixed switching Workspaces causes the sidebars to stop working.</li>\n</ul>\n",
			"date_published": "2021-06-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-05-31-mobile-v0.1.0/",
			"url": "https://obsidian.md/changelog/2021-05-31-mobile-v0.1.0/",
			"title": "Obsidian 0.1.0 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.4.</li>\n<li>You can now add global (non-editor) commands to the toolbar.</li>\n<li>Fixed readable line length not working.</li>\n<li>Fixed iOS editing toolbar (for selection/pasting) not showing up when tapping empty line.</li>\n<li>Fixed up/down not highlighting selected auto-complete items, such as quick switcher and command palette.</li>\n<li>Improved link/tag popover location and styling.</li>\n<li>Fixed multiple consecutive tags recognized into a single tag.</li>\n<li>Fixed some setting pages have text that goes out-of-screen.</li>\n<li>Added commands to insert template, current date, and current time (requires templates core plugin).</li>\n<li>Fixed iPad trackpad unable to click on some items the first time.</li>\n<li>Audio recorder now keeps the device awake to avoid losing the recording.</li>\n<li>Fixed unable to type polish ł on iPad keyboard.</li>\n</ul>\n",
			"date_published": "2021-05-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-05-25-desktop-v0.12.4/",
			"url": "https://obsidian.md/changelog/2021-05-25-desktop-v0.12.4/",
			"title": "Obsidian 0.12.4 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Quick switcher now has an option to show links to files that haven't been created yet.</li>\n<li>A new core plugin &quot;Outgoing links&quot; is now available.\n<ul>\n<li>It shows a list of destinations your note links to.</li>\n<li>It also gives a list of unlinked mentions from the current note that can be linked.</li>\n<li>This plugin is disabled by default, and you must enable it first to see the new side panel.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Graph view's right click menu now has an option to open the note in a new pane.</li>\n<li>The last opened setting tab is now saved when you close and re-open the setting dialog.</li>\n<li>The folding state of the metadata section in preview is now saved, and will be synced with the folding of the frontmatter in edit view.</li>\n<li>Obsidian Sync's status icon will now show red when not connected to the server.</li>\n<li>Exiting from editor search using the escape key now puts the cursor back.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Obsidian Publish dialog checking a folded folder doesn't work.</li>\n<li>Fixed removing the right sidebar still left a gap.</li>\n<li>Fixed resizing sidebars can sometimes go beyond the app window.</li>\n<li>Graph now updates correctly when files are renamed.</li>\n<li>Renaming files while using Markdown links no longer cause unnecessary characters to be url encoded.</li>\n<li>Markdown links to files that haven't been created yet will no longer cause an entry with <code>.md</code> to show up in link auto-complete.</li>\n<li>Fixed navigation history sometimes skips a note.</li>\n<li>Fixed navigating from a non-active linked pane causes the navigation history to forget the previous note.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Status bar elements now have a css class of the plugin ID added to it, for example, <code>plugin-word-count</code>.</li>\n</ul>\n",
			"date_published": "2021-05-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-05-10-desktop-v0.12.3/",
			"url": "https://obsidian.md/changelog/2021-05-10-desktop-v0.12.3/",
			"title": "Obsidian 0.12.3 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Update Electron to v12.0.6.</li>\n</ul>\n",
			"date_published": "2021-05-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-05-07-mobile-v0.0.19/",
			"url": "https://obsidian.md/changelog/2021-05-07-mobile-v0.0.19/",
			"title": "Obsidian 0.0.19 Mobile (Early access)",
			"content_html": "<ul>\n<li>Fixed indented lists flicker when scrolled.</li>\n<li>Fixed line wrapping not properly applied on iOS, causing horizontal scroll.</li>\n<li>Fixed display issue on iOS where left side of the editor is cut off.</li>\n<li>Fixed sharing not working on iOS.</li>\n<li>Fixed strikethrough command adds highlight syntax instead.</li>\n</ul>\n",
			"date_published": "2021-05-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-05-03-desktop-v0.12.2/",
			"url": "https://obsidian.md/changelog/2021-05-03-desktop-v0.12.2/",
			"title": "Obsidian 0.12.2 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Command palette can now be configured to have &quot;pinned&quot; commands that appear at the top.</li>\n<li>Obsidian Publish now has a search filter in the upload dialog.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Obsidian Sync no longer runs into a possible race condition which sometimes causes file to be recognized as deleted. This has only been observed happening on Obsidian Mobile so far.</li>\n<li>Vastly improved Obsidian Sync boot up speed. It will now also avoid re-scans of attachments when they haven't been changed.</li>\n<li>Obsidian Sync will now log the reason for connection errors to help with debugging.</li>\n<li>Embedding other notes with a heading or a block target will no longer render the whole note when the target cannot be found.</li>\n<li>On macOS, the trigger to change font size will now use the pinch-to-zoom gesture instead of <code>Cmd+Scroll</code>.</li>\n<li>Improved performance when sidebars are hidden.</li>\n<li>Caching/speed improvements for rendering images and other media files.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed headings took too much space when line-wrapping.</li>\n<li>Fixed editor had a larger gap on the right side due to an improper CodeMirror upgrade.</li>\n<li>Fixed exiting the hotkey customization pane while the app is waiting for a hotkey causes keys to stop working.</li>\n<li>Fixed link suggestion not working with capital letters when over 10k files + aliases.</li>\n<li>The fold indicator in metadata section is now correctly aligned.</li>\n<li>Fixed bound command not preventing default when command doesn't execute, causing confusion.</li>\n<li>Fixed some plugins didn't show up when a sort filter is applied.</li>\n<li>Removed Ctrl/Cmd+M hotkey for minimizing the app, which was previously assigned by default from Electron.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>You can now specify an <code>editorCallback</code> or <code>editorCheckCallback</code> in a command that will register your command as an editor command, which will allow it to be added to the editor toolbar on mobile.</li>\n<li><code>Adapter</code> now has a <code>stat</code> function.</li>\n<li>There is now a <code>Platform</code> object that can be used to determine whether the app is on mobile, along with some other platform information.</li>\n</ul>\n",
			"date_published": "2021-05-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-30-mobile-v0.0.18/",
			"url": "https://obsidian.md/changelog/2021-04-30-mobile-v0.0.18/",
			"title": "Obsidian 0.0.18 Mobile (Early access)",
			"content_html": "<ul>\n<li>Includes all new functionality and bug fixes of Obsidian Desktop v0.12.2.</li>\n<li>\n<h2>Shiny new things</h2>\n<ul>\n<li>You can now share the current open file to other apps in the more options menu if you have &quot;Open in default app&quot; core plugin enabled.</li>\n<li>Fixed new panes didn't appear right away when you enable core plugins, like outline and starred, and required a restart.</li>\n<li>You can now see the app's version in the About setting tab.</li>\n</ul>\n</li>\n<li><strong>Mobile Toolbar</strong>:\n<ul>\n<li>The configuration tool can now drag-and-drop to reorder toolbar items.</li>\n<li>The toolbar has been rewritten in anticipation of new upcoming APIs. As a result of this, you may need to re-configure the toolbar order.</li>\n<li>The toolbar will no longer show up if you remove all items.</li>\n</ul>\n</li>\n<li><strong>Editor improvements</strong>:\n<ul>\n<li>Clicking search results, backlink items, or outline items will now properly scroll and highlight the target in edit mode.</li>\n<li>Folding is now implemented in edit mode.</li>\n<li>Fixed link suggestion not working for headings.</li>\n<li>You can now click on links in edit mode, which will trigger a popup that can be used to navigate.</li>\n<li>Lists that wraps to the next line will be indented instead of starting at the very left.</li>\n</ul>\n</li>\n<li><strong>Swipe actions</strong>:\n<ul>\n<li>You can now use two-finger swipe left/right to navigate back/forward.</li>\n<li>Will no longer accidentally trigger on <code>canvas</code> objects, which affects graphs and the excalidraw plugin.</li>\n<li>Will now be ignored when coming from a stylus.</li>\n</ul>\n</li>\n<li><strong>iOS specific</strong>:\n<ul>\n<li>Fixed couldn't rename files with long names because it wraps into a hidden area.</li>\n<li>Implemented deleting files to system trash. Deleted files can then be restored from the Files app.</li>\n<li>Fixed Audio recorder plugin on iOS 14.5+.</li>\n<li>File explorer should no longer show some files with a bigger font than others.</li>\n<li>Rotating the screen no longer causes some paragraphs to have a bigger font.</li>\n<li>Fixed iCloud initial sync causes errors when Obsidian boots up.</li>\n<li>When creating new vaults, the iCloud toggle will now be off by default to avoid accidentally setting up Obsidian Sync in iCloud.</li>\n<li>Fixed checkboxes misaligned.</li>\n</ul>\n</li>\n<li><strong>Other general improvements</strong>:\n<ul>\n<li>Fixed deleting files to <code>.trash</code> folder not working properly.</li>\n<li>Fixed flicker when using the font slider in the Appearance setting tab.</li>\n<li>Fixed long-press the three dot menu stopped working. It should now open the more options menu directly.</li>\n<li>Fixed the UI of File recovery plugin.</li>\n<li>&quot;Link&quot; button will now always show in unlinked mentions on mobile.</li>\n<li>Plugins that create a status bar item will no longer crash.</li>\n<li>Menus triggered from file explorer will now have the file name indicated at the top.</li>\n</ul>\n</li>\n</ul>\n",
			"date_published": "2021-04-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-20-mobile-v0.0.17/",
			"url": "https://obsidian.md/changelog/2021-04-20-mobile-v0.0.17/",
			"title": "Obsidian 0.0.17 Mobile (Early access)",
			"content_html": "<ul>\n<li>Fixed can't backspace to delete <code>Tab</code> characters on Android.</li>\n<li>Fixed Option + left/right/delete not behaving correctly on iOS.</li>\n<li>Fixed selecting text triggers swipe action, causing selection handles to disappear.</li>\n<li>Fixed auto-capitalization not working on iOS.</li>\n<li>Fixed side panel fullscreen looking ugly on iOS.</li>\n<li>Don't crash on iOS when selecting &quot;Camera&quot; when inserting attachments.</li>\n<li>Don't show hover tooltips for a split second when pressing buttons.</li>\n<li>Also includes everything up to Desktop v0.12.1</li>\n</ul>\n",
			"date_published": "2021-04-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-20-desktop-v0.12.1/",
			"url": "https://obsidian.md/changelog/2021-04-20-desktop-v0.12.1/",
			"title": "Obsidian 0.12.1 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>On initial loading of the vault, the cache indexing notification will now contain the indexing progress.</li>\n<li>Improvements to the font size adjustment annoyance:\n<ul>\n<li><code>Ctrl+Scroll</code> now only activates if you hold Ctrl before starting to scroll.</li>\n<li>This option can also now be disabled in Settings &gt; Appearance.</li>\n</ul>\n</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Obsidian Sync: setting custom device names now persists properly.</li>\n<li>Obsidian Sync: viewing version history of images and other media files no longer freeze the app trying to render the media file as plaintext. Images can now be previewed.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The HTML property on task lists has been changed from <code>data-checklist</code> to <code>data-task</code> to be consistent with internal code names.</li>\n</ul>\n",
			"date_published": "2021-04-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-19-desktop-v0.12.0/",
			"url": "https://obsidian.md/changelog/2021-04-19-desktop-v0.12.0/",
			"title": "Obsidian 0.12.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now search for tasks using <code>task:</code> similar to <code>block:</code>. There is also <code>task-todo:</code> and <code>task-done:</code> which will match only the tasks that are incomplete or complete, respectively. Use <code>task:&quot;&quot;</code> to match all tasks.</li>\n<li>Search and backlink results has been significantly reworked:\n<ul>\n<li>Search results are now always expanded, instead of showing &quot;... and x more matches&quot;.</li>\n<li>&quot;Show more context&quot; will now show the Markdown block, instead of a fixed number of lines before and after the match.</li>\n<li>There are now buttons to expand individual search results to see even more context.</li>\n<li>Hover preview on search results will now scroll the highlighted region to the center rather than being clipped at the top.</li>\n</ul>\n</li>\n<li>You can now display backlinks inside the document using the more options menu while in preview mode. We will try to support edit mode in a future release.</li>\n<li>Task lists <code>[x]</code> can now contain any character to indicate a completed task, instead of just <code>x</code>. This value can be used by custom CSS to change the appearance of the check mark, and is also available for plugins to use.</li>\n<li>There are now hotkeys to show the panes for file explorer, backlinks, outline, starred, and tag pane.</li>\n<li>You can now change the font size in the editor and preview with an option in Settings &gt; Appearance, or using <code>Ctrl/Cmd + up/down scroll</code>. Some themes may have set overrides for the font size, so this setting might not work for you. See the developer section for details.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Major improvements to plugin management:\n<ul>\n<li>Plugin search now also matches in the description field as well.</li>\n<li>You can now filter installed plugins using a search term.</li>\n<li>Enabled plugins are no longer reset when you toggle safe mode. This can help quickly test whether issues are caused by plugins.</li>\n<li>Plugins can now be enabled or disabled in the same place where they are installed, so you can enable it right away after install, instead of having to find them in the plugins list.</li>\n<li>The &quot;update&quot; button will no longer show up if a plugin doesn't have a new version.</li>\n<li>Plugin setting tabs are now sorted alphabetically.</li>\n</ul>\n</li>\n<li>Obsidian Sync will now store a customizable device name which will show up in the sync log to help debug sync issues.</li>\n<li>Obsidian Publish now allows search on your site even if you don't turn on navigation.</li>\n<li>You can now specify a logo file for Obsidian Publish.</li>\n<li>There is now an option to reload the app when an error happens during initialization.</li>\n<li>There is now a notification when the app first indexes the vault to avoid confusion why some features might not work right away.</li>\n<li>Link suggestions and quick switcher will now fallback to a simpler matching algorithm when vault contains over 10k notes to avoid delays.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Renaming files no longer cause heading links to self (<code>[[#heading]]</code>) to include the file name.</li>\n<li>The Workspaces plugin will now save to the proper workspace if the app was closed and restarted right after switching workspaces.</li>\n<li>Fixed some i18n strings that weren't properly loaded and always used the English variants due to a race condition.</li>\n<li>File names with multiple consecutive space characters now render properly, instead of having the spaces collapse into one.</li>\n<li>Generated Markdown links now properly escapes backslashes.</li>\n<li>Fixed embedded queries behave differently than global search when matching attachment files.</li>\n<li>Fixed linking unlinked mentions not using preferred Markdown link format.</li>\n<li>Word counter for Korean now properly counts words rather than letters.</li>\n<li>Fixed Shift-select in the file explorer accidentally selecting unsupported files that were not shown, causing unexpected file moves when using drag and drop after.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Theme developers: from now on, please avoid setting font-size using absolute units like <code>px</code> or <code>pt</code>. Instead, use relative units like <code>em</code> or <code>%</code>, which will automatically scale from the font size the user specified. To migrate <code>px</code> to <code>em</code>, you can divide your px value by 16 (the default font size), for example, <code>24px =&gt; 1.5em</code>.</li>\n<li>Commands that return false in their <code>checkCallback</code> will no longer set <code>preventDefault()</code> on the key event.</li>\n<li>MetadataCache now includes <code>sections</code> and <code>lists</code> info.\n<ul>\n<li>Sections describe the Markdown root level &quot;blocks&quot;, and comes with a <code>type</code>.</li>\n<li>Lists comes with a <code>parent</code> field which can be used to deduce parent-child relationships, and also a <code>task</code> field which indicates whether this is a task and its completed status.</li>\n</ul>\n</li>\n<li><code>MarkdownRenderChild</code> now requires a <code>containerEl</code> passed in via its constructor.</li>\n<li>You can now retrieve section information as a <code>MarkdownPostProcessor</code> from the context object <code>MarkdownPostProcessorContext.getSectionInfo()</code>.</li>\n</ul>\n",
			"date_published": "2021-04-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-08-mobile-v0.0.16/",
			"url": "https://obsidian.md/changelog/2021-04-08-mobile-v0.0.16/",
			"title": "Obsidian 0.0.16 Mobile (Early access)",
			"content_html": "<ul>\n<li>New &quot;Quick Action&quot; pull down from the top, defaults to Command Palette, but can be configured.</li>\n<li>Completely revamped left and right sidebar animation.</li>\n<li>Setting and Switch vault buttons have been moved to the bottom of the ribbon (just like the desktop layout).</li>\n<li>Slight improvement to link and tag suggestions so the text is less likely to be hidden behind the panel.</li>\n<li>Tab and Shift-Tab now works.</li>\n<li>Readable line length is now implemented in edit mode.</li>\n<li>Fixed fold indicators not visible in preview. (Edit mode still not implemented yet).</li>\n<li>Obsidian Publish is now available from mobile.</li>\n<li>Desktop-only plugins can no longer be installed.</li>\n<li>Fixed resize handle visible through side panes.</li>\n<li>Fixed long vault names don't look very nice.</li>\n<li>Also includes everything up to Desktop v0.11.13</li>\n</ul>\n",
			"date_published": "2021-04-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-04-desktop-v0.11.13/",
			"url": "https://obsidian.md/changelog/2021-04-04-desktop-v0.11.13/",
			"title": "Obsidian 0.11.13 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Page preview can now be configured to require Ctrl/Cmd on hover for each component independently.</li>\n<li>A new option in the About section can now let you specify a folder name for the vault config different than <code>.obsidian</code>. It must still begin with a dot, and must be a valid folder under the vault root. This supersedes the <code>.obsidian.nosync</code> fallback from the last release.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Hardware acceleration has been moved to an advanced section.</li>\n<li>Mermaid.js has been upgraded to 8.9.2.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Empty aliases in frontmatter should no longer cause the backlink pane to spin forever.</li>\n<li>Sync should now properly delete folders with <code>.DS_Store</code>.</li>\n</ul>\n",
			"date_published": "2021-04-04T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-01-desktop-v0.11.12/",
			"url": "https://obsidian.md/changelog/2021-04-01-desktop-v0.11.12/",
			"title": "Obsidian 0.11.12 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed CSS snippets stopped working.</li>\n</ul>\n",
			"date_published": "2021-04-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-04-01-desktop-v0.11.11/",
			"url": "https://obsidian.md/changelog/2021-04-01-desktop-v0.11.11/",
			"title": "Obsidian 0.11.11 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Hover previews now always requires holding <code>Cmd/Ctrl</code>.</li>\n<li>Markdown auto-pairing for <code>=</code>, <code>~</code> and <code>$</code> now only works when you are selecting text. Auto-pairing as you type was an undesirable behavior that was quite annoying for these characters.</li>\n<li>Introduced auto-pairing for comments <code>%</code>, also only happens when you are selecting text.</li>\n<li>Obsidian Sync now no longer cause a few characters of glitching when receiving multiple changes over a high latency network.</li>\n<li>Obsidian Sync will now ignore files with illegal characters when downloading, rather than constantly running into an error and retrying.</li>\n<li>File Recovery will now retry saving files that has been edited but was still in the cooldown period.</li>\n<li>It is now possible to rename <code>.obsidian</code> to <code>.obsidian.nosync</code> to prevent iCloud from syncing the config folder. Make sure to close the app before the rename.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed publish unable to upload <code>publish.js</code>.</li>\n<li>Fixed swapping panes causes one of them to shrink.</li>\n<li>Disabled plugins now properly disables the previously selected hotkeys.</li>\n<li>Fixed file property of <code>new</code> URI handler not working without a parent folder.</li>\n<li>The active pane will now be properly restored between restarts of the app.</li>\n<li>Pressing <code>End</code> will now properly go to the line end in tables.</li>\n<li>Fixed title and body flashes to &quot;No file&quot; briefly when switching notes.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>There is now a mobile emulation flag that can be used to emulate mobile mode. Use <code>app.emulateMobile(true)</code> to turn on emulation and <code>app.emulateMobile(false)</code> to turn off.</li>\n<li>Officially starting to discourage the use of CodeMirror 5's API if possible, and migrate to using the <code>Editor</code> interface. The <code>Editor</code> interface supports Obsidian Mobile and will be used to power the future WYSIWYG mode. We will gradually add any missing APIs to ensure feature compatibility with the older CM5 API when possible.</li>\n</ul>\n",
			"date_published": "2021-04-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-30-mobile-v0.0.15/",
			"url": "https://obsidian.md/changelog/2021-03-30-mobile-v0.0.15/",
			"title": "Obsidian 0.0.15 Mobile (Early access)",
			"content_html": "<ul>\n<li>Fix iCloud sync not downloading whole vault.</li>\n<li>Fix unable to save/move files to Obsidian's iCloud folder.</li>\n<li>Sync will now ignore paths with invalid characters.</li>\n<li>Fixed Obsidian URI executes twice on first starting.</li>\n<li>Also includes updates up to Obsidian desktop v0.11.10.</li>\n</ul>\n",
			"date_published": "2021-03-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-27-mobile-v0.0.14/",
			"url": "https://obsidian.md/changelog/2021-03-27-mobile-v0.0.14/",
			"title": "Obsidian 0.0.14 Mobile (Early access)",
			"content_html": "<ul>\n<li>Improved iCloud performance (Should no longer lag or freeze).</li>\n<li>You can now add local Obsidian vaults, sub folders, and files to other apps in Files.</li>\n<li>Improved Obsidian Sync reliability.</li>\n</ul>\n",
			"date_published": "2021-03-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-26-desktop-v0.11.10/",
			"url": "https://obsidian.md/changelog/2021-03-26-desktop-v0.11.10/",
			"title": "Obsidian 0.11.10 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Backlinks and unlinked mentions can now be filtered using a search query.</li>\n<li>Several new features for Obsidian Publish:\n<ul>\n<li>Option to insert a Google Analytics code (make sure your local regulations allows). Note that this is only available for sites under a custom domain.</li>\n<li>Option to run JavaScript on your site, by uploading a file named <code>publish.js</code> in the root of your vault. Note that this is only available for sites under a custom domain.</li>\n<li>An option to redirect visitors from <code>publish.obsidian.md</code> to your custom domain.</li>\n<li>Password protected sites on custom domains should now work even if third party cookies are blocked.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Hotkeys in Obsidian will now override default hotkeys set by the CodeMirror editor, which previously would also be triggered, causing confusing behavior.</li>\n<li>On Windows and Linux, the non-standard editor hotkeys <code>Ctrl+Up/Down</code>, <code>Ctrl+Shift+Up/Down</code> and <code>Alt+Left/Right</code> have been removed to avoid confusion.</li>\n<li>On macOS, the <code>Option+B/F/D</code> hotkeys have been removed, and will now insert the special symbols <code>ƒ</code> <code>∫</code> and <code>∂</code> normally.</li>\n<li>On macOS, the legacy emacs navigation key bindings for the editor can now be disabled in the editor settings.</li>\n<li>Obsidian will now restore windows to your main screen on startup if they are off-screen, which could be caused by removing a monitor that was previously connected.</li>\n<li>Improved Tibetan language behavior in search and auto-complete.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li><code>tiff</code> files are no longer listed as supported images. The browser engine didn't support it in the first place.</li>\n<li>Sync should no longer get stuck on files larger than 100mb.</li>\n</ul>\n",
			"date_published": "2021-03-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-22-mobile-v0.0.13/",
			"url": "https://obsidian.md/changelog/2021-03-22-mobile-v0.0.13/",
			"title": "Obsidian 0.0.13 Mobile (Early access)",
			"content_html": "<ul>\n<li>Added <code>obsidian://</code> URI handler.</li>\n<li>Added &quot;Insert attachment&quot; toolbar item (needs to be configured).</li>\n<li>Fixed iCloud files with spaces and special characters don't refresh when they're edited elsewhere.</li>\n<li>Fixed left drawer animation.</li>\n<li>Fixed cursor goes under toolbar when pressing enter.</li>\n<li>Fixed small editor glitch with Japanese and Chinese input.</li>\n<li>Fixed copy to clipboard on Android.</li>\n</ul>\n",
			"date_published": "2021-03-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-21-desktop-v0.11.9/",
			"url": "https://obsidian.md/changelog/2021-03-21-desktop-v0.11.9/",
			"title": "Obsidian 0.11.9 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed crash on new vault.</li>\n<li>Fixed plugin tabs not added to the correct setting section.</li>\n</ul>\n",
			"date_published": "2021-03-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-21-desktop-v0.11.8/",
			"url": "https://obsidian.md/changelog/2021-03-21-desktop-v0.11.8/",
			"title": "Obsidian 0.11.8 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Clicking on a search result will now expand any folded regions to highlight the match.</li>\n<li>Improved initial cache loading performance when vault has lots of resource/media files.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed nested <code>section:</code> search always matched files with no headings.</li>\n<li>Fixed <code>file:///</code> image and iframe paths for MacOS and Linux.</li>\n<li>Fixed clicking on a link suggestion doesn't do anything.</li>\n<li>File recovery items can now be scrolled.</li>\n<li>Sync will no longer get stuck trying to delete a folder that has files inside.</li>\n<li>Fixed file explorer glitching out when there are many hidden unsupported files.</li>\n</ul>\n",
			"date_published": "2021-03-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-17-mobile-v0.0.12/",
			"url": "https://obsidian.md/changelog/2021-03-17-mobile-v0.0.12/",
			"title": "Obsidian 0.0.12 Mobile (Early access)",
			"content_html": "<ul>\n<li>Fixed saving files always corrupts files larger than 5MB.</li>\n<li>Community plugins can now be installed. Some of them might not work correctly.</li>\n<li>You can now rename and delete vaults.</li>\n<li>Fixed Audio Recorder for Android. iOS waiting for Apple's bugfix coming in iOS 14.5.</li>\n<li>Fixed broken creation and modified dates on iOS.</li>\n<li>Added file context menu in right sidebar.</li>\n<li>Added file context menu when long-hold three dot menu on the top right, as a shortcut for the one in the sidebar.</li>\n<li>Added long-hold file context menu in file explorer.</li>\n<li>Fixed side drawers titles &amp; icons sometimes not updated.</li>\n<li>Improved Obsidian Sync version history interface.</li>\n<li>Fixed animation glitches.</li>\n<li>Fixed notices not showing up in the correct spot.</li>\n<li>Tons of small UI tweaks for mobile interface.</li>\n</ul>\n",
			"date_published": "2021-03-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-14-desktop-v0.11.7/",
			"url": "https://obsidian.md/changelog/2021-03-14-desktop-v0.11.7/",
			"title": "Obsidian 0.11.7 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a new File Recovery core plugin that keeps snapshots of your most recently edited files for recovery. This can be used to restore lost data in cases where a computer crash causes a file to be corrupted, or when a plugin malfunction causes a file to be wiped.</li>\n<li>You can now nest a <code>section:</code> search within another one to search for sub-headings. For example, <code>section:(Heading1 section:(Subheading))</code></li>\n<li>There is now an option to disable GPU acceleration, especially helpful for those experiencing kernel panics and graphical glitches on MacOS.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Embedded query blocks will now exclude its own block when searching.</li>\n<li>Folder auto-complete for setting options that take a path is will now match case-insensitive.</li>\n<li>There is now an option to switch vault when the app encounters an error when loading the vault.</li>\n<li>Vim mode now has a confirmation dialog to prevent it from being accidentally turned on.</li>\n<li>&quot;Open today's note&quot; command has been tweaked to &quot;Open today's daily note&quot; to avoid confusion.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fix heading and list folding not persisted properly.</li>\n<li>Fix the link suggestion box stuck on page when opening a links using hotkey.</li>\n<li>Fixed rare case of Sync getting stuck on a merge failure.</li>\n</ul>\n",
			"date_published": "2021-03-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-12-mobile-v0.0.11/",
			"url": "https://obsidian.md/changelog/2021-03-12-mobile-v0.0.11/",
			"title": "Obsidian 0.0.11 Mobile (Early access)",
			"content_html": "<ul>\n<li>The global action bar from the left swipe menu has been replaced with a ribbon that works identically to the desktop version.</li>\n<li>Command palette, and all the core plugin actions are now available from the ribbon.</li>\n<li>New option to close panes in right drawer.</li>\n<li>iOS: Fixed app zooms in when taking some actions.</li>\n<li>iOS: Can now double-tap to select words.</li>\n<li>iOS: Screen doesn't fade when scrolling with cursor on a link.</li>\n<li>iOS: Graph no longer crash the app on closing.</li>\n<li>iOS: Fixed status bar text unreadable on light theme.</li>\n<li>Can now press enter in a blockquote.</li>\n<li>Tap on outline item now closes the outline.</li>\n<li>Keyboard retract on search to give more space.</li>\n<li>Performance improvements for animations.</li>\n<li>Lots of small UI tweaks to make various elements size correctly, overflow nicely, scrollable and fit within the viewport.</li>\n</ul>\n",
			"date_published": "2021-03-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-09-desktop-v0.11.6/",
			"url": "https://obsidian.md/changelog/2021-03-09-desktop-v0.11.6/",
			"title": "Obsidian 0.11.6 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>A new command has been added for opening a new workspace while saving the current one.</li>\n<li>Obsidian Sync will now automatically merge sync conflicts instead of overwriting the file. Note that this only applies to <code>.md</code> files.</li>\n<li>When a change is made to a note on disk, but you also have changes in Obsidian that hasn't been auto-saved (within 2 seconds), the two versions will now be merged automatically. Previously the app would discard any unsaved changes causing you to lose a few characters typed.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Search will no longer get stuck if some note failed to load due to a filesystem error.</li>\n<li>When opening a note fails due to a filesystem error, it will no longer be possible to accidentally save the contents of the previously opened note on the newly opened note.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed a rare case sync race condition on high latency network when running on multiple devices. This would previously undo the last few characters typed into the document.</li>\n</ul>\n",
			"date_published": "2021-03-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-03-02-desktop-v0.11.5/",
			"url": "https://obsidian.md/changelog/2021-03-02-desktop-v0.11.5/",
			"title": "Obsidian 0.11.5 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Toggle checklist now works again when the line is empty.</li>\n<li>Fixed link suggestion incorrectly positioned sometimes, overlapping the link itself.</li>\n<li>Fixed tables wrapping in edit mode.</li>\n<li>Search suggestions should now be correctly rendered.</li>\n<li>Fixed scroll sync with embeds that contain lists.</li>\n</ul>\n",
			"date_published": "2021-03-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-26-desktop-v0.11.4/",
			"url": "https://obsidian.md/changelog/2021-02-26-desktop-v0.11.4/",
			"title": "Obsidian 0.11.4 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now start a timelapse graph animation using a command.</li>\n<li>You can now reorder graph color groups by drag and drop on the color picker.</li>\n<li>There is now a new command to toggle the spellchecker.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>We've removed the hotkey <code>Ctrl/Cmd+R</code> which previously reloads the app. It is now a command that can be customized, and is not assigned to any hotkey by default.</li>\n<li>Link auto-complete will now stay when no results are found, so that hotkeys like <code>Tab</code> and <code>Enter</code> will work consistently.</li>\n<li>The language you choose will now be applied to the locale of <code>moment.js</code>, which affects the language generated from your date formats.</li>\n<li>There is now a count for number of community plugins installed.</li>\n<li>Clicking on a suggested item in search will automatically add double quotes <code>&quot;</code> for paths that contain spaces.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li><code>/</code> will no longer show up twice in the forbidden characters list.</li>\n<li>Fixed <code>Ctrl+Click</code> on MacOS not working as right click in graph view.</li>\n<li>Fixed middle click not working on graph view to open in new pane.</li>\n<li>Changing ignored folders or changing file type filters should no longer cause sync to delete some files accidentally.</li>\n</ul>\n",
			"date_published": "2021-02-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-20-desktop-v0.11.3/",
			"url": "https://obsidian.md/changelog/2021-02-20-desktop-v0.11.3/",
			"title": "Obsidian 0.11.3 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian Publish now has an option to block search engines from indexing your site.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed couldn't drag and drop text around the editor.</li>\n<li>Drag and drop files from the system explorer has been restored to copy the file into the vault by default. Holding <code>Ctrl</code> will create a link instead.</li>\n</ul>\n",
			"date_published": "2021-02-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-18-desktop-v0.11.2/",
			"url": "https://obsidian.md/changelog/2021-02-18-desktop-v0.11.2/",
			"title": "Obsidian 0.11.2 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fenced code blocks are now properly styled.</li>\n<li>The <code>obsidian://</code> URL handler won't be registered again if it's already registered with the operating system, which causes a permission prompt on Linux snap.</li>\n<li>Fixed custom CSS not hot-reloading when the file has been changed.</li>\n<li>Clicking on links to create a folder structure should now display those folders properly in the file explorer.</li>\n<li>On MacOS, to drag and drop files on panes, you now have to hold <code>Shift</code> instead of <code>Alt</code> due to MacOS overriding the <code>Alt</code>-drop behavior.</li>\n<li>On MacOS, to drag and drop files from the system explorer and copy the file into the vault, you now have to hold <code>Ctrl</code> instead of <code>Cmd</code> due to a similar issue.</li>\n<li>Fixed vaults not working inside an emulated file system, such as a Cryptomator drive.</li>\n</ul>\n",
			"date_published": "2021-02-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-16-desktop-v0.11.1/",
			"url": "https://obsidian.md/changelog/2021-02-16-desktop-v0.11.1/",
			"title": "Obsidian 0.11.1 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian will now recognize symlinks or folder junctions inside the vault. They are supported, but not recommended because of the many issues they can cause. <a href=\"https://help.obsidian.md/Symbolic+links+and+junctions\">Learn more.</a></li>\n<li>You can now change the sorting order when browsing community plugins by alphabetical, initial release, or download count.</li>\n<li>When you drag and drop files from your native file explorer into Obsidian, it will now default to creating <code>file:///</code> absolute links. Holding the <code>Ctrl/Cmd</code> key will copy the files into your vault like it did previously.</li>\n<li>There is now a command to toggle comments. By default it's <code>Ctrl/Cmd</code> + <code>/</code>.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Clicking on links to notes that haven't been created will now create the folder structure if the parent folders don't yet exist.</li>\n<li>Global search will now find attachments as well if you use <code>file:</code> or <code>path:</code> operators.</li>\n<li>You can now use <code>&lt;iframe&gt;</code> to embed even more sites that previously wouldn't show. This is done by patching the <code>Content-Security-Policy</code> header containing <code>frame-ancestors</code> that some websites use to prevent embedding.</li>\n<li>When looking through the version history of Obsidian Sync, you can now select and copy the file contents for each specific version.</li>\n<li>Hovering Markdown links in edit mode will now highlight them.</li>\n<li>Korean handling has been improved to perform character match instead of word match for unlinked mentions and quoted searches.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Image embeds will no longer go to the next line.</li>\n<li>Fixed lag when typing at the end of a large document.</li>\n<li>Graph color groups no longer reset to black for some colors.</li>\n<li>Moving a file will no longer show a &quot;successfully renamed&quot; message.</li>\n<li>The toggle highlights command/hotkey will now toggle properly for multi-line selections.</li>\n</ul>\n",
			"date_published": "2021-02-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-09-desktop-v0.11.0/",
			"url": "https://obsidian.md/changelog/2021-02-09-desktop-v0.11.0/",
			"title": "Obsidian 0.11.0 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can divide nodes in graph view into groups based on queries, and customize the color of each group. Color all the nodes!</li>\n<li>Folding is now persisted for edit mode and preview mode.</li>\n<li>You can now create a new note with an optional content using the Obsidian URI. <a href=\"https://help.obsidian.md/Advanced+topics/Using+obsidian+URI#Action+new\">More details.</a></li>\n<li>There is now an official Hook integration using the Obsidian URI.</li>\n<li>You are now allowed to use more special characters on MacOS and Linux, such as <code>?</code> and <code>*</code>. Keep in mind that if you synchronize your files with a Windows machine, those will not work.</li>\n<li>When right clicking a link, there is now an option to rename the target file.</li>\n<li>You can now hover search results, backlinks, and unlinked mentions to preview the match using the page preview plugin.</li>\n<li>There's now an option to automatically open your daily note whenever you open your vault.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Folding is now persisted for folders in file explorer.</li>\n<li>Folding is now persisted for graph control sections.</li>\n<li>Folding is now persisted for nested tags.</li>\n<li>You can now use <code>file:///</code> absolute paths to embed images and iframes from your local machine.</li>\n<li>You can now hold <code>Alt</code> to drop a file anywhere on a pane to open it there, rather than having to drop it in the header.</li>\n<li>Graph filters will now automatically apply after you finish typing.</li>\n<li>Block references to list items now scrolls and highlights the exact list item, instead of the whole list.</li>\n<li>Clicking on link to notes that don't yet exist will now open the newly created note in edit mode.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Playing a video in a hover preview no longer causes the video to continue playing after the preview is closed.</li>\n<li>Preview panes will now attempt to keep your scroll location when you resize or split the pane.</li>\n<li>Clicking on a search result now scrolls all linked panes to the result location.</li>\n<li>Word count now properly counts Tamil letters.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>There is now an API available to handle URI actions using the <code>obsidian://</code> protocol. Look for the function <code>Plugin.registerObsidianProtocolHandler(action, handler)</code>.</li>\n<li>You can now use <code>App.fileManager</code> to rename files and update links.</li>\n<li>You can now use <code>Workspace.onLayoutReady(callback)</code> to have a callback run if and when the app's layout is ready. This replaces the previous pattern<pre><code class=\"language-ts\">if (workspace.layoutReady) {\n  callback();\n} else {\n  workspace.on('layout-ready', callback);\n}\n</code></pre>\n</li>\n</ul>\n",
			"date_published": "2021-02-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-05-desktop-v0.10.13/",
			"url": "https://obsidian.md/changelog/2021-02-05-desktop-v0.10.13/",
			"title": "Obsidian 0.10.13 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Graph view can now zoom out more.</li>\n<li>Sync will no longer accidentally sync a new vault if the <code>.obsidian</code> folder was copied.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed opening a note in the current pane does not focus on the editor.</li>\n<li>Pressing <code>Tab</code> after typing in the file name bar should also focus on the editor.</li>\n<li>Revert mermaid patch which caused links to stop working.</li>\n<li>Fixed buttons in global search pane disappearing when pane is small.</li>\n<li>Fixed Markdown links sometimes not properly converting for space character.</li>\n</ul>\n",
			"date_published": "2021-02-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-02-01-desktop-v0.10.12/",
			"url": "https://obsidian.md/changelog/2021-02-01-desktop-v0.10.12/",
			"title": "Obsidian 0.10.12 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a new syntax for comments. Comments will not show up in preview.\n<ul>\n<li>Example: <code>%% comments go here %%</code></li>\n<li>Can be multi-line if the starting <code>%%</code> is at the beginning of the line.</li>\n<li>Inside comments, you can still use inline Markdown formats.</li>\n<li>Links will be recognized for backlinks and graph relationships.</li>\n<li>Tags will be counted and can be searched.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>You can now right click nodes in graph view for a variety of options.</li>\n<li>Tables in edit mode will now use a monospaced font by default, to help with alignment.</li>\n<li>Disabling a plugin will no longer disassociate any hotkeys you have set, and they will work again when the plugin is re-enabled.</li>\n<li>Auto-generated Markdown links will now only URL-encode special characters not recognized by Markdown (such as the space character), as opposed to fully URL-encode any non-ASCII character.</li>\n<li>Obsidian now stores its cache/index in IndexedDB instead of as a JSON file, which caused typing lag previously for huge vaults.</li>\n<li>A broken embed link will now show a box indicating the destination file cannot be found, instead of just disappearing entirely.</li>\n<li>In custom CSS, you can now use <code>data:</code> and <code>https://</code> based web fonts.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Updating a plugin should now properly execute the newly updated plugin, instead of still running the old version.</li>\n<li>Having multiple editor panes open of the same file will no longer cause characters to be overwritten when typing.</li>\n<li>The templates plugin should no longer suggest non Markdown files from the template folder.</li>\n<li>Moving panes around should no longer cause preview mode to go blank.</li>\n<li>Fixed i18n string in Obsidian Publish's custom domain settings.</li>\n<li>File explorer set to sort by modified time will now properly re-sort when files are modified.</li>\n<li>The hotkeys to creating new note will now work even if the file explorer is turned off.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Inline sourcemaps are no longer 2 lines off from your original source when looking at it from the debugger.</li>\n<li>A new abstract view <code>TextFileView</code> is now available for use. This class is an <code>EditableFileView</code> that additionally takes care of saving/loading the file contents. If you wish to extend this view, you can simply hook up the functions that interfaces with your editor and the rest should be taken care of.</li>\n<li>There is now a <code>debounce</code> function exposed for convenience.</li>\n<li>Due to popular demand, there is now a new <code>Plugin.registerMarkdownCodeBlockProcessor</code> helper that makes it easier to register a handler for a custom fenced code block, similar to <code>mermaid</code> and <code>query</code> embeds.</li>\n</ul>\n",
			"date_published": "2021-02-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-28-desktop-v0.10.11/",
			"url": "https://obsidian.md/changelog/2021-01-28-desktop-v0.10.11/",
			"title": "Obsidian 0.10.11 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed unable to install or update plugins due to a change in GitHub's hosting infrastructure.</li>\n</ul>\n",
			"date_published": "2021-01-28T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-25-desktop-v0.10.10/",
			"url": "https://obsidian.md/changelog/2021-01-25-desktop-v0.10.10/",
			"title": "Obsidian 0.10.10 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now choose to show all files, even if Obsidian doesn't recognize the file extension. This will allow you to link to those files, see them in the File Explorer, and open them from the Quick Switcher.</li>\n<li>You can now use <code>&lt;iframe&gt;</code> to embed sites that previously wouldn't show. This is done by ignoring the <code>X-Frame-Options</code> that some websites use to prevent embedding.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>You can now upload <code>favicon.ico</code> for Obsidian Publish.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Image embeds using the wikilink syntax <code>![[image.png]]</code> are now displayed inline instead of taking up a whole line by itself.</li>\n<li>In the custom domain setting for Obsidian Publish, you should now properly see what custom URL you've previously set.</li>\n<li>Sync will no longer delete ignored folders or media files uploaded by other machines.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The API <code>Plugin.registerExtensions()</code> will now allow the app to recognize the file extension without requiring the user to turn on the &quot;Detect all file extensions&quot; option. In combination with <code>Plugin.registerView()</code>, you can now create custom viewers or editors for any file type that we don't currently support.</li>\n</ul>\n",
			"date_published": "2021-01-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-19-desktop-v0.10.9/",
			"url": "https://obsidian.md/changelog/2021-01-19-desktop-v0.10.9/",
			"title": "Obsidian 0.10.9 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian Publish now supports custom domains, subdomains or a sub-folder of your website. For details, <a href=\"https://publish.obsidian.md/help/Licenses+%26+add-on+services/Obsidian+Publish#Custom+domain\">see the help docs</a>.</li>\n<li>There is now a button to copy heading links on Obsidian Publish.</li>\n<li>Global search now displays helpful tips on the various filters we support.</li>\n<li>Global search now has a way to clear the search history.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>PDF export settings are now persisted.</li>\n<li>There is now a button to update all plugins. In addition, installed plugins are now sorted alphabetically.</li>\n<li>Non-existing files are now properly displayed when there is a search filter for path applied, instead of completely removed.</li>\n<li>Mermaid has been upgraded to v8.8.4.</li>\n<li>Clicking on the backlink status bar item now opens the backlink pane.</li>\n<li>Opening the help vault will now open a translated version based on your selected language. Currently only supports Italian, Japanese, and Chinese. <a href=\"https://github.com/obsidianmd/obsidian-docs\">Help us translate the help vault to your favorite language</a>.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The random note plugin no longer adds two ribbon icons.</li>\n<li>Hover preview now loads embedded search properly.</li>\n<li>Fixed uppercase block IDs not linking/embedding properly.</li>\n<li>Backlink panes now updates file titles correctly when a file is renamed.</li>\n<li>Opening a dialog no longer lets you accidentally focus or make modifications to the document behind the dialog.</li>\n<li>Pasting as HTML no longer copies over the text from <code>&lt;style&gt;</code> tags.</li>\n</ul>\n",
			"date_published": "2021-01-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-11-desktop-v0.10.8/",
			"url": "https://obsidian.md/changelog/2021-01-11-desktop-v0.10.8/",
			"title": "Obsidian 0.10.8 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian Publish can now restrict site access with one or multiple passwords.</li>\n<li>You can now choose to store attachments in the same folder as the current note, or in a subfolder relative to the current note.</li>\n<li>Huge PDF improvements:\n<ul>\n<li>PDF files will now render when embedded inside a note.</li>\n<li>PDF files are now rendered using a native PDF viewer, which can scroll, zoom, select and copy text.</li>\n<li>You can now link to a page of a PDF file by adding <code>#page=number</code> at the end. For example <code>[[My file.pdf#page=3]]</code>. This also works for embedded PDFs. Typing <code>#</code> while auto-completing a PDF file will automatically add <code>#page=</code> for you.</li>\n</ul>\n</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Folders now shows the number of files and subfolders when you hover over them.</li>\n<li>The hover tooltips for the file explorer has been reprimanded for being too eager to show up on time. They will now only display once you stop your mouse over it.</li>\n<li>An unlinked pinned outline pane will now attempt to open the file if it's not already open.</li>\n<li>Audio recorder will now generate file names with timestamps similar to pasted images.</li>\n<li>Word count has been improved to handle numbers better.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Changing active panes with hotkeys will now properly focus on them.</li>\n<li>Tooltips no longer leave behind a lingering line sometimes.</li>\n<li>Tooltips now appear on the correct side for backlinks and file explorer.</li>\n<li>The editor text should now always stay clear using subpixel-antialiasing, instead of jumping to blurry grayscale from time to time.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The <code>file-open</code> event is now fired in a debounced frame instead of synchronously running while the <code>activeLeaf</code> is being set.</li>\n<li>The <code>layout-ready</code> event will now only fire once when the app finish loading the workspace, instead of also triggering when loading a different workspace.</li>\n</ul>\n",
			"date_published": "2021-01-11T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-07-desktop-v0.10.7/",
			"url": "https://obsidian.md/changelog/2021-01-07-desktop-v0.10.7/",
			"title": "Obsidian 0.10.7 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Tags can now be clicked on Obsidian Publish to show a list of other pages containing the same tag.</li>\n<li>You can now <code>Ctrl/Cmd</code> click tags in the tag pane to toggle them as a search filter, instead of replacing the search query.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>You can now unlink and pin backlink, outline, or local graph panes to have them stay on the file that was open, instead of navigating along with the current active pane.</li>\n<li>Daily notes will now only check for the daily note inside the selected folder.</li>\n<li><code>tag:#mytag</code> will now always use case-insensitive mode, since tags are always insensitively matched. For case sensitive match, use a plain <code>#mytag</code> query instead.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Tags with underscore <code>_</code> will now auto-complete properly.</li>\n</ul>\n",
			"date_published": "2021-01-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2021-01-04-desktop-v0.10.6/",
			"url": "https://obsidian.md/changelog/2021-01-04-desktop-v0.10.6/",
			"title": "Obsidian 0.10.6 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Tags are now case insensitive in graph view.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The backlink pane should now scroll properly if it's not in the sidebar.</li>\n<li>The ugly flair for attachment file types is now properly styled in the file explorer.</li>\n<li>Internal links can now be selected again in preview.</li>\n<li>Folding headings in preview no longer causes the subsequent area to stay blank until the page is scrolled.</li>\n<li>Dragging and dropping text with a <code>:</code> character no longer creates a Markdown link.</li>\n</ul>\n",
			"date_published": "2021-01-04T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-31-desktop-v0.10.5/",
			"url": "https://obsidian.md/changelog/2020-12-31-desktop-v0.10.5/",
			"title": "Obsidian 0.10.5 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Opening Obsidian with an <code>obsidian://</code> URI no longer opens all previously opened vaults.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Graph view controls should now be styled properly.</li>\n<li>Unexpected OS keys should no longer break the hotkeys panel.</li>\n<li>Tooltips will now properly stay on a single line if there's enough space.</li>\n<li>Tag pane should no longer blank out after collapsing or expanding parent tags.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>In the editor, <code>#parent/child</code> nested tags will only have <code>cm-hashtag-end</code> on the last piece of <code>&lt;span&gt;</code> when spellchecker breaks the tag into multiple pieces.</li>\n<li><code>MarkdownRenderChild</code> has been properly exported.</li>\n<li>Elements in the file explorer now has their file path encoded in a <code>data-path</code> attribute to facilitate custom CSS targeting.</li>\n</ul>\n",
			"date_published": "2020-12-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-30-desktop-v0.10.4/",
			"url": "https://obsidian.md/changelog/2020-12-30-desktop-v0.10.4/",
			"title": "Obsidian 0.10.4 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Hotkeys has been once again reworked to use a &quot;semi&quot; layout independent mode. This should properly recognize remapped layouts like AZERTY and Dvorak, but still provide layout-independence from number and symbol keys.</li>\n<li>Remapped escape key (typically on caps lock) should now work again.</li>\n<li>If you've set any hotkeys in v0.10.2 or v0.10.3, you might need to reset them if they stopped working.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed tag pane sometimes not showing some nested tags depending on the sorting algorithm used.</li>\n</ul>\n",
			"date_published": "2020-12-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-29-desktop-v0.10.3/",
			"url": "https://obsidian.md/changelog/2020-12-29-desktop-v0.10.3/",
			"title": "Obsidian 0.10.3 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Nested Tags: you can now nest tags with unlimited hierarchies using the syntax <code>#parent/child/subchild</code>.\n<ul>\n<li>Searching for <code>tag:#parent</code> will now match <code>#parent/child</code>.</li>\n<li>Tag pane now has an option to display nested tags in hierarchy or flat mode.</li>\n</ul>\n</li>\n<li>Search now has 3 more operators:\n<ul>\n<li><code>line:(...)</code> will perform the subquery on a line-by-line basis, rather than a file-by-file basis. For example, <code>line:(foo bar)</code> will only match <code>foo</code> and <code>bar</code> if they're on the same line.</li>\n<li><code>block:(...)</code> will perform the subquery on a block-by-block basis. This is expensive computationally as it requires parsing each file, which means this is likely slower than other modes.</li>\n<li><code>section:(...)</code> will perform the subquery on a section-by-section basis. A section starts from a heading and ends before the next heading.</li>\n</ul>\n</li>\n<li>Hotkeys have been completely revamped to always use keyboard layout independent mode.\n<ul>\n<li>This has caused confusion in the last version, so we've simplified the process.</li>\n<li>If you've customized hotkeys in the past, they will still work.</li>\n<li>All new hotkeys will be layout independent.</li>\n</ul>\n</li>\n<li>You can now drag and drop links to pane headers to open the link in a specific pane.</li>\n<li>You can now see created and modified time of files by hovering them in the file explorer.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li><code>Cmd+Shift+V</code> can now paste as plaintext on macOS, in addition to the previous <code>Cmd+Shift+Option+V</code> (seriously, who came up with this default hotkey?).</li>\n<li>You can now disable HTML to Markdown conversion on paste in Settings &gt; Editor.</li>\n<li>Hotkeys that are assigned multiple times are now displayed in red.</li>\n<li>Closing panes will re-focus on the most recent active pane instead of the first pane from the left.</li>\n<li>Clicking on a link will automatically focus on the new pane if the current pane is pinned.</li>\n<li>The translucency plugin has been moved to the appearance setting tab.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Links with <code>%20</code> now decode properly when navigating using the editor.</li>\n<li>Focusing on panes now properly sets the state for arrow keys and page up/down keys to scroll the preview.</li>\n<li>Dragging text within the same editor pane no longer duplicates it.</li>\n<li>Fixed spacing between paragraphs in blockquotes.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>Setting</code> and <code>BaseComponent</code> now have a <code>setDisabled</code> function that will disable its control. Disabling a setting will disable all of its components.</li>\n<li><code>Scope.registerKey</code> is now deprecated. It is replaced by <code>Scope.register</code>.</li>\n</ul>\n",
			"date_published": "2020-12-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-21-desktop-v0.10.2/",
			"url": "https://obsidian.md/changelog/2020-12-21-desktop-v0.10.2/",
			"title": "Obsidian 0.10.2 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now embed search queries in the page using the fenced code block syntax with <code>query</code> as the language, similar to how mermaid works. Note that this syntax does not work in Obsidian Publish.</li>\n<li>Obsidian Publish now has a &quot;Show search bar&quot; option, which will add a search bar inside the navigation pane. This can be used to search for pages and headings.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>A layout independent mode has been introduced for hotkeys, which should work consistently across different keyboard layouts. This mode uses the virtual key code that's assigned to each physical key instead of the resulting character that's inputted when the combination is pressed.</li>\n<li>Drag and drop links will no longer create a Markdown link if the link title is identical to the URL.</li>\n<li>Improved behavior of <code>Ctrl/Cmd+Click</code> and <code>Alt+Enter</code> for links in the editor.</li>\n<li>Holding <code>Shift</code> while dropping text will drop it in plaintext mode, similar to <code>Ctrl/Cmd+Shift+V</code> to paste in plaintext mode.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Closing the vault or quitting the app within 2 seconds of editing a file will no longer lose the modifications done within that last 2 seconds.</li>\n<li>The bug where file explorer gains unusual whitespace has been caught and squashed.</li>\n<li>Fixed window size and developer tools were not properly saved when quitting app.</li>\n<li>Toggling highlight will no longer remove bold <code>**</code> signs.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Exposed <code>WorkspaceItem.getRoot()</code> which returns one of <code>Workspace.leftSplit</code>, <code>Workspace.rightSplit</code>, or <code>Workspace.rootSplit</code>. This can be used to distinguish whether a <code>WorkspaceLeaf</code> is in the center area or the sidebars.</li>\n<li>A new event has been added to <code>Workspace.on('quit', callback: (tasks: Tasks) =&gt; any)</code>. This takes a callback with a <code>Tasks</code> object. You can perform any cleanup tasks in here. For any async/promise-based cleanups, such as saving files, add your task to the execution queue using <code>Tasks.add(async () =&gt; { ... })</code> or <code>Tasks.addPromise(promise)</code> so that the app waits until your task is finished before quitting.</li>\n<li>The rendering lifecycle has been tweaked to allow plugins to add sub-components in the renderer post process step. Look for <code>MarkdownPostProcessorContext.addChild</code> for more details.</li>\n</ul>\n",
			"date_published": "2020-12-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-16-desktop-v0.10.1/",
			"url": "https://obsidian.md/changelog/2020-12-16-desktop-v0.10.1/",
			"title": "Obsidian 0.10.1 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Pasting HTML content will now be automatically converted to Markdown. Same for drag and drop. For example, links you drag from web pages will now generate <code>[Display text](https://url)</code> instead of previously just the URL.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Search and replace now has a new default hotkey on macOS <code>Cmd+Option+F</code> to avoid clashing with the native hotkey for hide window.</li>\n<li>Creating new notes from the file explorer or using the hotkey now always open in edit mode.</li>\n<li>When setting up sync on a vault that's older than the synced remote vault, the older files will be ignored and overwritten to avoid a mass rollback.</li>\n<li>Navigation history has been slightly tweaked to be more intuitive, and also remembers scroll sync properly.</li>\n<li>On macOS, closing the last vault and re-activating Obsidian will now re-open the last vault instead of opening the vault switcher.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>On macOS, quitting and restarting the app will properly restore the opened vaults.</li>\n<li>Translucency should now work again on app start on macOS.</li>\n<li>Drag and drop a file to open in a pane will now properly push the navigation history so going backwards feels more natural.</li>\n<li>Spellchecker will now split words that are adjacent to CJK characters.</li>\n<li>The &quot;explain search term&quot; button now works properly again.</li>\n</ul>\n",
			"date_published": "2020-12-16T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-14-desktop-v0.10.0/",
			"url": "https://obsidian.md/changelog/2020-12-14-desktop-v0.10.0/",
			"title": "Obsidian 0.10.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now select multiple files in file explorer using <code>Alt+Click</code>, or multiple consecutive files using <code>Shift+Click</code>.</li>\n<li>You can now reorder starred items.</li>\n<li>You can now <strong>drag files from</strong> various of places:\n<ul>\n<li>Drag a file (or multiple files) from the file explorer, just like before.</li>\n<li>Drag a file from a search result.</li>\n<li>Drag a file from a backlink, or an unlinked reference.</li>\n<li>Drag a file from the starred pane.</li>\n</ul>\n</li>\n<li>You can now <strong>drop files to</strong> various places:\n<ul>\n<li>Drop a file (or multiple files) onto a folder to move it there. You can even do this with files you picked up from anywhere, like a search result. It doesn't have to be from the file explorer.</li>\n<li>Drop a file to a pane's top header section to open the file in that pane.</li>\n<li>Drop a file directly into the editor to insert it as a link. The generated link also follows your preferences, such as relative paths, or using Markdown links.</li>\n<li>Drop a file in another application or in another Obsidian vault to generate an <code>obsidian://</code> link the same way it's generated as &quot;Copy obsidian url&quot;.</li>\n<li>Drop a file to the starred pane to star it.</li>\n</ul>\n</li>\n<li>You can now drag a supported file from your system explorer to a folder in Obsidian's file explorer to import a copy there.</li>\n<li>There is now a dialog with options for page size, landscape mode, and margin options for export to PDF.</li>\n<li>You can now choose the tab size in editor settings.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Quitting the app and restarting will now restore previously open vaults. This will also work on the &quot;relaunch&quot; button after an update has been downloaded.</li>\n<li>On macOS, Obsidian will no longer quit when all windows are closed.</li>\n<li>Pressing <code>Tab</code> will now insert spaces if <code>Use tab to indent</code> is turned off.</li>\n<li>Various visual improvements are added for dragging and dropping panes.</li>\n<li>The app window's title will now indicate the vault name.</li>\n<li>If you have too many ribbon icons, it can now be scrolled to access them all, instead of clipping out the last few icons.</li>\n<li>If the more options menu is too long, it can now be scrolled to access menu options that was previously off-screen.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Sometimes after opening multiple popup windows, all hotkeys stop working. That shouldn't happen anymore.</li>\n<li>With an open note in Obsidian that's been edited outside or by a plugin, sometimes the last newline character disappears. That should no longer happen.</li>\n<li>Fixed some edge cases where custom CSS causes IME positions to overlap the current line.</li>\n<li>Vault switcher should now have more space for certain languages that take more space than others.</li>\n<li>File names with multiple non-breaking spaces will now link properly.</li>\n<li>The about setting tab no longer populates twice when you click on &quot;Check for updates&quot; twice.</li>\n<li>The community plugins page no longer populates twice when you click on a plugin name twice.</li>\n<li>Creating new files will no longer fail if there exists a file called &quot;untitled.md&quot; in lowercase.</li>\n<li>Global search's input box will now expand to take the full width.</li>\n<li>Sync will no longer allow restoring the current version.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>The workflow for augmenting CodeMirror has been improved:\n<ul>\n<li><code>Plugin.registerCodeMirror(callback)</code> has been introduced to help plugins hook to CodeMirror instances that are already loaded, and also created in the future. This function is just a helper for <code>Workspace.iterateCodeMirrors(callback)</code> then <code>Workspace.on('codemirror', callback)</code></li>\n<li><code>Workspace.iterateCodeMirrors(callback)</code> has been introduced to help plugins cleanup their CodeMirror events when the plugin unloads.</li>\n<li><code>App.on('codemirror', callback)</code> has been moved to <code>Workspace.on('codemirror', callback)</code>. The old method will be deprecated and will now proxy to the new one. There is no more event system on <code>App</code>.</li>\n</ul>\n</li>\n</ul>\n",
			"date_published": "2020-12-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-08-desktop-v0.9.22/",
			"url": "https://obsidian.md/changelog/2020-12-08-desktop-v0.9.22/",
			"title": "Obsidian 0.9.22 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Fixed preview &quot;readable line width&quot; option.</li>\n<li>Fixed preview pane could not fold lists and headings.</li>\n<li>Fixed YAML front matter not shown even when option is turned on.</li>\n</ul>\n",
			"date_published": "2020-12-08T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-07-desktop-v0.9.21/",
			"url": "https://obsidian.md/changelog/2020-12-07-desktop-v0.9.21/",
			"title": "Obsidian 0.9.21 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li><a href=\"https://publish.obsidian.md/help/Obsidian+Sync\">Obsidian Sync</a> is now available and can now be purchased. It features:\n<ul>\n<li>End-to-end encryption.</li>\n<li>Selective sync.</li>\n<li>Version history.</li>\n</ul>\n</li>\n<li>You can now use the &quot;Move file to another folder&quot; command to move the current file without having to do a drag-n-drop in the file explorer.</li>\n<li>You can now Ctrl/Cmd hover in the file explorer to preview the contents of a file.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Graph view search filter now has a clear button.</li>\n<li>The file explorer will now automatically scroll when dragging files near the top or bottom edge.</li>\n<li>Tag suggestion will now match anywhere in the tag, instead of just from the beginning.</li>\n<li>You can now create internal links in Mermaid by specifying the class <code>internal-link</code> for the node. The app will use the contents of the node as the link. Example: <code>class A internal-link;</code></li>\n<li>Quick switcher aliases now show the actual file path as well.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Link auto-complete should no longer add an extra pair of <code>]]</code> when another link exists on the same line.</li>\n<li>Mermaid text should now finally be properly scaled.</li>\n<li>The notice &quot;Updated x links in y files&quot; now properly shows number of files instead of always showing <code>1</code>.</li>\n<li>Fixed some cases of blurry text caused by the lack of subpixel-antialiasing.</li>\n<li>Fixed <code>[[</code> auto-conversion from chinese characters <code>【【</code>.</li>\n<li>Typing should no longer lag when linked with another editor pane of the same file.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li>Fuzzy search related functions <code>prepareQuery</code>, <code>fuzzySearch</code>, <code>renderMatches</code>, <code>renderResults</code>, <code>sortSearchResults</code>, are now available.</li>\n</ul>\n",
			"date_published": "2020-12-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-12-02-desktop-v0.9.20/",
			"url": "https://obsidian.md/changelog/2020-12-02-desktop-v0.9.20/",
			"title": "Obsidian 0.9.20 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Quick switcher now auto-completes for aliases as well.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Creating a new file from &quot;no file is open&quot; page now respects the default location option.</li>\n<li>Invalid front matter now shows up as an error in the metadata section of preview mode.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Deleting files and folders now properly remove them from the file explorer.</li>\n<li>Footnotes now work properly in exported PDF files.</li>\n<li>Fixed mermaid graphs don't scale properly when using a HiDPI/retina monitor, or when zooming the app.</li>\n<li>Link suggestion no longer suggests blocks for attachments like images or PDF files.</li>\n<li>Fixed pressing <code>Enter</code> to finish rename a file not working properly when using an IME.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>SuggestModal</code> and <code>FuzzySuggestModal</code> are now available for use.</li>\n</ul>\n",
			"date_published": "2020-12-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-26-desktop-v0.9.19/",
			"url": "https://obsidian.md/changelog/2020-11-26-desktop-v0.9.19/",
			"title": "Obsidian 0.9.19 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>Exporting to PDF now respects the &quot;show frontmatter&quot; option.</li>\n<li>Themes/Snippets now excludes dotfiles generated by MacOS.</li>\n<li>Custom CSS is now applied as soon as the app loads.</li>\n<li>Tags in front matter are now split by space if there was any.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed search and replace in edit mode.</li>\n<li>Open themes/snippets folder now works properly.</li>\n<li>Search, backlinks and unlinked mentions should no longer glitch out when collapsing all results.</li>\n</ul>\n",
			"date_published": "2020-11-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-25-desktop-v0.9.18/",
			"url": "https://obsidian.md/changelog/2020-11-25-desktop-v0.9.18/",
			"title": "Obsidian 0.9.18 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now download multiple themes and switch between them. They are now stored in the <code>vault/.obsidian/themes</code> folder. Be sure to disable the legacy option for <code>obsidian.css</code> when you do so!</li>\n<li>You can now add multiple CSS snippets, and choose to enable/disable them individually. They are stored in the <code>vault/.obsidian/snippets</code> folder.</li>\n<li>You can now check for third-party plugin updates and selectively update them.</li>\n<li>In preview mode, there is now a new section displaying the metadata of a file based on its YAML front matter.</li>\n<li>You can now give notes specific CSS classes using the front matter option <code>cssclass</code>. You can also specify multiple ones with the same syntax as tags and aliases, for example, <code>cssclass: class1, class2</code>. Combine this with custom CSS to selectively style notes.</li>\n<li>You can now sort tags in alphabetical order instead of by frequency.</li>\n<li>You can now collapse the front matter section in edit mode.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>The custom CSS plugin has been merged into the app, under the &quot;Appearance&quot; setting tab.</li>\n<li>In preview mode, if the front matter fails to parse as YAML, an error message will be displayed in the code block if you had show front matter option enabled.</li>\n<li>Link suggestion will now suggest aliases of a file after you type <code>|</code>.</li>\n<li>Link suggestion no longer shows YAML front matter as a block to refer to.</li>\n<li>When renaming a file, Markdown links will now also change the display text if it matches the file name.</li>\n<li>File explorer has been improved to lag less on big vaults.</li>\n<li>Backlinks and unlinked mentions have been improved to lag less when there are many results.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Highlights are now properly exported to PDF.</li>\n<li>After renaming a file, automatically updated Markdown links will now properly contain the <code>.md</code> extension.</li>\n<li>Choosing a spellcheck suggestion will no longer wipe adjacent characters.</li>\n<li>Creating or renaming a file now properly calculates backlinks to it.</li>\n<li>Embed images now shows up properly in block suggestions.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>moment.js</code> has been replaced with <code>moment-with-locales.js</code>.</li>\n<li>CodeMirror has been updated to v5.58.3.</li>\n<li>A new event <code>layout-change</code> is has been added to <code>Workspace</code>.</li>\n</ul>\n",
			"date_published": "2020-11-25T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-21-desktop-v0.9.17/",
			"url": "https://obsidian.md/changelog/2020-11-21-desktop-v0.9.17/",
			"title": "Obsidian 0.9.17 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Obsidian now has a native build for Apple M1 (Apple Silicon).</li>\n<li>There's now a build for 32bit Windows and arm64 Windows.</li>\n<li>There's also a build for Linux arm64.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Tags in front matter no longer requires the <code>#</code> character. You can now write <code>tags: [tag1, tag2, tag3]</code>.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed unable to type in edit mode after inserting a template or opening command palette or quick switcher.</li>\n<li>Star/unstar file in more options menu has been added back.</li>\n</ul>\n",
			"date_published": "2020-11-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-19-desktop-v0.9.16/",
			"url": "https://obsidian.md/changelog/2020-11-19-desktop-v0.9.16/",
			"title": "Obsidian 0.9.16 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now specify <code>aliases</code> in front matter. These will then show up in the <code>[[</code> link suggestion, and auto-complete to <code>[[Filename|alias]]</code>. They will also be picked up in unlinked mentions. For example: <code>aliases: [AI, Artificial Intelligence]</code>. Add double quotes around your alias if it contains special characters.</li>\n<li>You can now specify <code>tags</code> in front matter. These will then show up in the tag pane, as well as in search queries using the <code>tag:</code> operator.  For example: <code>tags: [&quot;#pkm&quot;, &quot;#hype&quot;]</code>.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Command palette and Quick switcher will now restore your cursor or selection when exiting.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Graph filter tag operators no longer operate on links to non-existent files.</li>\n<li>The duplicate menu item &quot;Copy obsidian url&quot; has been removed from the more options menu.</li>\n<li>On Windows, you should now be able to drag the window from the top when it's maximized.</li>\n</ul>\n<h2>Developers</h2>\n<ul>\n<li><code>frontmatter</code> is now available in <code>CachedMetadata</code>.</li>\n<li>Some helper functions for front matter parsing are made available: <code>parseFrontMatterEntry</code>, <code>parseFrontMatterStringArray</code>, <code>parseFrontMatterAliases</code> and <code>parseFrontMatterTags</code>.</li>\n<li>The css class <code>mod-root</code> is now always added to the workspace center area.</li>\n<li>Deprecations: (the old name will remain in code for backward compatibility for a while)\n<ul>\n<li><code>Setting.addExtraSetting</code> has been renamed to <code>addExtraButton</code>.</li>\n<li><code>Workspace.getActiveLeafOfViewType</code> has been renamed to <code>getActiveViewOfType</code>.</li>\n</ul>\n</li>\n</ul>\n",
			"date_published": "2020-11-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-17-desktop-v0.9.15/",
			"url": "https://obsidian.md/changelog/2020-11-17-desktop-v0.9.15/",
			"title": "Obsidian 0.9.15 Desktop (Public)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>The updater has been improved to properly use system proxy settings when fetching downloads. (Requires installer update)</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fix popups from IMEs for east Asian languages such as Chinese and Japanese not properly positioned for heading with larger font than body text.</li>\n<li>Fixed search not working for double-quote full word match that includes punctuation characters.</li>\n</ul>\n",
			"date_published": "2020-11-17T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-13-desktop-v0.9.14/",
			"url": "https://obsidian.md/changelog/2020-11-13-desktop-v0.9.14/",
			"title": "Obsidian 0.9.14 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>A mechanism has been added to deprecate specific versions of third-party plugins known to cause data loss. A notification will be shown to indicate that such a plugin has been disabled.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed right click menu in edit mode.</li>\n<li>Fixed negative path filters in graph search causes tags to be removed.</li>\n<li>Mermaid Gantt charts are now properly sized according to the view size.</li>\n<li>Search results can be scrolled again.</li>\n</ul>\n",
			"date_published": "2020-11-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-12-desktop-v0.9.13/",
			"url": "https://obsidian.md/changelog/2020-11-12-desktop-v0.9.13/",
			"title": "Obsidian 0.9.13 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now right click on search results, backlinks and unlinked mentions to show a file menu for some shortcuts.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>A new option has been added for changing the default mode (edit vs preview) when opening new notes.</li>\n<li>Graph filter query has been tweaked to prevent <code>path:</code> and <code>file:</code> filters from removing tags.</li>\n<li>Search queries with double quotes now properly performs full word search if your query starts or ends in a punctuation character.</li>\n<li>Allow mermaid internal links using the <code>/Note</code> internal link format.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Clicking now properly hides context menus, which previously were sometimes left on the page if clicking on editable text.</li>\n<li>Fold all/unfold all now properly updates the fold indicator.</li>\n<li>Graph hover preview is now back.</li>\n<li>Ctrl-click on internal links should now work on MacOS.</li>\n<li>Popups from IMEs for east Asian languages such as Chinese and Japanese should no longer obscure the line you're typing on.</li>\n<li>Internal links now render properly in footnotes.</li>\n</ul>\n",
			"date_published": "2020-11-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-10-desktop-v0.9.12/",
			"url": "https://obsidian.md/changelog/2020-11-10-desktop-v0.9.12/",
			"title": "Obsidian 0.9.12 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now right click internal links to see many file options, such as opening in new pane, revealing in file navigation, open with default app, etc.</li>\n<li>Global search will now show recent search queries when the search is empty.</li>\n<li>Global search now has an &quot;x&quot; to clear the search query.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Global search and backlinks pane now save your options for collapse results, show more context and sort order. Global search also saves match case and explain search term.</li>\n<li>Backlinks pane also saves the folding of the <code>Linked mentions</code> and <code>Unlinked mentions</code> sections.</li>\n<li>Several new API are now available for plugins to use.</li>\n<li>Plugin authors can now mark a required version of Obsidian for their releases. They can also provide a list of older versions of their plugin that's compatible to older versions of Obsidian.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed fold all previously did not work in preview mode.</li>\n<li>There was a race condition for saving large files on slower computers which could prevent saving the last few characters typed into the note. That should no longer happen.</li>\n<li>Checklist styles have been fixed, they should no longer have an awkward offset from the left side.</li>\n<li>Hover previews now properly renders embeds.</li>\n<li>Indenting from a numbered list to an unordered list no longer causes <code>undefined</code> to appear.</li>\n<li>Printing to PDF no longer generates clickable <code>app://obsidian.md</code> links for internal links.</li>\n</ul>\n",
			"date_published": "2020-11-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-11-03-desktop-v0.9.11/",
			"url": "https://obsidian.md/changelog/2020-11-03-desktop-v0.9.11/",
			"title": "Obsidian 0.9.11 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now export notes to PDF.</li>\n<li>You can now fold headings in preview.</li>\n<li>Fold/Unfold all command/hotkey now works in preview as well.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Plugin API: <code>Vault</code> APIs now normalize all input paths.</li>\n<li>You can now see installed versions of third party plugins in the &quot;Third party plugins&quot; section directly.</li>\n<li>The &quot;Use Markdown links&quot; setting has been moved to &quot;Files&quot; tab and has been renamed to &quot;Use Wikilinks&quot; to avoid users unintentionally turning on Markdown mode.</li>\n<li>Search in preview now automatically selects the first result.</li>\n<li><code>&lt;iframe&gt;</code> now has permission to show modal like <code>alert()</code>.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Word count now works for languages that previously didn't work, such as Hebrew and Georgian.</li>\n</ul>\n",
			"date_published": "2020-11-03T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-30-desktop-v0.9.10/",
			"url": "https://obsidian.md/changelog/2020-10-30-desktop-v0.9.10/",
			"title": "Obsidian 0.9.10 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Community plugins page now has a download count, and is sorted using it.</li>\n<li>Clicking on the plugin information now goes to the community plugins page where more details can be found.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Third party plugins now store their plugin data in their respective folder.</li>\n<li>Third party plugins that fail to initialize will now show a notice about the failure.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Lists in slides no longer show the collapse indicator.</li>\n<li>Tables in edit mode no longer shows a weird space in the middle.</li>\n</ul>\n",
			"date_published": "2020-10-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-29-desktop-v0.9.9/",
			"url": "https://obsidian.md/changelog/2020-10-29-desktop-v0.9.9/",
			"title": "Obsidian 0.9.9 Desktop (Early access)",
			"content_html": "<h2>Improvements</h2>\n<ul>\n<li>API now exports <code>View</code>.</li>\n<li>Plugin <code>onInit</code> has been removed to avoid confusion.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Third party plugins should no longer be disabled on reload.</li>\n<li>Clicking on a graph node should no longer cause an error in the developer console.</li>\n</ul>\n",
			"date_published": "2020-10-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-29-desktop-v0.9.8/",
			"url": "https://obsidian.md/changelog/2020-10-29-desktop-v0.9.8/",
			"title": "Obsidian 0.9.8 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a community plugins page to discover and install third party plugins.\n<ul>\n<li>Check out the updated <a href=\"https://github.com/obsidianmd/obsidian-sample-plugin\">sample plugin</a> on how to structure your plugin and how to release.</li>\n<li>See <a href=\"https://github.com/obsidianmd/obsidian-releases\">publishing instructions</a> on how to add your plugin to the list.</li>\n</ul>\n</li>\n<li>You can now uninstall third party plugins.</li>\n<li>More API has been made available.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Block and heading link suggestions are now sorted by best match.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Spellchecker will no longer attempt to spellcheck <code>&lt;</code> and <code>&gt;</code> characters.</li>\n<li>Fixed updating the wrong part of the link in Markdown links when renaming files.</li>\n<li>Fixed text wrapping to next line, then jumping back to the same line when adding space character.</li>\n<li>Sized images will now stay at their specified size, even if the pane is smaller.</li>\n<li>Extra unnecessary scrollbar from heading/block embeds have been removed.</li>\n</ul>\n",
			"date_published": "2020-10-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-26-desktop-v0.9.7/",
			"url": "https://obsidian.md/changelog/2020-10-26-desktop-v0.9.7/",
			"title": "Obsidian 0.9.7 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The Plugin API alpha is now available! Hype!\n<ul>\n<li>Keep in mind that the plugin API is in <code>alpha</code> status. Any part of the API could introduce breaking changes in a future release.</li>\n<li>For plugin developers, see our <a href=\"https://github.com/obsidianmd/obsidian-sample-plugin\">sample plugin repo</a> and the <a href=\"https://github.com/obsidianmd/obsidian-api\">plugin api</a></li>\n<li>To install a plugin, simply place the plugin files inside the folder <code>MyVault/.obsidian/plugins/my-plugin/</code>.</li>\n<li>For users, currently there is no &quot;app store&quot; for distributing plugins yet. This will come in a future release.</li>\n</ul>\n</li>\n<li>You can now search in preview.</li>\n<li>You can now fold lists in preview. However, the fold state is not saved yet.</li>\n<li>There is now a new command to copy the <code>obsidian://</code> URI for a file.</li>\n<li>A new <code>search</code> action is now available for <code>obsidian://</code> URIs. Here's an example: <code>obsidian://search?vault=my%20vault&amp;query=MOC</code></li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>The app is now much quicker to launch for large vaults.</li>\n<li>Local graph now has a screenshot menu item too.</li>\n<li>Mermaid has been upgraded to v8.8.2.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Switching from preview to edit now properly scrolls to the same place you were viewing.</li>\n<li>Fixed resizing panes sometimes glitches and causes other panes to become tiny.</li>\n<li>Fixed unable to change language when checking for updates.</li>\n<li>Fixed <code>ogv</code> video files not properly included.</li>\n</ul>\n",
			"date_published": "2020-10-26T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-20-desktop-v0.9.6/",
			"url": "https://obsidian.md/changelog/2020-10-20-desktop-v0.9.6/",
			"title": "Obsidian 0.9.6 Desktop (Public)",
			"content_html": "<h2>Breaking changes</h2>\n<ul>\n<li>Block references now require the <code>^</code> character to be part of the link, like so: <code>[[Filename#^blockid]]</code>.</li>\n<li>Block auto-complete will generate this new format automatically.</li>\n<li>The old format from v0.9.5 <code>[[Filename#blockid]]</code> will stop working.</li>\n<li>A conversion tool is added for existing block references from v0.9.5. Use the Markdown format importer plugin's &quot;Block ID upgrade&quot;. Remember to backup your notes since this operates on the whole vault.</li>\n</ul>\n<h2>Improvements</h2>\n<ul>\n<li>Block auto-complete will also display and search the block ID if one is present.</li>\n<li>Block IDs can now contain the dash character <code>-</code>.</li>\n<li>Auto-complete trigger with the prefix <code>#^</code> such as <code>[[Filename#^</code> now behaves identically to <code>[[Filename^</code>.</li>\n<li>&quot;Toggle checklist status&quot; command/hotkey now adds the checkbox syntax <code>- [ ]</code> for any selected lines that does not already have a checkbox.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Image size syntax now works for internal images using the Markdown standard link format.</li>\n<li>Link auto-complete no longer strip characters after a <code>.</code> in the filename when using Markdown links.</li>\n</ul>\n",
			"date_published": "2020-10-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-19-desktop-v0.9.5/",
			"url": "https://obsidian.md/changelog/2020-10-19-desktop-v0.9.5/",
			"title": "Obsidian 0.9.5 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>\n<p>Block references and block embeds are now available.</p>\n<ul>\n<li>Simply type <code>^</code> when linking to trigger the auto-complete: <code>[[Filename^</code>.</li>\n<li>Use <code>[[^^</code> to auto-complete blocks globally.</li>\n<li>The generated link will look like this: <code>[[Filename#blockid]]</code>.</li>\n<li>Block IDs will be generated using the syntax <code>^blockid</code> when using the auto-complete.</li>\n<li>Alternatively, you can manually create the block ID using any alpha-numeric character.</li>\n<li>The block ID must be located at the end of the paragraph or list item, and must include a space character before the <code>^</code>.</li>\n<li>To identify more complex blocks, like tables, you can add the <code>^blockid</code> as its own after the block you're referring to. There must be an empty line before and after <code>^blockid</code> for this to take effect.</li>\n<li>Quick reminder that this syntax for block reference isn't portable Markdown (no other tools support it yet), so please use some discretion when considering working with other tools!</li>\n</ul>\n</li>\n<li>\n<p>You can now auto-complete headings and blocks globally.</p>\n<ul>\n<li>Be aware that this may be slow if your vault is large.</li>\n<li>Auto-complete blocks <strong>globally</strong> by typing <code>[[^^</code>.</li>\n<li>Auto-complete headings <strong>globally</strong> by typing <code>[[##</code>.</li>\n</ul>\n</li>\n<li>\n<p>There is now a new command for toggling the checkbox state between <code>[ ]</code> and <code>[x]</code>. <code>Ctrl/Cmd+Enter</code> is the default hotkey.</p>\n</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>The community theme page has been re-styled to be easier to use.</li>\n<li>HTML <code>&lt;iframe&gt;</code> now has a sandbox attribute added for extra security.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed removing links to an opened file causes the backlink pane to sometimes keep showing the removed link.</li>\n<li>Fixed inability to see the last few characters when editing table that's longer than screen width.</li>\n<li>Malformed Markdown URLs no longer cause parsing failures.</li>\n<li>Linking an unlinked mention now shows up in linked mention right away.</li>\n</ul>\n",
			"date_published": "2020-10-19T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-13-desktop-v0.9.4/",
			"url": "https://obsidian.md/changelog/2020-10-13-desktop-v0.9.4/",
			"title": "Obsidian 0.9.4 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>In preview mode, internal links to notes that don't exist yet are now given the CSS class <code>is-unresolved</code>, and now shows up in a different color than links to existing notes.</li>\n<li>You can now downsize images using the new syntax:\n<ul>\n<li>For Markdown images, use <code>![AltText|100x100](https://url/to/image.png)</code></li>\n<li>For embeds, use <code>![[image.png|100x100]]</code></li>\n<li>To have the image scale according to its aspect ratio, omit the height <code>![[image.png|100]]</code></li>\n</ul>\n</li>\n<li>Obsidian Publish:\n<ul>\n<li>Backlinks! Turn it on to add the new backlink section at the end of each page.</li>\n<li>Your site can now be styled with custom CSS! Just upload either <code>obsidian.css</code> or <code>publish.css</code>. You can also upload both so you can use your existing <code>obsidian.css</code> and add some extra tweaks for publish in <code>publish.css</code>.</li>\n<li>There's a new mode you can turn on called &quot;sliding windows&quot;. This overhauls your site's navigation to open links beside the current page. Inspired by <a href=\"https://notes.andymatuschak.org/\">Andy Matuschak's website</a></li>\n<li>Page URLs now encodes space characters as <code>+</code> instead of <code>%20</code> for a cleaner look.</li>\n</ul>\n</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Obsidian now recognizes <code>.bmp</code>, <code>.svg</code>, and <code>.tiff</code> images.</li>\n<li>Hover preview now pops up where your cursor is, rather than at the position of the link.</li>\n<li>Improved performance when computing backlinks for large vaults.</li>\n<li>Improved performance when auto-completing links for large vaults.</li>\n<li>Embeds got their styling tweaked to be less prominent and less distracting.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Deleting folders on Linux should no longer give an error message.</li>\n<li>Hover preview now fixed for graph view. It stays up nicely and disappears only when the cursor is off the hover and the graph node.</li>\n<li>Fixed a possibility that the hover preview gets stuck when clicking on the link.</li>\n<li>Fixed some characters not decoded properly when using <code>obsidian://</code> URLs, such as the comma <code>%2C</code>.</li>\n<li>Removed duplicate backlinks for links within footnote definitions.</li>\n</ul>\n",
			"date_published": "2020-10-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-10-05-desktop-v0.9.3/",
			"url": "https://obsidian.md/changelog/2020-10-05-desktop-v0.9.3/",
			"title": "Obsidian 0.9.3 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Clicking on checkbox within an embed block or a hover preview now updates the underlying file.</li>\n<li>Embedded notes now update when the underlying file is changed.</li>\n<li>New &quot;Workspaces&quot; plugin allows saving the entire workspace, including panes with their open files as well as all sidebar configuration. Especially useful if you use a vault for multiple purposes to jump between different pane configurations quickly.</li>\n<li>When using global search, you can now copy the search results file list. This can be optionally formatted as wikilinks and/or as lists.</li>\n<li>Hover preview can now be scrolled.</li>\n<li>Hover preview can now stack, meaning you can hover links inside a hover preview and pop out another preview for that link.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Publish plugin now has an &quot;unchanged&quot; section which can be used to un-publish files.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Local graph search filter no longer filters out the current file, which causes everything else to disappear.</li>\n<li>Resetting graph to default now properly resets forces as well.</li>\n<li>Changing search queries now saves to workspace properly.</li>\n</ul>\n",
			"date_published": "2020-10-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-30-desktop-v0.9.2/",
			"url": "https://obsidian.md/changelog/2020-09-30-desktop-v0.9.2/",
			"title": "Obsidian 0.9.2 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a publish plugin that works with Obsidian Publish. For more information, check out the <a href=\"https://publish.obsidian.md/help/Add-on%20services/Obsidian%20Publish\">Obsidian Publish Service</a></li>\n<li>Graph now has an option to tweak when the text fades out.</li>\n<li>You can now mouse hover in graph view with <code>Ctrl/Cmd</code> to bring up the hover preview if the page preview plugin is enabled.</li>\n<li>If your vault is large, there is now a loading progress bar when starting the app, instead of freezing and not functioning until the app properly loads.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Clicking on search results and backlinks now scrolls to the Markdown section containing the first result in preview mode.</li>\n<li>Clicking on search tab now focuses on the search textbox so it can be typed in right away.</li>\n<li>The graph simulation engine has been rewritten to bring even more performance and save battery. Note that the graph simulation engine is responsible for computing where each node moves.</li>\n<li>The graph rendering engine has been tweaked to initialize a bit faster.</li>\n<li>Graph filters have been re-categorized to differentiate between display options and forces. Changing display options now no longer re-activates graph simulation.</li>\n<li>When opening global search with selected text, the query is now properly double-quoted if the query contains space characters.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed styling of backlink/unlinked mentions broken by the previous release.</li>\n<li>Navigating backward/forward should no longer cause the pane type to change from edit/preview to graph, backlinks or outline.</li>\n<li>Slides can now be styled via custom CSS without having to use more specific rules.</li>\n<li><code>obsidian://</code> URIs now fixed for Linux.</li>\n<li>Fixed more instances where preview scroll was reset when scrolling with large images.</li>\n</ul>\n",
			"date_published": "2020-09-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-24-desktop-v0.9.1/",
			"url": "https://obsidian.md/changelog/2020-09-24-desktop-v0.9.1/",
			"title": "Obsidian 0.9.1 Desktop (Public)",
			"content_html": "<h2>Changes</h2>\n<ul>\n<li>Search queries on graph now applies to all nodes, including tags and links to files that haven't been created yet.</li>\n<li>When hovering graph nodes, the node name now shifts down to avoid being covered by the mouse cursor.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The account page now works again. This did break before and we've taken more steps this time to make sure it won't happen again.</li>\n<li>The vault chooser's &quot;Create vault&quot; functionality has been restored.</li>\n<li>Obsidian URI's shortcut mode <code>obsidian://vault/vaultname</code> now properly recognize URI encoded characters such as Chinese characters.</li>\n<li>Previewing documents with large images that are longer than your your screen no longer causes jumping or flickering when scrolling.</li>\n<li>Hovering graph nodes will now stop hovering when the node moves away from the cursor.</li>\n<li>In some rare situations, the app would freeze when loading, where nothing can be clicked and the app is completely unresponsive. This shouldn't happen anymore.</li>\n</ul>\n",
			"date_published": "2020-09-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-21-desktop-v0.9.0/",
			"url": "https://obsidian.md/changelog/2020-09-21-desktop-v0.9.0/",
			"title": "Obsidian 0.9.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Graph view has been completely revamped.\n<ul>\n<li>New options for filtering are now available. You can now:\n<ul>\n<li>Filter files using same syntax as search. This can be especially useful to exclude certain folders like daily notes with <code>path:-&quot;Daily notes&quot;</code>.</li>\n<li>Choose to show <code>#tags</code>.</li>\n<li>Choose to show attachments such as images, audios, and PDFs.</li>\n<li>Choose to hide links to non-existent notes (only show existing files).</li>\n<li>Choose to hide orphan notes (files that do not have links, and is not linked to).</li>\n</ul>\n</li>\n<li>New layout options are available to customize the graph to your vault. You can now:\n<ul>\n<li>Choose to show arrows for links.</li>\n<li>Change the size of nodes and the thickness of links.</li>\n<li>Change the centering force, the repelling force, the link force, and the link distance.</li>\n</ul>\n</li>\n<li>Local graph also has a few new option available. You can now:\n<ul>\n<li>Choose to hide incoming or outgoing links.</li>\n<li>Choose to showing neighbor links. Disabling this option hides links between neighbor notes.</li>\n</ul>\n</li>\n<li>You can now navigate the graph using the keyboard. Arrow keys to pan, <code>+</code> and <code>-</code> to zoom, <code>Shift</code> to speed up movement.</li>\n<li>All graph options, including local graph depth and zoom level, are now persisted through restarts.</li>\n<li>Dragging to pan now has inertia. Zooming has been reworked to be much smoother.</li>\n<li>Graph colors now support custom CSS <code>color: rgba()</code> values as well as <code>opacity: 0.5</code>.</li>\n<li>New graph CSS classes are <code>.color-fill-tag</code>, <code>.color-fill-attachment</code>, <code>.color-fill-unresolved</code>, and <code>.color-arrow</code>.</li>\n<li>Graph simulation is now done in a worker thread. This should make large graphs much more manageable.</li>\n<li>Several optimizations have been implemented to make the graph blazingly fast on vaults of all sizes. Many tricks are commonly used in modern day video games!</li>\n</ul>\n</li>\n<li>Obsidian now supports <code>obsidian://</code> URIs. For the user manual, check out the help doc <code>Advanced use &gt; Using obsidian URI</code>.\n<ul>\n<li>Remember to use <code>%20</code> to encode the space character, and <code>%2F</code> to encode the forward slash <code>/</code>.</li>\n<li><code>obsidian://open?vault=myvault</code> will open the vault &quot;myvault&quot;.</li>\n<li><code>obsidian://open?vault=myvault&amp;file=mynote</code> will open the file &quot;mynote&quot; inside the vault &quot;myvault&quot;/</li>\n<li><code>obsidian://open?path=%2Fabsolute%2Fpath%2Fto%2Fmynote</code> will open the file at the absolute path &quot;/absolute/path/to/mynote&quot; assuming a vault exists for the one of the parent folders.</li>\n</ul>\n</li>\n<li>The two shorthand from v0.8.15 are still available:\n<ul>\n<li>The vault format: <code>obsidian://vault/myvault</code>.</li>\n<li>The vault + file format: <code>obsidian://vault/myvault/mynote</code>.</li>\n<li>The <strong>triple</strong> slash format for absolute paths: <code>obsidian:///absolute/path/to/mynote</code> or on Windows <code>obsidian:///C:\\path\\to\\mynote</code> (forward slash also works).</li>\n</ul>\n</li>\n<li>New CSS classes are added for <code>#tags</code> in the editor for those interested in styling different tags in different colors. For a hypothetical tag <code>#mytag</code>, the class will be <code>.cm-tag-mytag</code>. Unfortunately, this only supports English letters, <code>-</code>, and <code>_</code>, since those are the limitations of CSS class names.</li>\n<li>New CSS classes are now added to <code>&lt;body&gt;</code> to indicate the operating system. They are <code>.mod-macos</code>, <code>.mod-windows</code>, and <code>.mod-linux</code>.</li>\n<li>Markdown importer can now convert Bear style highlight <code>::highlight::</code>.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Global search and edit mode <code>find</code> functionality now copies selected text into the search bar when triggered.</li>\n<li>The vault switcher window now has a language switcher.</li>\n<li>Search should now be much faster if only using <code>file:</code> or <code>path:</code> operators, because the file content does not need to be loaded.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>On Windows, the vault switcher should now show vault name instead of the full path, which took a lot of unnecessary space.</li>\n<li>Splitting a new pane sometimes caused the new pane to be very thin. That should now be fixed.</li>\n<li>Clicking on <code>file:///</code> links should now work properly on Linux. This was broken on a previous release.</li>\n<li>On MacOS, sometimes when double clicking the app titlebar to zoom, the window disappears and can't be made to reappear even if restarting the app. This will no longer happen.</li>\n</ul>\n",
			"date_published": "2020-09-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-14-desktop-v0.8.15/",
			"url": "https://obsidian.md/changelog/2020-09-14-desktop-v0.8.15/",
			"title": "Obsidian 0.8.15 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The app now registers the URL scheme &quot;obsidian://&quot;. This will attempt to open a file in any previously opened vaults.\n<ul>\n<li>On MacOS, this requires installer version 0.8.12+ to work.</li>\n<li>To open a vault that you have previously opened, use the format <code>obsidian://vault/vaultname</code>, where vaultname is the name of the folder of the vault.</li>\n<li>To open a file inside a vault, use the format: <code>obsidian://vault/vaultname/path/to/file</code>.</li>\n<li>To open a file with an absolute path, use the <strong>triple</strong> slash format: <code>obsidian:///absolute/path/to/file</code> or on Windows <code>obsidian:///C:\\path\\to\\file</code> (forward slash also works). This will open the file in the most nested vault that's capable of opening this file.</li>\n<li>If the URL does not do anything, then it means the file does not belong to any vault you have previously opened.</li>\n<li>If the vault opens, but does not navigate to the specified note, then it means the file of that path was not found.</li>\n<li>On Linux, you will have to setup an obsidian.desktop file with <code>Exec=obsidian %u</code>. Details see <a href=\"https://unix.stackexchange.com/a/497147\">here</a>.</li>\n</ul>\n</li>\n<li>Alphabetical sorting has been improved.\n<ul>\n<li>Sort is now case insensitive.</li>\n<li>Sort correctly understand accent characters such as &quot;é&quot; to be the same as &quot;e&quot;.</li>\n<li>Numbers are now naturally sorted, so &quot;1&quot;, &quot;2&quot;, and &quot;10&quot; will now sort in the expected order.</li>\n</ul>\n</li>\n<li>Outline items are now collapsible.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Embed can now be rendered up to 5 layers deep.</li>\n<li>Pasting images now use a 14 digit timestamp format &quot;Pasted image 20200914050118.png&quot; instead of a regular number &quot;Pasted image 15.png&quot;.</li>\n<li>Graph view will now prioritize rendering frames instead of performing physics simulation, which previously caused multi-second lags on large graphs.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Frameless titlebar text is not properly center aligned.</li>\n<li>Linking an unlinked mention now properly removes the entry from the unlinked mention section.</li>\n<li>Removed hidden titlebar when fullscreen which caused the top section of the app to not accept clicks.</li>\n<li>Drag and drop panes no longer cause the moved pane to lose CSS styles and pane headers.</li>\n<li>MacOS can now double click the frameless window header to zoom or un-zoom.</li>\n<li>Numbered lists with checkboxes now renders correctly.</li>\n</ul>\n",
			"date_published": "2020-09-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-10-desktop-v0.8.14/",
			"url": "https://obsidian.md/changelog/2020-09-10-desktop-v0.8.14/",
			"title": "Obsidian 0.8.14 Desktop (Public)",
			"content_html": "<h2>Changes</h2>\n<ul>\n<li>Auto-complete Markdown links now generates the note's name in the display text instead of the full path.</li>\n<li>Checkboxes are now re-colored to match our theme if your installer version is 0.8.12+.</li>\n<li>We have restored link auto-completion for hitting the <code>#</code> key, because otherwise it wouldn't be possible to auto-complete headings when using Markdown links.</li>\n<li>Latex <code>$</code> symbol will auto-pair when selecting text and hitting the <code>$</code> key.</li>\n<li>Fullscreen will now hide the titlebar.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Open in default app now works once again.</li>\n<li>Command palette can now show more than 5 results.</li>\n<li>The vault switcher window style has been fixed.</li>\n<li>Titlebar text is now properly centered.</li>\n<li>Folder and file suggestion popovers now show in the correct position when the page has scrollbars.</li>\n<li>When linking unlinked mentions, the linked entry should now disappear from unlinked mentions list.</li>\n</ul>\n",
			"date_published": "2020-09-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-07-desktop-v0.8.13/",
			"url": "https://obsidian.md/changelog/2020-09-07-desktop-v0.8.13/",
			"title": "Obsidian 0.8.13 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The entire app is now frameless. This also means you can use custom CSS to change the color/appearance of the top bar.</li>\n<li>We've added buttons for navigating backward/forward on the top left of the app.</li>\n<li>There is now a new plugin called &quot;Translucency&quot;, which will make the app translucent. Linux is unsupported for now. Windows users must also re-install the app using the v0.8.12+ installer to be able to use this.</li>\n<li>Strikethrough <code>~</code> and highlight <code>=</code> will now auto-pair when selecting text and hitting the respective keys.</li>\n<li>There are now new commands for &quot;Edit file title&quot; and for &quot;Copy file path&quot;.</li>\n<li>A new option is available to disable line-wrapping in edit mode.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Link suggestion no longer triggers auto-complete when pressing <code>#</code> or <code>|</code> because it's not always intended. Instead, hit <code>Tab</code> first to auto-complete, then type the character normally.</li>\n<li>Selecting text in preview mode now prevents it from being optimized, where previously the selection would disappear when scrolled out-of-view.</li>\n<li>You can now middle-click on graph nodes to open the note in a new pane.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>On Linux, using the mouse backward/forward navigation buttons no longer fires twice.</li>\n<li>Sometimes in edit mode, the collapse/expand triangle overlaps the text. That's now fixed.</li>\n<li>Navigating back to a file that was already deleted shouldn't cause an error anymore.</li>\n<li>Checkboxes with a numbered list now appear on one line instead of wrapping to the next.</li>\n<li>Numbered lists with checkboxes now shows the number instead of hiding it.</li>\n<li>Fixed search operator <code>tag</code> miss every other result within the same file.</li>\n<li>Fixed a rare occurence of scroll lost when typing in a scroll-synced edit/preview configuration.</li>\n<li>Fixed heading not highlighted in preview mode when using the outline plugin if heading is on the last line of the note.</li>\n</ul>\n",
			"date_published": "2020-09-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-07-desktop-v0.8.12/",
			"url": "https://obsidian.md/changelog/2020-09-07-desktop-v0.8.12/",
			"title": "Obsidian 0.8.12 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Update Electron to v10.1.1.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Checkbox now uses a more modern style thanks to the new Electron update.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Line wrapping used to cause a weird space to appear on the second line when the previous line ends with any kind of formatted text. This is fixed by the new Electron.</li>\n</ul>\n",
			"date_published": "2020-09-07T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-09-01-desktop-v0.8.11/",
			"url": "https://obsidian.md/changelog/2020-09-01-desktop-v0.8.11/",
			"title": "Obsidian 0.8.11 Desktop (Early access)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Removed extra space at the bottom of the app.</li>\n<li>Account tab should now load properly.</li>\n<li>Embeds should now appear in backlink pane again.</li>\n<li>Backlink pane no longer show a scrollbar when it shouldn't.</li>\n<li>Backlink pane now updates properly when files are changed outside.</li>\n<li>Graph view no longer crashes when loading initially, or when files are changed outside.</li>\n<li>Fixed unlinked mentions links the wrong item.</li>\n<li>Fixed switching from editor to preview doesn't scroll on large documents.</li>\n<li>Fixed scroll-sync lag with edit mode open.</li>\n<li>Fixed scroll-sync not scrolling to the top on the other pane.</li>\n<li>LaTeX inline blocks <code>$$</code> no longer has the space &amp; digit requirements like <code>$</code>.</li>\n<li>WIP translucency plugin disabled, will be re-enabled next release.</li>\n<li>Updated translations.</li>\n</ul>\n",
			"date_published": "2020-09-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-31-desktop-v0.8.9/",
			"url": "https://obsidian.md/changelog/2020-08-31-desktop-v0.8.9/",
			"title": "Obsidian 0.8.9 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>Linking to headings using <code>[[filename#]]</code> should now properly show suggestions when <code>#</code> is typed, instead of requiring an additional character to be typed first.</li>\n<li>In some rare cases, vaults with many files would freeze when loading up. This should be fixed now.</li>\n</ul>\n",
			"date_published": "2020-08-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-31-desktop-v0.8.10/",
			"url": "https://obsidian.md/changelog/2020-08-31-desktop-v0.8.10/",
			"title": "Obsidian 0.8.10 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Search &amp; backlinks now has an option to sort results, similar to file explorer.</li>\n<li>File sort order now includes sorting by creation time.</li>\n<li>Local graph nodes are now in decremental size from closest to farthest.</li>\n<li>A new search operator <code>tag:#mytag</code> is now available, which will only match tags that are parsed exactly as tags (for example, #mytag inside a code block will be properly ignored).</li>\n<li>A new hotkey has been added to create note in new pane.</li>\n<li>The Zettelkasten prefixer plugin can now set Zettel ID format, similar to daily notes.</li>\n<li>Daily note/Zettelkasten prefixer: Template file now accepts <code>{{date:format}}</code> and <code>{{time:format}}</code> just like the template plugin.</li>\n<li>Frontmatter in preview now has a CSS class to facilitate styling.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Graph view has been greatly optimized. File changes only trigger incremental change detection to re-compute graph instead of a full scan.</li>\n<li>Search and backlinks now refreshes when files in the vault are changed. This update is also done incrementally to minimize performance impact.</li>\n<li>Backlinks pane has now been optimized when switching files or editing note, it will no longer cause lag to the editing experience.</li>\n<li>Opening help vault now wipes the folder first, which prevents older version of the help docs sticking around when they have been renamed.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Cmd/Ctrl-click links and tags in edit mode sometimes requires a 2nd click.</li>\n<li>Consecutive tables now include proper spacing between them instead of being stuck together.</li>\n<li>In the file explorer, you can now click on file names while renaming them without exiting rename mode.</li>\n<li>Fixed footnotes with embedded documents not linking to the right footnote reference when clicked.</li>\n</ul>\n",
			"date_published": "2020-08-31T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.8/",
			"url": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.8/",
			"title": "Obsidian 0.8.8 Desktop (Early access)",
			"content_html": "<h2>Changes</h2>\n<ul>\n<li>Hovering the unlink pane button now highlights the pane itself as well.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Clicking on a checkbox should check the correct box instead of the one 3 lines down, oops.</li>\n<li>Clicking an outline pane link would sometimes not work depending on pane configuration. That's fixed now.</li>\n</ul>\n",
			"date_published": "2020-08-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.7/",
			"url": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.7/",
			"title": "Obsidian 0.8.7 Desktop (Early access)",
			"content_html": "<h2>Changes</h2>\n<ul>\n<li>The cache file that was previously in <code>vault/.obsidian/cache</code> is now moved to the &quot;APPDATA&quot; folder under <code>APPDATA\\Obsidian\\ObsidianCache\\VAULT-ID.json</code>. This should resolve issues with sync applications that caused conflicts with this file. See <a href=\"https://www.electronjs.org/docs/api/app#appgetpathname\">Electron documentation</a> for the precise location of APPDATA on your platform.</li>\n<li>Removed non-functional work-in-progress publish plugin that was accidentally added in v0.8.6.</li>\n<li>Removed console.log of the i18n dictionary that was also accidentally added in v0.8.6.</li>\n</ul>\n",
			"date_published": "2020-08-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.6/",
			"url": "https://obsidian.md/changelog/2020-08-24-desktop-v0.8.6/",
			"title": "Obsidian 0.8.6 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Local graph now has an option to specify number of jumps from the current note.</li>\n<li>There is now a new sort algorithm for quick switcher and link suggestion that's faster and more accurate.</li>\n<li>New search operator <code>content:</code> will search the content of the file only.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Excess spaces are now trimmed when creating new vaults.</li>\n<li>Obsidian is now available in French, Italian, Indonesian, Korean, and Romanian.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Reveal in file explorer no longer show up in file explorer itself.</li>\n<li>Fixed template can't be inserted in pinned panes.</li>\n<li>Fixed template error message using wrong translation.</li>\n<li>Fixed spellchecker suggestion inserts into the wrong location when clicking on the first letter.</li>\n<li>Fixed Chinese and Japanese &quot;exact match&quot; not working due to the lack of space characters.</li>\n<li>Fixed Settings &gt; About showing HTML tags.</li>\n<li>Graph nodes with links to self should not contribute to weight.</li>\n<li>Clicking on other panes should no longer navigate graph view.</li>\n</ul>\n<h2>Bugfix related to the parser switch in v0.8.5</h2>\n<ul>\n<li>Clicking on a checkbox should no longer scroll the page.</li>\n<li>Scroll-sync should no longer be janky, flicker, or cause jumps when typing.</li>\n<li>Footnote links should now work again.</li>\n<li>Clicking outline items now navigates and highlights the correct line.</li>\n<li>Fixed parse fail when there are <code>&amp;amp;</code> or other HTML entities.</li>\n<li>Tooltips no longer clip out of view when they're at the edge of the screen.</li>\n</ul>\n",
			"date_published": "2020-08-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-21-desktop-v0.8.5/",
			"url": "https://obsidian.md/changelog/2020-08-21-desktop-v0.8.5/",
			"title": "Obsidian 0.8.5 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>A new template plugin is now available. Designate a template folder and insert any of them on command. In the plugin setting, you can tell the plugin what to replace <code>{{date}}</code> and <code>{{time}}</code>  with. <code>{{title}}</code> will be replaced by the title of the current file. You can also insert {{date:FORMAT}} to customize date formatting individually.</li>\n<li>YAML Frontmatter is now recognized. You can also hide it using the option in Settings &gt; Editor &gt; Show frontmatter.</li>\n<li>There's now a new file menu item to &quot;reveal file in file explorer&quot;, which highlights the current file in the file explorer pane.</li>\n<li>You can now choose to auto-complete links in the Markdown standard format. This will automatically encode spaces as <code>%20</code>.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>We've now switched from Markdown-It to Remark to parse Markdown files. This will inevitably change how some of your notes look like, since Remark is not fully CommonMark compliant. This change allows us to accurately calculate link positions within a document to properly render backlinks and to update references when files are renamed.</li>\n<li>Search now searches in file name as well.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Two identical links in the same paragraph now properly shows as two distinct backlinks, instead of showing the first one twice.</li>\n<li>Pressing <code>Tab</code> to autocomplete links no longer inserts an extra pair of <code>]]</code>.</li>\n<li>Footnotes used to link to the wrong place, that should be fixed now.</li>\n<li>Vault switcher should no longer flash blank for a second when first opened up.</li>\n<li>Fixed sometimes the window would overflow, causing the whole app to be scrolled up out of view.</li>\n<li>When vault resides in a folder with special characters, embedded images and media no longer worked. This shouldn't happen anymore.</li>\n<li>Pasting control characters (which are also invalid for file names) in the file rename field no longer causes an exception.</li>\n<li>LaTeX rendering using MathJax should no longer be broken if accidentally changed MathJax renderer using the right-click menu.</li>\n<li>Mermaid graphs that couldn't be rendered due to an error won't scroll the whole app anymore.</li>\n<li>Duplicate embeds, LaTeX, and code blocks now properly renders instead of having the first one disappear.</li>\n<li>Spellcheck correction is now properly applied when using custom CSS themes that reduce line height.</li>\n</ul>\n",
			"date_published": "2020-08-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-12-desktop-v0.8.4/",
			"url": "https://obsidian.md/changelog/2020-08-12-desktop-v0.8.4/",
			"title": "Obsidian 0.8.4 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Search improvements:\n<ul>\n<li>If a file has more than one match, the number of matches will be displayed next to the file.</li>\n<li>The collapsed matches that said &quot;... and 8 more matches&quot; can now be expanded to show all results separately.</li>\n<li>Matched text now shows 1 line of surrounding context by default. A new button &quot;Show more context&quot; is added to show up to 5 lines of context instead.</li>\n</ul>\n</li>\n<li>Backlink and unlinked mentions improvements:\n<ul>\n<li>Results can now be collapsed on a per-file basis, just like search results.</li>\n<li>Backlinks and unlinked mentions has a counter for how many total matches when expanded.</li>\n<li>Numerous fixes to recognizing and rendering listed below.</li>\n</ul>\n</li>\n<li>A new command has been added for opening a local graph.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Local graph now re-centers graph when switching file.</li>\n<li><code>![[Embed|Display]]</code> now properly recognizes the link to &quot;Embed.md&quot; instead of &quot;Embed|Display.md&quot;.</li>\n<li>Translations are now complete for Russian, Chinese (traditional).</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Backlinks now properly show context around the matched link, instead of ignoring some space and newline characters, and sometimes showing duplicate words.</li>\n<li>Unlinked mentions that previously matched links or embeds now properly exclude them.</li>\n<li>Fixed graph view plugin accidentally renamed to &quot;File explorer&quot; causing it to enable/disable the file explorer plugin instead.</li>\n<li>Fixed plugin enabled status resets when switching languages.</li>\n<li>Long file names that couldn't be fully displayed used to have a tooltip when hovering that was broken a few versions back. We added it back.</li>\n<li>When clicking on an unlinked local graph, backlink, or outline pane, the pane would previously reset or go blank. That no longer happens.</li>\n<li>LaTeX rendering was broken in 0.8.3 due to an optimization. It should now render properly.</li>\n<li>When deleting a file that's currently open, the outline and backlinks pane no longer closes to &quot;no file is open&quot;.</li>\n</ul>\n",
			"date_published": "2020-08-12T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-08-10-desktop-v0.8.3/",
			"url": "https://obsidian.md/changelog/2020-08-10-desktop-v0.8.3/",
			"title": "Obsidian 0.8.3 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There is now a &quot;local&quot; graph view available. This is bound to a file, only showing notes related to the linked pane, similar to how backlinks and outline pane works. Use the &quot;More options&quot; menu to find the new &quot;Open local graph&quot; option. Try putting it in a sidebar!</li>\n<li>Graph view now updates in real time when files are created, removed, or when links are changed.</li>\n<li>Obsidian is now translated to several different languages thanks to our lovely community members. This version comes with full support for English and 中文 (Chinese), and partial support for Deutsch, Français (French), русский (Russian) and Türkçe (Turkish). If you would like to help translate Obsidian to your native language, join our Discord <code>#translations</code> channel.</li>\n<li>The Slides plugin has been revamped and updated. It now supports image/audio/video embeds, LaTeX, code blocks and mermaid graphs.</li>\n<li>The Zettelkasten prefixer plugin now has a template file option.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Renaming folders now properly updates all affected links. Creating or renaming files that causes duplicate names will now update links to absolute links to avoid conflicts.</li>\n<li>Search performance has been improved. It will now match files much faster, where it was previously limited to 600 files per second.</li>\n<li><code>&lt;style&gt;</code> tags are no longer permitted in raw HTML. This is because the HTML standard disallows <code>&lt;style&gt;</code> tags within <code>&lt;body&gt;</code>; they are only permitted in <code>&lt;head&gt;</code>.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Switching from edit to preview mode had a brief flash before changes are applied, that no longer is the case.</li>\n<li>The editor no longer inserts an extra pair of <code>]]</code> closing brackets when &quot;smart indent list&quot; is turned off.</li>\n<li>Outline plugin no longer switches to a media file if one is opened in the editor. Now it more accurately just says &quot;No headings found.&quot;</li>\n<li>PDFs that previously had missing characters now render properly.</li>\n</ul>\n",
			"date_published": "2020-08-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-07-30-desktop-v0.8.2/",
			"url": "https://obsidian.md/changelog/2020-07-30-desktop-v0.8.2/",
			"title": "Obsidian 0.8.2 Desktop (Public)",
			"content_html": "<p>Lots of under the hood improvements on this one. Everyone should be made slightly happier, and a few people will be made much happier.</p>\n<h2>Changes</h2>\n<ul>\n<li>Opening very large documents in Preview mode will now work much better. We now only render block elements that are in view, and anything that's outside of the visible scroll area is temporarily hidden for performance (tested on &quot;War and Peace&quot; at 3MB/570k words).</li>\n<li>LaTeX now has full MathJax input library included, which should allow the imported libraries to work.</li>\n<li>Pressing the <code>Enter</code> key in the search query will run the query again even if it hasn't been changed.</li>\n<li>The account tab now has a loading animation, instead of showing a &quot;login&quot; page before quickly flashing to the logged in version.</li>\n<li>Search results are now sorted (by path alphabetic) instead of going through files in a somewhat-random order.</li>\n<li>Tags can now use <code>_</code> (underscore) as part of the name.</li>\n<li>Video and audio embeds are now loaded in chunks as they are played, instead of being fully loaded into memory when they open. This should also fix any performance issues and crashes related to having many media embeds in the same file.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Graph view now properly recognizes heading links to the same file.</li>\n<li>Search should now properly show all results, instead of having the last few disappear when scrolling.</li>\n<li>The highlighting for <code>]]</code> was fixed again for some edge cases.</li>\n<li>Panes that overflow to the right side should no longer push other panes around due to a CSS bug.</li>\n<li>Spellcheck dictionary overflow in settings should no longer happen.</li>\n<li>The outline when clicking a LaTeX expression in preview mode has been removed.</li>\n<li>Long words and URLs now wrap correctly, instead of overflowing and requiring scrolling to see.</li>\n<li>Daily notes settings page should show the format correctly now the first time when you open it.</li>\n<li><code>Ctrl/Cmd+D</code> used to not work in Vim mode because it was bound to another operation; that should now work properly to scroll down half a page.</li>\n<li>Unsupported files, most notably <code>obsidian.css</code>, should no longer show up in quick switcher.</li>\n<li>Some parts of the interface previously allowed text selection, which was confusing. That should no longer happen.</li>\n<li>Fixed an editor crash issue caused by using a checklist inside a footnote.</li>\n<li>Word count for large files should no longer cause lag.</li>\n<li>Changing custom CSS no longer causes the editor to enter a broken state until the app is reloaded.</li>\n</ul>\n",
			"date_published": "2020-07-30T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-07-21-desktop-v0.8.1/",
			"url": "https://obsidian.md/changelog/2020-07-21-desktop-v0.8.1/",
			"title": "Obsidian 0.8.1 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There's now a new Outline plugin, which works in the same way as the backlinks pane. An &quot;unlinked&quot; sidebar pane will show the outline of the current file, while a &quot;linked&quot; pane will always show the outline of the linked pane.</li>\n<li>Open with Default App plugin now also adds &quot;Show in Folder&quot; option which will open the system file manager and highlight the file.</li>\n<li>You can now scroll beyond the last line of the file.</li>\n<li>HTML tags with <code>style</code> properties are now allowed to be added to elements, style all the things!</li>\n<li>HTML <code>iframe</code> tags are now allowed, which can be used to embed various external pages like YouTube, Google Maps, etc.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Graph view now has smoother fading animations when hovering with mouse.</li>\n<li>Search regex now uses multiline mode, which means <code>^</code> will now match beginning of line and <code>$</code> will now match end of line.</li>\n<li>Link auto-complete and quick switcher would match the file name as a priority, instead of always matching the full path. This should improve the match ordering for searcher that contain characters in the parent folder, such as searching for &quot;task&quot; in &quot;test/task.md&quot; which previously matched &quot;[t]est/t[ask]&quot; instead of &quot;test/[task]&quot;.</li>\n<li>The HTML sanitizer is now a lot faster, making large documents more performant.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Switching between edit mode and preview mode no longer loses your scroll position from the top, so you won't have to scroll all the way down again.</li>\n<li>Global search fixes:\n<ul>\n<li>&quot;quoted string&quot; did not properly match full words when containing punctuation or whitespace characters, such as &quot;- [ ]&quot;. It should work now.</li>\n<li>/regex/ previously required two backslashes to escape characters, for example, <code>/\\[\\]/</code> previously didn't work, requiring <code>/\\\\[\\\\]/</code>. Now you don't need to add the second backslash.</li>\n<li>When clicking on a search result, sometimes the highlights were off by a few characters. This was caused by Windows-style line endings &quot;\\r&quot;, and should no longer cause any trouble.</li>\n<li>Search results sometimes didn't show all results when scrolling. Also sometimes the results would flicker and jump around. That should stop happening now.</li>\n<li>Fixed search operator <code>ignore-case:</code> previously made the search case sensitive instead of what it says it does, oops.</li>\n</ul>\n</li>\n<li>Link autocomplete should no longer generates a leading <code>/</code> for relative links.</li>\n<li>Fixed <code>]]</code> not properly styled in headings, which made them appear really small.</li>\n<li>Table headers are now properly aligned using table alignment options.</li>\n<li>Fixed editor horizontal scrollbar hidden behind text, so it could not be interacted with.</li>\n<li>Fixed <code>$$</code> latex blocks couldn't contain single dollar signs <code>$</code>.</li>\n<li>Backlinks pane now no longer cause lag when switching documents in a vault with heavy linking.</li>\n</ul>\n",
			"date_published": "2020-07-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-07-14-desktop-v0.8.0/",
			"url": "https://obsidian.md/changelog/2020-07-14-desktop-v0.8.0/",
			"title": "Obsidian 0.8.0 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Major new feature: Search has been massively improved and expanded! Check this out:\n<ul>\n<li>Words in the search query separated by space will be searched independently in each file.</li>\n<li><code>&quot;Quoted strings&quot;</code> can be used to perform full word match. <code>&quot;test&quot;</code> will not match the word <code>testing</code>. Use backslash <code>\\&quot;</code> to escape double quotes and <code>\\\\</code> to escape backslash.</li>\n<li>Regular expressions (regex) can now be used in search. Use forward slash to denote a regular expression. For example: <code>/[a-z]{3}/</code>.</li>\n<li>Boolean operations can now be used. Use <code>OR</code> to match one or another. Use <code>-</code> to negate a query. The space character is used for boolean &quot;and&quot;.</li>\n<li>Parenthesis can be used to group boolean operations. For example <code>(a OR b) (c OR d)</code>.</li>\n<li>Several special operators are available. Some operators allow nesting queries using parenthesis, for example: <code>file:(&quot;to be&quot; OR -&quot;2B&quot;)</code>.\n<ul>\n<li><code>file:</code> will perform the following subquery on the file name. For example: <code>file:&quot;.jpg&quot;</code>.</li>\n<li><code>path:</code> will perform the following subquery on the file path, absolute from the root. For example: <code>file:&quot;Daily Notes/2020-07&quot;</code>.</li>\n<li><code>match-case:</code> and <code>ignore-case:</code> will override the case sensitive match logic for the following subquery.</li>\n</ul>\n</li>\n<li>There are now options in the search interface to provide different types of results:\n<ul>\n<li><code>Collapse results</code> will toggle between just showing matching note names and showing the lines in which matches appear. These extended results can be toggled for each note by clicking on the folding triangle next to the file name.</li>\n<li><code>Match Case</code> will do what it says, but note that it can be overridden on a per-search basis as per above.</li>\n<li><code>Explain Search Terms</code> will show you what the search is actually looking for in plain terms, so you can debug complex searches.</li>\n</ul>\n</li>\n<li>And search results are now optimized to only render results visible in the scrollable box. This means no more lag when there are a lot of search matches.</li>\n<li>You can also star search queries for quick navigation using the &quot;Starred&quot; plugin.</li>\n</ul>\n</li>\n<li>There is a new option for link suggestions to auto-complete paths in relative format, vault-absolute format, or our default &quot;shortest unique path&quot;. This option can be found in Settings &gt; File.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Daily Notes plugin now adds commands to go to previous and next day's note, if they exist. You will only see these in the Command Palette if you are in a daily note. A daily note for these purposes is defined as &quot;matching the date format set in the daily notes plugin settings,&quot; so so any notes that don't use the specified date format won't be navigated to.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Excessive padding for media embeds (images, audio, video) have been slimmed down.</li>\n<li>There was a bug in the recognition of tags with numbers wherein some would be shown as tags in preview but not edit mode. That is fixed now.</li>\n<li>And we fixed the thing where toggle highlight command would just add more <code>==</code> instead of toggling as the name would suggest.</li>\n<li>Mermaid graphs would sometimes have boxes clip the last few letters of the text. That shouldn't happen anymore.</li>\n</ul>\n",
			"date_published": "2020-07-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-07-02-desktop-v0.7.6/",
			"url": "https://obsidian.md/changelog/2020-07-02-desktop-v0.7.6/",
			"title": "Obsidian 0.7.6 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>We now render mermaid diagrams! <a href=\"https://mermaid-js.github.io/mermaid/#/\">Mermaid</a> is a markup language similar to Markdown for producing diagrams and flow charts. The syntax to work with mermaid is a backtick-fenced code block, with the type set to <code>mermaid</code>, like so:</li>\n</ul>\n<pre><code class=\"language-mermaid\">graph TD;\n    A--&gt;B;\n    A--&gt;C;\n    B--&gt;D;\n    C--&gt;D;\n</code></pre>\n<ul>\n<li>There's now folder auto-complete for plugin options that select folders.</li>\n<li>We now auto pair ==highlight== syntax. We've also added a command &amp; hotkey for this, similar to bold and italics.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>We've moved workspace-related ephemeral data from <code>.obsidian/config</code> to its own file <code>.obsidian/workspace</code>.</li>\n<li>When suggesting links, the first item will only be automatically selected if you type at least 1 character.</li>\n<li>Bare URLs without a scheme prefix will no longer be automatically detected as links. Add &quot;https://&quot; for it to be recognized. (For example, <code>obsidian.md</code> vs <code>https://obsidian.md</code>)</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Sometimes trying to auto-link backlinks in &quot;unlinked mentions&quot; could be clicked multiple times producing a <code>[[link]]nk]]nk]]</code>. Thankfully, that no longer happens.</li>\n<li>We fixed LaTeX sometimes hanging the app if <code>$</code> was included in the middle.</li>\n<li>We also fixed LaTeX couldn't include escaped <code>$</code>. You can now do that with <code>\\$</code></li>\n<li>We've optimized HTML rendering to speed up re-rendering for big documents.</li>\n<li><code>Ctrl/Cmd-B</code> and <code>Ctrl/Cmd-I</code> are now customizable.</li>\n<li>Indenting/unindenting using &quot;smart indent lists&quot; should no longer become &quot;NaN.&quot;</li>\n<li>Consecutive links <code>[[link1]][link2]]</code> now links to the correct place in edit mode.</li>\n</ul>\n",
			"date_published": "2020-07-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-07-01-desktop-v0.7.5/",
			"url": "https://obsidian.md/changelog/2020-07-01-desktop-v0.7.5/",
			"title": "Obsidian 0.7.5 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>We added a &quot;strict Markdown line break&quot; option for previews, which obeys Markdown's original newline spec. This will cause single line breaks to be ignored.</li>\n<li><code>Ctrl/Cmd-D</code> can now be customized.</li>\n<li>We added new commands for folding/unfolding all lines.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Spellcheck will now ignore URLs and code blocks.</li>\n<li>Spellcheck now has a user dictionary. Right click + <code>Add to dictionary</code> to add. Settings -&gt; Editor -&gt; Spellcheck (gears icon) to remove words from the dictionary.</li>\n<li>Pinning panes will now be applied to the whole group of linked panes.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>&quot;Replace all&quot; can now undo and redo in a single operation.</li>\n<li><code>Ctrl/Cmd-[</code> and <code>Ctrl/Cmd-]</code> no longer override vim mode.</li>\n<li>We added a notice for when saving fails, which could happen if the USB drive containing the vault is ejected.</li>\n<li>We fixed the <code>split pane</code> command and shortcut creating empty panes when current pane was pinned.</li>\n<li>Footnotes now go to the right place. The link destination will now also be highlighted.</li>\n<li>We fixed the bug where front-matter containing the string <code>---</code> could cause the editor to crash.</li>\n<li>Auto-detected URLs in the editor will no longer include the space or period characters after.</li>\n<li>And we fixed &quot;Focus on above/below/left/right pane&quot; option not always finding the correct pane to focus.</li>\n<li>Graph view now stops all activity soon after you stop interacting with it. This should save quite some CPU cycles if you prefer to have a graph open at all times.</li>\n</ul>\n",
			"date_published": "2020-07-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-20-desktop-v0.7.4/",
			"url": "https://obsidian.md/changelog/2020-06-20-desktop-v0.7.4/",
			"title": "Obsidian 0.7.4 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>We've added command palette options for navigation between panes (up/down/left/right), as well as open in default app. And, yes, you can make them hotkeys!</li>\n<li>We've also added a command palette, and thus the possibility of hotkeys, for toggling the fold on the current line, as well as swapping lines up and down.</li>\n<li>And there's now a command available to toggle pinning of a pane as well. So many commands!</li>\n<li>Vim mode now has a prompt for <code>:</code>, <code>/</code>, and <code>?</code>.</li>\n<li>Sidebar notes can now be switched between preview and edit using the context menu.</li>\n<li>Also, we have a Spellchecker now! It's only US/English for now, but at least you can spellcheck <em>a</em> language! Turn this on in Settings =&gt; Editor.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li><code>Select all</code> has been removed from the context menu.</li>\n<li>Rename now selects the whole file name.</li>\n<li>We've revamped Automatic update.  Now it checks every hour, has a button to check right away, and has a way to disable automatic updates. THIS WON'T WORK FOR NOW on the insider build because it requires a new installer, so this will only be in the public release.</li>\n<li>We now allow customizing <code>Cmd/Ctrl+K</code>, which was previously reserved for the Markdown editor's insert link.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Search highlighting now shows through code and <code>==</code> highlight.</li>\n<li>We fixed the misalignment of the images in the dmg in MacOS. We know that was very important to some of you.</li>\n<li>There was a very weird Javascript bug wherein a file could not be named &quot;Constructor.&quot; You can now name a file &quot;constructor.&quot; Thanks, Javascript.</li>\n<li>We fixed context menus sometimes getting stuck open.</li>\n<li>We fixed link and tag autocomplete showing up too far on the left.</li>\n<li>And we fixed block LaTeX not being recognized without a newline before it.</li>\n<li>We fixed internal links not working in edit mode when it contains _ or when spellchecker picks up a word.</li>\n</ul>\n",
			"date_published": "2020-06-20T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-14-desktop-v0.7.3/",
			"url": "https://obsidian.md/changelog/2020-06-14-desktop-v0.7.3/",
			"title": "Obsidian 0.7.3 Desktop (Public)",
			"content_html": "<h2>No longer broken</h2>\n<ul>\n<li>We fixed an issue where renaming a folder causes all files under it to no longer open in the app.</li>\n</ul>\n",
			"date_published": "2020-06-14T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-13-desktop-v0.7.2/",
			"url": "https://obsidian.md/changelog/2020-06-13-desktop-v0.7.2/",
			"title": "Obsidian 0.7.2 Desktop (Early access)",
			"content_html": "<p>Some quick bug fixes on top of 0.7.1.</p>\n<h2>No longer broken</h2>\n<ul>\n<li>We fixed backlinks not being updated when files are edited.</li>\n<li>There was another instance of pressing <code>Tab</code> causing the cursor to  jump to another file while editing, that's fixed now too.</li>\n<li>The graph view was getting cut off when sidebar was collapsed, it should now redraw correctly.</li>\n<li>Selection color in preview was being applied incorrectly, now it is right.</li>\n<li>In preview mode code blocks were not aligned properly, now they are.</li>\n<li>Block latex is now properly detected in editor when <code>$$</code> is on its own line.</li>\n<li>We fixed a trailing escaped character causing latex to not be detected in the editor.</li>\n<li>We fixed an issue where <code>Cmd-Z</code> does not undo the file name change.</li>\n</ul>\n",
			"date_published": "2020-06-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-10-desktop-v0.7.1/",
			"url": "https://obsidian.md/changelog/2020-06-10-desktop-v0.7.1/",
			"title": "Obsidian 0.7.1 Desktop (Early access)",
			"content_html": "<p>Just some quick bug fixes on the heels of 0.7.0, cleaning up a little.</p>\n<h2>Changes</h2>\n<ul>\n<li>We now allow <code>[File](file:///...)</code> links in preview.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Pressing <code>Tab</code> at the end of a file no longer causes the cursor to jump to another pane's file name.</li>\n<li>We fixed the editor pane scrollbar sometimes cannot be clicked on.</li>\n<li>We fixed renaming a file sometimes not updating starred file list, causing the file not found error.</li>\n<li>Pressing <code>Enter</code> while searching no longer causes it to jump to the next occurrence even if the cursor is in the document.</li>\n<li>We fixed the thing where the graph view's pane would blank out or duplicate when the pane was moved.</li>\n<li>We fixed editor selection sometimes having two different colors.</li>\n<li>The bug with <code>Cmd/Ctrl-[</code> and <code>]</code> not incrementing numbered lists correctly is now fixed.</li>\n</ul>\n",
			"date_published": "2020-06-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-09-desktop-v0.7.0/",
			"url": "https://obsidian.md/changelog/2020-06-09-desktop-v0.7.0/",
			"title": "Obsidian 0.7.0 Desktop (Early access)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>We've rebuilt the pane system entirely, adding lots of functionality and flexibility to the way you can interact with your notes:</li>\n<li>Panes can now be rearranged by dragging the icon in the top left of the pane. Dropping onto each of the four sides of an existing pane creates a horizontal or vertical split, dropping in the center swaps positions.</li>\n<li>Panes can now be moved to sidebars as well, and sidebars can be repositioned in the same way. A drop onto a the top or bottom of the sidebar will create a vertical split, a drop in the center creates a stack of tabs that can be switched between. (Before you ask, no, you can't easily rearrange tabs yet, we're working on that.)</li>\n<li>Panes can now be manually linked to another pane using an option in the more options menu (the three dots icon in the top right corner of the pane).</li>\n<li>You can now open backlinks for a specific file pane in the more options menu, which will be linked to just that file. There's also an option for it in the Command Palette.</li>\n<li>Depending on your settings, some sidebars may not show up initially in the new panel system (most notably Starred Files). If this happens, just disable and re-enable the plugin and they'll come back.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>We now default to &quot;Readable line length&quot;, so that things are more readable on wide screens. This can be turned off in Settings -&gt; Editor. And, yes, the exact width can be adjusted in custom CSS.</li>\n<li>The editor has a more noticeable tab delimiter.</li>\n<li>Contrast in dark mode default CSS has been adjusted for better readability.</li>\n<li>We had previously tried to add legacy fallback for graph view on older hardware. This time we actually did so.</li>\n<li>Custom CSS can now be enabled from Appearance tab. Community themes can also be accessed from there directly.</li>\n<li>We added a search filter on the hotkeys settings tab, because there are now lots of hotkeys.</li>\n<li>And we added a hotkey to open the help docs, <code>F1</code> by default.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>In Mac OS there was a bug that caused crashes when trying to record audio. We fixed that one, but:</li>\n<li>IMPORTANT: IF YOU ARE ON MAC OS YOU MUST RE-DOWNLOAD THE DMG INSTALLER for v0.7.0 or later AND RE-INSTALL for this bug to be fixed. If you don't care about audio recording, though, it shouldn't matter, the auto-update will still work. Re-installing will not affect your data in any way though, so there's no reason not to do it.</li>\n<li>There was a bug where malformed links would cause the app to go blank. Now it just doesn't work, as it shouldn't.</li>\n<li>A memory leak in graph view has been plugged.</li>\n<li>We fixed the bug where non-breaking spaces in filenames would cause unpleasant behavior.</li>\n<li>Relatedly, we fixed the bug where filenames with accented characters and CJK characters were causing trouble on MacOS. In summary: Unicode is weird.</li>\n</ul>\n",
			"date_published": "2020-06-09T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-02-desktop-v0.6.7/",
			"url": "https://obsidian.md/changelog/2020-06-02-desktop-v0.6.7/",
			"title": "Obsidian 0.6.7 Desktop (Public)",
			"content_html": "<p>Mostly some quick bug fixes this time around.</p>\n<h2>Changes</h2>\n<ul>\n<li>More tags are now recognized. Previously tags could not start with a digit; now tags can start with a digit but must not be ALL digits (i.e. #365)</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Table justification got broken in 0.6.5 by the html sanitizer, it's not broken anymore.</li>\n<li>The html sanitizer also broke checkboxes not working in preview mode. We fixed that too.</li>\n<li>Hover tooltips were sometimes making a white bar show up at the bottom of the page. That should no longer be the case.</li>\n<li>Links that are <code>[[#section]]</code> will now properly link to headings in the same file. This will also work for <code>[link](#heading)</code>.</li>\n<li>We fixed a bug where sometimes navigating back wouldn't let you navigate forward again.</li>\n<li>And we also fixed a thing where navigating back would not save layout when closing/opening the app.</li>\n</ul>\n",
			"date_published": "2020-06-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-06-01-desktop-v0.6.6/",
			"url": "https://obsidian.md/changelog/2020-06-01-desktop-v0.6.6/",
			"title": "Obsidian 0.6.6 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>We added an option for deletions to use either 1) System trash, 2) local vault <code>.trash/</code> or 3) permanent delete like before. This means an extral layer of safety in case you accidentally delete a note. The default is System trash, but if the system trash is disabled, it will use <code>.trash/</code> by default.</li>\n<li>There are now several options for opening files in new panes! <code>Cmd/Ctrl-click</code> from the file explorer will do it. When using the quick switcher, <code>Cmd/Ctrl-Enter</code>will open the selection in a new pane.</li>\n<li>Relatedly, the quick switcher can use <code>Shift-Enter</code> to create a new note instead of opening the selected match, if you have names that are too similar. <code>Cmd/Ctrl-Shift-Enter</code> creates and opens in a new pane.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Clicking on search results and backlinks will now stay in preview mode and not force you to edit mode. It will also scroll and highlight in preview mode.</li>\n<li>We no longer allow choosing an inaccessible folder (like Program Files on Windows, or Applications on MacOS). This should solve a problem some Windows users had with having to run the application as an administrator, and will head off a bunch of other possible problems in the future.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Latex and code highlighting now work for embeds.</li>\n<li>Regular Markdown internal links are now properly indexed for graph view and backlinks. Renaming files also updates those if found.</li>\n<li>The Backlinks pane no longer shows empty when closing a pane (it previously should have shown the other pane's backlinks but instead showed nothing).</li>\n<li>We fixed some weird flicking scroll sync behavior introduced in 0.6.5. Sorry about that.</li>\n<li>We Fixed pressing Enter on title rename sometimes causing a newline to be entered into the source editor.</li>\n<li>And we fixed the fact that clicking on some footnotes didn't do anything. It will now navigate as it should have all along.</li>\n<li>You know the thing where when you renamed a file, another open file with a link to it would not have the link properly updated? That shouldn't happen anymore.</li>\n</ul>\n",
			"date_published": "2020-06-01T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-29-desktop-v0.6.5/",
			"url": "https://obsidian.md/changelog/2020-05-29-desktop-v0.6.5/",
			"title": "Obsidian 0.6.5 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>Due to popular demand, we now have inline latex support! Didn't really expect that to be a popular demand, but, we have it!</li>\n<li>The Help docs are everywhere now! They're in the Vault chooser! They're in the Settings! They're in the native system menus! And they now have their own button, a question mark next to Settings! This is probably technically under &quot;Changes,&quot; but your docs writer is so excited about this that it goes under &quot;Shiny new things&quot;, sorry devs.</li>\n<li>We added an option to open in preview mode by default, with a customizable hotkey.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>We made significant speed improvement to file explorer and tag panes. Users with a large number of notes will be most likely to be able to tell the difference, but every little bit helps.</li>\n<li>There's also been significant speed improvements to large documents opening in preview mode.</li>\n<li>Help docs now appear in the default directory where applications store data (which varies by OS), not in your vault.</li>\n<li>Embedded attachment files no longer show up in Graph View. This should make navigating that significantly less noisy.</li>\n<li>We made a bunch of aesthetic improvements to Graph View. We set a maximum zoom level to avoid blurry text, adjusted the fade amount, and now only apply a color circle when highlighting. The Graph View will also fall back to canvas rendering for older computers.</li>\n<li>Now when you try to embed PDF, instead of nothing, you see a box with file name, and an icon to open it in your default app.</li>\n<li>In the Community Themes tab, there's a switch so you can choose to only see themes compatable to the mode you're in.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>We fixed various CSS related bugs where elements would superimpose, or otherwise get stuck on the left-most side of the editor when it's supposed to be indented.</li>\n<li>We fixed a CSS bug wherein the editor would sometimes not properly render nested styles.</li>\n<li>And we fixed the CSS so highlighted text in dark mode is no longer black, which was kind of the opposite of highlighting.</li>\n<li>Also, footnotes now render correctly. And your humble docs writer finally remembered that inline footnotes are a thing, so those are documented now.</li>\n<li>We fixed a rare issue where typing in nested lists caused linked panes to scroll down as you type.</li>\n<li>We fixed the Quick Switcher not saving newly opened files in &quot;recents&quot;.</li>\n<li>We fixed an issue with notes sometimes closing when edited in another program that uses atomic writes. This seemed to most affect vim users, but it should be fixed for everyone.</li>\n<li>We turned off spellchecker for filenames, because until we get spellchecker everywhere, that was just confusing.</li>\n<li>Sometimes creating a partial link before another link would cause autocomplete to add gibberish. That should no longer happen.</li>\n<li>The Home/End keys should go to a wrapped end of a line instead of the full line.</li>\n<li>Now when switching to preview mode while the link autosuggester is open, the autosuggester will no longer hang around uselessly.</li>\n<li>Sometimes the tag pane was empty for no reason. Now it will be as lush as it should be.</li>\n</ul>\n",
			"date_published": "2020-05-29T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-24-desktop-v0.6.4/",
			"url": "https://obsidian.md/changelog/2020-05-24-desktop-v0.6.4/",
			"title": "Obsidian 0.6.4 Desktop (Public)",
			"content_html": "<p>This is a small release to fix some bugs that made the Graph view unusable.</p>\n<h2>Shiny new things</h2>\n<ul>\n<li>There is now an &quot;Insider Build&quot; option. If you purchased a Catalyst license (any tier), you have access to early builds. The setting to turn this on is in Settings =&gt; About. Information on Catalyst licenses can be found <a href=\"https://obsidian.md/pricing\">on our website</a>.</li>\n<li>In the Graph view, hovering an item now shows the note name. This means that even when you zoom way out you can still see which notes are where without being overwhelmed.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>The Graph view will stop rendering when nothing on screen is changing. This probably won't make a difference to most people, but those of us with 2k+ notes will see a performance improvement.</li>\n<li>The Graph view now also includes embedded links.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>On the open Vault dialogue, deleting a Vault will now delete it, not open it as though to make you feel guilty for wanting to delete it.</li>\n<li><code>ctrl-b</code> will now no longer step on OS- level movement hotkeys.</li>\n<li>Sometimes you could click through a note to the Graph view behind. This turns out to be a very counterintuitive way of doing Random Note, and we stopped that from happening.</li>\n<li>The Graph view would render the names of nodes behind other notes, which made them hard to read. They are now out front where they belong.</li>\n</ul>\n",
			"date_published": "2020-05-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-24-desktop-v0.6.3/",
			"url": "https://obsidian.md/changelog/2020-05-24-desktop-v0.6.3/",
			"title": "Obsidian 0.6.3 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The Graph View got some love. It should be much faster now, and zoomable!</li>\n<li><code>Ctrl/Cmd-click</code> on a node in the graph view now opens in a new pane.</li>\n<li>You can now choose where a file is created when a link to an empty file is clicked. It will be in the root folder of your vault by default, but you can choose somewhere else.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>There's a new UI for settings. Plugin Settings and Community Themes are now in their own separate section, and easier to find.</li>\n<li>You can now turn back off the &quot;Always update links&quot; setting if you want.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>We unbroke the thing we broke where you couldn't click on a vault to choose it again. Clicks are meaningful again.</li>\n<li>Minor bugs squashed.</li>\n</ul>\n",
			"date_published": "2020-05-24T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-22-desktop-v0.6.2/",
			"url": "https://obsidian.md/changelog/2020-05-22-desktop-v0.6.2/",
			"title": "Obsidian 0.6.2 Desktop (Public)",
			"content_html": "<p>Just a quick bug fix because there was a potential for data loss. But, we couldn't help adding a new feature as well.</p>\n<h2>Shiny new things</h2>\n<ul>\n<li>There's now a Custom CSS picker that lets you choose from several community built themes. It's in Settings =&gt; Plugins, the gear next to the Custom CSS switch.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>There was a rare but dangerous bug wherein a race condition could cause two different autosaves to collide, resulting in blanking out a note. That should not happen any more.</li>\n</ul>\n",
			"date_published": "2020-05-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-22-desktop-v0.6.1/",
			"url": "https://obsidian.md/changelog/2020-05-22-desktop-v0.6.1/",
			"title": "Obsidian 0.6.0 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The big news this release: We now support multiple vaults! You can now have windows open to different places, each with their own custom settings and CSS. Details on how to use this feature are in [[Work with multiple vaults]].</li>\n<li>Now when typing a link, if you press <code>|</code> (that's bar/pipe, not L or 1), it will autocomplete and allow you to start typing display text immediately.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Most of the changes this release are on the back end, working on new features.</li>\n<li>Because of the new Vault functionality, the dialogue to open new or existing vaults has been moved out of Settings into its own thing just above the Settings button.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>We made a bunch of minor bug fixes and quality of life improvements. Things that were previously subtle or hidden in the interface are now revealed, tastefully. Places text could previously not be selected, are now selectable. Lines showing up in strange places are now replaced with informative text.</li>\n<li>Also we fixed a lot of typos in the docs. Plugins are no longer &quot;disabed&quot; by default.</li>\n</ul>\n",
			"date_published": "2020-05-22T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-18-desktop-v0.6.0/",
			"url": "https://obsidian.md/changelog/2020-05-18-desktop-v0.6.0/",
			"title": "Obsidian 0.6.0 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>The big news: We've implemented linking to headings! Start typing a link like you would normally. Once you highlight the note you want from the list, press <code>#</code> instead of <code>Enter</code> and you'll see a list of headings in that file. Press <code>#</code> again for each subheading, and <code>Enter</code> to complete the link.</li>\n<li>Related to that, if you make a link with heading specified for an embed, it will show just that section in preview mode. The hover preview will also show just that section.</li>\n<li>The OTHER big news: You can now follow links with the keyboard. By default, follow the link under the cursor with <code>alt-Enter</code>, and open in a new panel with <code>Ctrl-alt-Enter</code>, but of course these are customizable in [[Keyboard shortcuts]].</li>\n<li>You can now now search AND replace, <code>Ctrl+H</code> by default.</li>\n<li>Daily notes now have the option of using a template note. Set this in the plug-in settings.</li>\n<li>We also added commands to toggle the left and right side bars. No hotkey set by default.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>Link suggestion now has fuzzy search. No more trying to remember what order words came in when you named that file.</li>\n<li>Both the link suggestion and the quick switcher highlight matches as you type. Yes the colors for these can be changed in CSS.</li>\n<li>When you use the Navigate Back command to return to a document, we now restore your scroll location and cursor selection.</li>\n<li>Markdown links with relative paths like <code>[link](../Note.md)</code>  now work. The path is relative to the file you're making the link in.</li>\n<li>Improved the [[Format your notes]] examples to include some of the lesser-used formats to satisfy certain CSS developers who shall remain nameless.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Long note titles are no longer truncated with ellipses, so you can actually see what you're typing when you edit them.</li>\n<li>Long headings are no longer compressed to unreadable in page preview.</li>\n<li>Star and Unstar commands are now a single toggle command.</li>\n<li>We fixed that weird table layout issue that would cause columns to resize poorly.</li>\n<li>We fixed starred notes not appearing after you delete one of them.</li>\n<li>In the sidebar, you can now close a removed pane after disabling a plugin.</li>\n<li>Linking an unlinked file no longer navigates to that file at the same time. If that makes no sense to you, you probably never saw the bug. Don't worry about it, it's fixed now.</li>\n<li>Graph view now runs a single instance in the background. This means you won't lag out the application by opening it multiple times.</li>\n</ul>\n",
			"date_published": "2020-05-18T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-15-desktop-v0.5.3/",
			"url": "https://obsidian.md/changelog/2020-05-15-desktop-v0.5.3/",
			"title": "Obsidian 0.5.3 Desktop (Public)",
			"content_html": "<p>A quick release to fix a couple of things.</p>\n<h2>Changes</h2>\n<ul>\n<li>The is the big one: we changed all <code>Shift+Click</code> to <code>Ctrl/Cmd+Click</code> to open in new pane. Update your muscle memory now!</li>\n<li>There is now an &quot;About&quot; page in the Settings that will tell you what version you're on.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>The Starred File plugin no longer halfway shows up when it's disabled.</li>\n<li>We remembered to put in the release notes this time!</li>\n</ul>\n",
			"date_published": "2020-05-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-15-desktop-v0.5.2/",
			"url": "https://obsidian.md/changelog/2020-05-15-desktop-v0.5.2/",
			"title": "Obsidian 0.5.2 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>There's a new plugin: starred files. Starred files will appear in a &quot;Starred&quot; section in the left panel.</li>\n<li>Another new plugin: Open random note. It does what it says!</li>\n<li>We've implemented highlighting for block math, surround it with <code>$$</code>. We also now show math in preview.</li>\n<li>There's now code highlighting for code fences with the language specified, i.e.<code> ```js</code>. Just add the language name after the first set of backticks.</li>\n<li>You can now view and embed webm/mp4/ogg videos and gifs.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>The default font is smaller.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>We fixed page preview getting stuck when switching between files.</li>\n<li>We also fixed backlinks not updating when switching between panes.</li>\n<li>Unlinked mentions no longer include the current file. Inception avoided.</li>\n<li>Search in files now shows matches for filenames as well as content.</li>\n<li>We fixed some file name conflict issues, which had the danger of overwriting extant files.</li>\n<li>And we fiixed sometimes not being able to delete an empty folder.</li>\n</ul>\n",
			"date_published": "2020-05-15T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-13-desktop-v0.5.1/",
			"url": "https://obsidian.md/changelog/2020-05-13-desktop-v0.5.1/",
			"title": "Obsidian 0.5.1 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li>You can now make custom hotkeys in settings.</li>\n<li>There are now new commands in the Command Palette for toggle preview, splitting panes, open settings, and more.</li>\n<li>The file explorer now has a &quot;make a copy&quot; option in the file menu.</li>\n<li>For the Daily Note and the ZK prefixer, you can now set the folder path to save to.</li>\n<li>You can also now change the date format for the Daily Note.</li>\n<li>The ZK Prefixer will now automatically increment the minute if the file already exists.</li>\n<li>The editor now has an option to show line numbers, which is helpful for vim mode.</li>\n<li>Footnotes now work in preview.</li>\n</ul>\n<h2>Changes</h2>\n<ul>\n<li>In the Graph View, now hovering the circle will highlight the node (it used to only highlight when hovering file name).</li>\n<li>The external link icon in preview is back.</li>\n<li>Clicking on a backlink match now jumps to the matched line.</li>\n<li>We now keep scroll location when toggling between editor and preview.</li>\n<li>When doing a Roam import, we now convert Roam {{[[TODO]]}} and {{[[DONE]]}} to Markdown checkboxes.</li>\n<li>The editor now uses variable-width font instead of monospace by default (you can use custom css to do monospace if you prefer).</li>\n<li>We changed the multi-cursor trigger from <code>ctrl+click</code> to <code>ctrl+alt+click</code> so it doesn't surprise people.</li>\n<li>Search now wraps lines at end of word instead of character.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>We fixed heading folding getting reset when clicking on the editor.</li>\n<li>Load speed is now drastically increased for large vaults.</li>\n<li>New folder placeholder name no longer show up as &quot;[object Object] Untitled&quot;.</li>\n<li>Horizontal split no longer causes an extra empty pane to open vertically on the left.</li>\n<li>Long urls now properly wrap rather than taking up their own line.</li>\n<li>We fixed internal links not being clickable in editor if it's the first thing in a list item.</li>\n<li>Things like [[]] no longer highlight everything behind it in the editor.</li>\n<li>Things between dollar signs like $text$ no longer get highlighted.</li>\n<li>Similarly, an arrow ==&gt; is now recognized as not a highlight.</li>\n</ul>\n",
			"date_published": "2020-05-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-10-desktop-v0.5.0/",
			"url": "https://obsidian.md/changelog/2020-05-10-desktop-v0.5.0/",
			"title": "Obsidian 0.5.0 Desktop (Public)",
			"content_html": "<h2>Shiny new things</h2>\n<ul>\n<li><strong>Open multiple files side by side</strong>. See how you can now work with multiple notes.</li>\n<li><strong>New Markdown editor</strong>!\n<ul>\n<li>You can now use <code>Ctrl+B</code> and <code>Ctrl+I</code> to bold and italicize selected text.</li>\n<li>List markers (including task list) are created for you when you press <code>Enter</code>.</li>\n<li>You can now fold headings and lists.</li>\n<li>Brackets and Markdown syntax are now auto-paired for you.</li>\n</ul>\n</li>\n<li><strong>Sort files</strong> in file explorer. You can sort by both file name and last modified time.</li>\n<li>Search within file. <code>Ctrl+F</code> to open the search, and use <code>F3</code> to jump to next match, or <code>Shift+F3</code> to the previous match. <code>Esc</code> to exit search.</li>\n<li>Improved search performance for large vaults. Stress-tested with 10,000 Markdown files.</li>\n<li><code>Ctrl+Shift+F</code> to jump straight to search. Start typing right away!</li>\n<li>New plugin: <strong>Zettelkasten prefixer</strong>.</li>\n<li>New plugin: <strong>Daily notes</strong>.</li>\n<li>Better onboarding! You can now create an emty vault if you don't have one, and import the help docs (yes, this folder) to your vault.</li>\n<li>Obsidian now auto-updates to the newest version on restart.</li>\n<li><code>obsidian.css</code> will now be live loaded and changes are reflected in real time, hopefully making it faster to make CSS themes!</li>\n</ul>\n<h2>Changes</h2>\n<p>There are some changes we've made to Obsidian. Might take some time to get used to -- but we think it's for the better!</p>\n<ul>\n<li>By default, the 2-pane preview layout is gone. If you want to restore to that view, <code>Shift+Click</code> the preview button on the title bar. <code>Click</code> will turn the current view into preview.</li>\n<li>Note title bar is now much smaller, allow you to see more text (and longer titles)! It's especially nice when you work with multiple notes.</li>\n<li>We removed back and forward navigation buttons now that you can have multiple files open. You can still use the shortcuts (<code>Ctrl/Cmd+Alt+Left/Right</code>) to navigate though.</li>\n<li>Plugin list is moved into settings. You don't need to access it that often anyway.</li>\n<li>Action buttons like graph view and quick switcher are moved to the top, leaving only settings at the bottom.</li>\n</ul>\n<h2>No longer broken</h2>\n<ul>\n<li>Fixed Markdown formatting in task list items will break preview.</li>\n<li>Fixed nested task lists not working.</li>\n<li>Fixed cannot delete empty folders.</li>\n<li>Fixed adding duplicate file extensions (e.g. <code>.png</code> when dropping file into another folder).</li>\n<li>Fixed a single &quot;#&quot; being recognized as a tag.</li>\n<li>Subfolder changes are now watched recursively on Linux.</li>\n<li>Fixed files and folders that start with <code>.</code> were not ignored, e.g. <code>.git</code> or <code>.gitignore</code>.</li>\n<li>Fixed window size not preserved across sessions.</li>\n<li>Fixed multiple audio recorder icons appear when you repeatedly enable and disable the plugin.</li>\n<li>Removed Electron help menu items.</li>\n</ul>\n",
			"date_published": "2020-05-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-05-04-desktop-v0.4.1/",
			"url": "https://obsidian.md/changelog/2020-05-04-desktop-v0.4.1/",
			"title": "Obsidian 0.4.1 Desktop (Public)",
			"content_html": "<ul>\n<li>Layout: you can now resize the left and right panels.</li>\n<li>File explorer: you can now set a folder as the &quot;attachment folder&quot;. Further pasted images, dropped images, and recorded audio files will be stored here.</li>\n<li>Command palette: show all available commands when no search query is entered.</li>\n<li>Command palette: enable plugin by default.</li>\n<li>Attachments: now <code>.jpeg</code> files are also supported.</li>\n<li>File explorer: more compact layout to fit more content. Long file names will not wrap; a tooltip with its full name will appear.</li>\n<li>Quick switcher: you can now create files by typing its name into the switcher. You can even type in <code>Folder/Page</code> to create <code>Page.md</code> under <code>Folder</code>. But for now <code>Folder</code> might exist under vault for this to work.</li>\n<li>Internal link: add warning about existing links when deleting a file.</li>\n<li>Search &amp; backlinks: longer context around the matched text.</li>\n<li>File explorer: fix renaming <code>Example</code> to <code>example</code> will cause duplicate files to show up in Windows.</li>\n<li>Embed files: fix having one embedded file hides everything  that comes after it in that paragraph.</li>\n<li>Task list: fix formatting in the task item will render the item twice in preview.</li>\n<li>Link suggestion: fix folder name not getting searched.</li>\n<li>Link: fix custom scheme URLs like <code>x-devonthink://</code> not working.</li>\n</ul>\n",
			"date_published": "2020-05-04T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-27-desktop-v0.4.0/",
			"url": "https://obsidian.md/changelog/2020-04-27-desktop-v0.4.0/",
			"title": "Obsidian 0.4.0 Desktop (Public)",
			"content_html": "<h3>Shiny new things</h3>\n<ul>\n<li>Command palette. Access commands by typing!</li>\n<li>Backlinks: links are now updated when you rename a file, either from the title bar or from the file explorer.</li>\n<li>Backlinks: hover over an unlinked mention, and you'll get the option to link that mention and turn it into a proper [[Internal link]].</li>\n<li>Navigation: go backward/forward. Added as buttons to the title bar, and you can also access it via command palette and shortcuts (<code>Ctrl+Alt+Left/Right</code>).</li>\n<li>Editor: read mode. Accessible via command palette (type &quot;trm&quot; to find it).</li>\n<li>Quick switcher &amp; command palette: they now support fuzzy search.</li>\n</ul>\n<h3>No longer broken</h3>\n<ul>\n<li>Editor: fix <code>Ctrl+click</code> doesn't create new note.</li>\n<li>Editor: fix unreadable Markdown and white cursor bug.</li>\n<li>If you've moved the vault, instead of refusing to work the app now prompts for another location.</li>\n<li>Graph view fix links that end in <code>.md</code> would break the graph.</li>\n<li>Backlinks: fix unlinked mentions need a space after it in order to match.</li>\n<li>Backlinks: fix <code>[[Page title|Display]]</code> showing up as unlinked mentions instead of links.</li>\n<li>Backlinks: fix full file path like <code>[[Folder/Sub-folder/Page]]</code> not showing up as links.</li>\n<li>Custom CSS: fix cannot disable the plugin if <code>obsidian.css</code> is not present.</li>\n<li>Quick switcher: fix issue where navigating to &quot;Page name&quot; would wipe it if there's a folder called the same name in the same directory.</li>\n<li>Fix line wrapping issues in title bar, embeds, and Backlinks panel.</li>\n</ul>\n",
			"date_published": "2020-04-27T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-21-desktop-v0.3.0/",
			"url": "https://obsidian.md/changelog/2020-04-21-desktop-v0.3.0/",
			"title": "Obsidian 0.3.0 Desktop (Public)",
			"content_html": "<ul>\n<li>Tag: tags are now supported, with auto-complete support.</li>\n<li>Tag pane plugin, displays all the tags sorted by number of occurrences.</li>\n<li>Format: checkboxes (task list in GitHub flavored Markdown) is now supported.</li>\n<li>Page preview: hover a link in preview to see its content without going there. Ctrl+hover to activate in editor. Disabled by default.</li>\n<li>New plugin: custom CSS. Uses <code>obsidian.css</code> in the vault root if present.</li>\n<li>New plugin: button to open file with default app.</li>\n<li>Graph view: links and neighboring nodes are highlighted when hovering a node, while other nodes are faded out.</li>\n<li>Graph view: better connected nodes now appear bigger.</li>\n<li>Quick switcher: show most recent files when no search is entered.</li>\n</ul>\n",
			"date_published": "2020-04-21T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-13-desktop-v0.2.0/",
			"url": "https://obsidian.md/changelog/2020-04-13-desktop-v0.2.0/",
			"title": "Obsidian 0.2.0 Desktop (Public)",
			"content_html": "<ul>\n<li>Backlinks: show unlinked mentions as well.</li>\n<li>Preview: support embed Markdown files as well (with <code>![[page name]]</code>).</li>\n<li>Link: an extra click is no longer required to create a new note.</li>\n<li>Link: links to non-existent files are no longer red.</li>\n<li>Link: click an internal link while holding Ctrl or Cmd to follow it.</li>\n<li>Graph: fix previous note title still showing after switching to graph view.</li>\n<li>Slides: fix tables not working in presentation view.</li>\n</ul>\n",
			"date_published": "2020-04-13T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-10-desktop-v0.1.0/",
			"url": "https://obsidian.md/changelog/2020-04-10-desktop-v0.1.0/",
			"title": "Obsidian 0.1.0 Desktop (Public)",
			"content_html": "<ul>\n<li>Plugin: backlinks. Show number of backlinks for the current file in status bar.</li>\n<li>Plugin: word count. Show word current of current file.</li>\n<li>Preview pane is now collapsible.</li>\n<li>Light mode.</li>\n<li>Graph view: you can now drag your mouse to pan.</li>\n<li>Copy paste: support pasting in clipboard images (e.g. screenshots).</li>\n<li>Copy paste: support pasting in local images on your hard drive (will be copied to vault folder).</li>\n<li>Copy paste: support pasting in images from your browser (will be downloaded to vault folder).</li>\n<li>Drag-and-drop: support drag and drop images from browser.</li>\n<li>Drag-and-drop: support drag and drop images from other folders (will be copied to vault folder).</li>\n<li>Link: fixed internal links not recognized on app start.</li>\n<li>File explorer: file deletion now asks for confirmation.</li>\n<li>File explorer: now you can move files into the vault folder for organization.</li>\n</ul>\n",
			"date_published": "2020-04-10T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-05-desktop-v0.0.3/",
			"url": "https://obsidian.md/changelog/2020-04-05-desktop-v0.0.3/",
			"title": "Obsidian 0.0.3 Desktop (Public)",
			"content_html": "<ul>\n<li>Linux version first release.</li>\n<li>Slides plugin: use <code>---</code> to separate your slides and start presenting right away.</li>\n<li>Audio recorder plugin: record audio and save as attachment (it gets automatically appended to the end of your current file).</li>\n<li>If you have a file at <code>Folder/Another folder/My note.md</code> and &quot;My note&quot; is a unique name, <code>[[My note]]</code> and <code>[[my note]]</code> internal links will now resolve. It used to be that only the complete link will be resolved.</li>\n<li>Last opened tab and plugin enabled status are now saved in config.</li>\n</ul>\n",
			"date_published": "2020-04-05T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-04-02-desktop-v0.0.2/",
			"url": "https://obsidian.md/changelog/2020-04-02-desktop-v0.0.2/",
			"title": "Obsidian 0.0.2 Desktop (Public)",
			"content_html": "<ul>\n<li>Graph view: navigate to file when clicking on a node.</li>\n<li>Graph view: collision detection to avoid overlap.</li>\n<li>Graph view: allow scroll to see the entire picture.</li>\n<li>Graph view: better link placement.</li>\n<li>Graph view: scroll to center on load.</li>\n<li>Graph view: visually distinguish non-existent linked nodes.</li>\n<li>Graph view: hide orphan nodes for now.</li>\n<li>App: fix app loads at a small fixed size.</li>\n<li>App: fix developer tools being visible when app first loads.</li>\n<li>Explorer: warn about duplicate file names when renaming.</li>\n<li>Explorer: warn about forbidden characters in file names.</li>\n<li>Sidebar: sidebar title should not be select-able.</li>\n<li>Sidebar: click current tab again to collapse.</li>\n<li>Sidebar: add collapse button to each panel.</li>\n</ul>\n",
			"date_published": "2020-04-02T00:00:00Z"
		}
		,
		{
			"id": "https://obsidian.md/changelog/2020-03-30-desktop-v0.0.1/",
			"url": "https://obsidian.md/changelog/2020-03-30-desktop-v0.0.1/",
			"title": "Obsidian 0.0.1 Desktop (Public)",
			"content_html": "<p>Initial release.</p>\n<p>Notable features include:</p>\n<ul>\n<li>Choose vault and list all the compatible files.</li>\n<li>[[Internal link]] with auto-complete.</li>\n<li>Image (<code>.png</code>) and audio (<code>.mp3</code>) file embed with <code>![[filename.png]]</code> [[embedding]] syntax.</li>\n<li>Plugin system.</li>\n</ul>\n",
			"date_published": "2020-03-30T00:00:00Z"
		}
		
	]
}
