Add-ons
Learn more

Changelog

Follow Obsidian updates and improvements.

No longer broken

  • We fixed an issue where renaming a folder causes all files under it to no longer open in the app.

Some quick bug fixes on top of 0.7.1.

No longer broken

  • We fixed backlinks not being updated when files are edited.
  • There was another instance of pressing Tab causing the cursor to jump to another file while editing, that's fixed now too.
  • The graph view was getting cut off when sidebar was collapsed, it should now redraw correctly.
  • Selection color in preview was being applied incorrectly, now it is right.
  • In preview mode code blocks were not aligned properly, now they are.
  • Block latex is now properly detected in editor when $$ is on its own line.
  • We fixed a trailing escaped character causing latex to not be detected in the editor.
  • We fixed an issue where Cmd-Z does not undo the file name change.

Just some quick bug fixes on the heels of 0.7.0, cleaning up a little.

Changes

  • We now allow [File](file:///...) links in preview.

No longer broken

  • Pressing Tab at the end of a file no longer causes the cursor to jump to another pane's file name.
  • We fixed the editor pane scrollbar sometimes cannot be clicked on.
  • We fixed renaming a file sometimes not updating starred file list, causing the file not found error.
  • Pressing Enter while searching no longer causes it to jump to the next occurrence even if the cursor is in the document.
  • We fixed the thing where the graph view's pane would blank out or duplicate when the pane was moved.
  • We fixed editor selection sometimes having two different colors.
  • The bug with Cmd/Ctrl-[ and ] not incrementing numbered lists correctly is now fixed.

Shiny new things

  • We've rebuilt the pane system entirely, adding lots of functionality and flexibility to the way you can interact with your notes:
  • 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.
  • 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.)
  • 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).
  • 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.
  • 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.

Changes

  • We now default to "Readable line length", so that things are more readable on wide screens. This can be turned off in Settings -> Editor. And, yes, the exact width can be adjusted in custom CSS.
  • The editor has a more noticeable tab delimiter.
  • Contrast in dark mode default CSS has been adjusted for better readability.
  • We had previously tried to add legacy fallback for graph view on older hardware. This time we actually did so.
  • Custom CSS can now be enabled from Appearance tab. Community themes can also be accessed from there directly.
  • We added a search filter on the hotkeys settings tab, because there are now lots of hotkeys.
  • And we added a hotkey to open the help docs, F1 by default.

No longer broken

  • In Mac OS there was a bug that caused crashes when trying to record audio. We fixed that one, but:
  • 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.
  • There was a bug where malformed links would cause the app to go blank. Now it just doesn't work, as it shouldn't.
  • A memory leak in graph view has been plugged.
  • We fixed the bug where non-breaking spaces in filenames would cause unpleasant behavior.
  • Relatedly, we fixed the bug where filenames with accented characters and CJK characters were causing trouble on MacOS. In summary: Unicode is weird.

Mostly some quick bug fixes this time around.

Changes

  • 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)

No longer broken

  • Table justification got broken in 0.6.5 by the html sanitizer, it's not broken anymore.
  • The html sanitizer also broke checkboxes not working in preview mode. We fixed that too.
  • Hover tooltips were sometimes making a white bar show up at the bottom of the page. That should no longer be the case.
  • Links that are [[#section]] will now properly link to headings in the same file. This will also work for [link](#heading).
  • We fixed a bug where sometimes navigating back wouldn't let you navigate forward again.
  • And we also fixed a thing where navigating back would not save layout when closing/opening the app.

Shiny new things

  • We added an option for deletions to use either 1) System trash, 2) local vault .trash/ 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 .trash/ by default.
  • There are now several options for opening files in new panes! Cmd/Ctrl-click from the file explorer will do it. When using the quick switcher, Cmd/Ctrl-Enterwill open the selection in a new pane.
  • Relatedly, the quick switcher can use Shift-Enter to create a new note instead of opening the selected match, if you have names that are too similar. Cmd/Ctrl-Shift-Enter creates and opens in a new pane.

Changes

  • 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.
  • 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.

No longer broken

  • Latex and code highlighting now work for embeds.
  • Regular Markdown internal links are now properly indexed for graph view and backlinks. Renaming files also updates those if found.
  • 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).
  • We fixed some weird flicking scroll sync behavior introduced in 0.6.5. Sorry about that.
  • We Fixed pressing Enter on title rename sometimes causing a newline to be entered into the source editor.
  • And we fixed the fact that clicking on some footnotes didn't do anything. It will now navigate as it should have all along.
  • 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.

Shiny new things

  • Due to popular demand, we now have inline latex support! Didn't really expect that to be a popular demand, but, we have it!
  • 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 "Changes," but your docs writer is so excited about this that it goes under "Shiny new things", sorry devs.
  • We added an option to open in preview mode by default, with a customizable hotkey.

Changes

  • 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.
  • There's also been significant speed improvements to large documents opening in preview mode.
  • Help docs now appear in the default directory where applications store data (which varies by OS), not in your vault.
  • Embedded attachment files no longer show up in Graph View. This should make navigating that significantly less noisy.
  • 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.
  • 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.
  • In the Community Themes tab, there's a switch so you can choose to only see themes compatable to the mode you're in.

No longer broken

  • 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.
  • We fixed a CSS bug wherein the editor would sometimes not properly render nested styles.
  • And we fixed the CSS so highlighted text in dark mode is no longer black, which was kind of the opposite of highlighting.
  • Also, footnotes now render correctly. And your humble docs writer finally remembered that inline footnotes are a thing, so those are documented now.
  • We fixed a rare issue where typing in nested lists caused linked panes to scroll down as you type.
  • We fixed the Quick Switcher not saving newly opened files in "recents".
  • 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.
  • We turned off spellchecker for filenames, because until we get spellchecker everywhere, that was just confusing.
  • Sometimes creating a partial link before another link would cause autocomplete to add gibberish. That should no longer happen.
  • The Home/End keys should go to a wrapped end of a line instead of the full line.
  • Now when switching to preview mode while the link autosuggester is open, the autosuggester will no longer hang around uselessly.
  • Sometimes the tag pane was empty for no reason. Now it will be as lush as it should be.

This is a small release to fix some bugs that made the Graph view unusable.

Shiny new things

  • There is now an "Insider Build" option. If you purchased a Catalyst license (any tier), you have access to early builds. The setting to turn this on is in Settings => About. Information on Catalyst licenses can be found on our website.
  • 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.

Changes

  • 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.
  • The Graph view now also includes embedded links.

No longer broken

  • 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.
  • ctrl-b will now no longer step on OS- level movement hotkeys.
  • 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.
  • 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.

Shiny new things

  • The Graph View got some love. It should be much faster now, and zoomable!
  • Ctrl/Cmd-click on a node in the graph view now opens in a new pane.
  • 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.

Changes

  • There's a new UI for settings. Plugin Settings and Community Themes are now in their own separate section, and easier to find.
  • You can now turn back off the "Always update links" setting if you want.

No longer broken

  • We unbroke the thing we broke where you couldn't click on a vault to choose it again. Clicks are meaningful again.
  • Minor bugs squashed.

Just a quick bug fix because there was a potential for data loss. But, we couldn't help adding a new feature as well.

Shiny new things

  • There's now a Custom CSS picker that lets you choose from several community built themes. It's in Settings => Plugins, the gear next to the Custom CSS switch.

No longer broken

  • 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.

Shiny new things

  • 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]].
  • Now when typing a link, if you press | (that's bar/pipe, not L or 1), it will autocomplete and allow you to start typing display text immediately.

Changes

  • Most of the changes this release are on the back end, working on new features.
  • 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.

No longer broken

  • 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.
  • Also we fixed a lot of typos in the docs. Plugins are no longer "disabed" by default.

Shiny new things

  • 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 # instead of Enter and you'll see a list of headings in that file. Press # again for each subheading, and Enter to complete the link.
  • 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.
  • The OTHER big news: You can now follow links with the keyboard. By default, follow the link under the cursor with alt-Enter, and open in a new panel with Ctrl-alt-Enter, but of course these are customizable in [[Keyboard shortcuts]].
  • You can now now search AND replace, Ctrl+H by default.
  • Daily notes now have the option of using a template note. Set this in the plug-in settings.
  • We also added commands to toggle the left and right side bars. No hotkey set by default.

Changes

  • Link suggestion now has fuzzy search. No more trying to remember what order words came in when you named that file.
  • Both the link suggestion and the quick switcher highlight matches as you type. Yes the colors for these can be changed in CSS.
  • When you use the Navigate Back command to return to a document, we now restore your scroll location and cursor selection.
  • Markdown links with relative paths like [link](../Note.md) now work. The path is relative to the file you're making the link in.
  • Improved the [[Format your notes]] examples to include some of the lesser-used formats to satisfy certain CSS developers who shall remain nameless.

No longer broken

  • Long note titles are no longer truncated with ellipses, so you can actually see what you're typing when you edit them.
  • Long headings are no longer compressed to unreadable in page preview.
  • Star and Unstar commands are now a single toggle command.
  • We fixed that weird table layout issue that would cause columns to resize poorly.
  • We fixed starred notes not appearing after you delete one of them.
  • In the sidebar, you can now close a removed pane after disabling a plugin.
  • 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.
  • Graph view now runs a single instance in the background. This means you won't lag out the application by opening it multiple times.

A quick release to fix a couple of things.

Changes

  • The is the big one: we changed all Shift+Click to Ctrl/Cmd+Click to open in new pane. Update your muscle memory now!
  • There is now an "About" page in the Settings that will tell you what version you're on.

No longer broken

  • The Starred File plugin no longer halfway shows up when it's disabled.
  • We remembered to put in the release notes this time!

Shiny new things

  • There's a new plugin: starred files. Starred files will appear in a "Starred" section in the left panel.
  • Another new plugin: Open random note. It does what it says!
  • We've implemented highlighting for block math, surround it with $$. We also now show math in preview.
  • There's now code highlighting for code fences with the language specified, i.e. ```js. Just add the language name after the first set of backticks.
  • You can now view and embed webm/mp4/ogg videos and gifs.

Changes

  • The default font is smaller.

No longer broken

  • We fixed page preview getting stuck when switching between files.
  • We also fixed backlinks not updating when switching between panes.
  • Unlinked mentions no longer include the current file. Inception avoided.
  • Search in files now shows matches for filenames as well as content.
  • We fixed some file name conflict issues, which had the danger of overwriting extant files.
  • And we fiixed sometimes not being able to delete an empty folder.

Shiny new things

  • You can now make custom hotkeys in settings.
  • There are now new commands in the Command Palette for toggle preview, splitting panes, open settings, and more.
  • The file explorer now has a "make a copy" option in the file menu.
  • For the Daily Note and the ZK prefixer, you can now set the folder path to save to.
  • You can also now change the date format for the Daily Note.
  • The ZK Prefixer will now automatically increment the minute if the file already exists.
  • The editor now has an option to show line numbers, which is helpful for vim mode.
  • Footnotes now work in preview.

Changes

  • In the Graph View, now hovering the circle will highlight the node (it used to only highlight when hovering file name).
  • The external link icon in preview is back.
  • Clicking on a backlink match now jumps to the matched line.
  • We now keep scroll location when toggling between editor and preview.
  • When doing a Roam import, we now convert Roam {{[[TODO]]}} and {{[[DONE]]}} to Markdown checkboxes.
  • The editor now uses variable-width font instead of monospace by default (you can use custom css to do monospace if you prefer).
  • We changed the multi-cursor trigger from ctrl+click to ctrl+alt+click so it doesn't surprise people.
  • Search now wraps lines at end of word instead of character.

No longer broken

  • We fixed heading folding getting reset when clicking on the editor.
  • Load speed is now drastically increased for large vaults.
  • New folder placeholder name no longer show up as "[object Object] Untitled".
  • Horizontal split no longer causes an extra empty pane to open vertically on the left.
  • Long urls now properly wrap rather than taking up their own line.
  • We fixed internal links not being clickable in editor if it's the first thing in a list item.
  • Things like [[]] no longer highlight everything behind it in the editor.
  • Things between dollar signs like $text$ no longer get highlighted.
  • Similarly, an arrow ==> is now recognized as not a highlight.

Shiny new things

  • Open multiple files side by side. See how you can now work with multiple notes.
  • New Markdown editor!
    • You can now use Ctrl+B and Ctrl+I to bold and italicize selected text.
    • List markers (including task list) are created for you when you press Enter.
    • You can now fold headings and lists.
    • Brackets and Markdown syntax are now auto-paired for you.
  • Sort files in file explorer. You can sort by both file name and last modified time.
  • Search within file. Ctrl+F to open the search, and use F3 to jump to next match, or Shift+F3 to the previous match. Esc to exit search.
  • Improved search performance for large vaults. Stress-tested with 10,000 Markdown files.
  • Ctrl+Shift+F to jump straight to search. Start typing right away!
  • New plugin: Zettelkasten prefixer.
  • New plugin: Daily notes.
  • 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.
  • Obsidian now auto-updates to the newest version on restart.
  • obsidian.css will now be live loaded and changes are reflected in real time, hopefully making it faster to make CSS themes!

Changes

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!

  • By default, the 2-pane preview layout is gone. If you want to restore to that view, Shift+Click the preview button on the title bar. Click will turn the current view into preview.
  • 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.
  • We removed back and forward navigation buttons now that you can have multiple files open. You can still use the shortcuts (Ctrl/Cmd+Alt+Left/Right) to navigate though.
  • Plugin list is moved into settings. You don't need to access it that often anyway.
  • Action buttons like graph view and quick switcher are moved to the top, leaving only settings at the bottom.

No longer broken

  • Fixed Markdown formatting in task list items will break preview.
  • Fixed nested task lists not working.
  • Fixed cannot delete empty folders.
  • Fixed adding duplicate file extensions (e.g. .png when dropping file into another folder).
  • Fixed a single "#" being recognized as a tag.
  • Subfolder changes are now watched recursively on Linux.
  • Fixed files and folders that start with . were not ignored, e.g. .git or .gitignore.
  • Fixed window size not preserved across sessions.
  • Fixed multiple audio recorder icons appear when you repeatedly enable and disable the plugin.
  • Removed Electron help menu items.
  • Layout: you can now resize the left and right panels.
  • File explorer: you can now set a folder as the "attachment folder". Further pasted images, dropped images, and recorded audio files will be stored here.
  • Command palette: show all available commands when no search query is entered.
  • Command palette: enable plugin by default.
  • Attachments: now .jpeg files are also supported.
  • File explorer: more compact layout to fit more content. Long file names will not wrap; a tooltip with its full name will appear.
  • Quick switcher: you can now create files by typing its name into the switcher. You can even type in Folder/Page to create Page.md under Folder. But for now Folder might exist under vault for this to work.
  • Internal link: add warning about existing links when deleting a file.
  • Search & backlinks: longer context around the matched text.
  • File explorer: fix renaming Example to example will cause duplicate files to show up in Windows.
  • Embed files: fix having one embedded file hides everything that comes after it in that paragraph.
  • Task list: fix formatting in the task item will render the item twice in preview.
  • Link suggestion: fix folder name not getting searched.
  • Link: fix custom scheme URLs like x-devonthink:// not working.

Shiny new things

  • Command palette. Access commands by typing!
  • Backlinks: links are now updated when you rename a file, either from the title bar or from the file explorer.
  • Backlinks: hover over an unlinked mention, and you'll get the option to link that mention and turn it into a proper [[Internal link]].
  • Navigation: go backward/forward. Added as buttons to the title bar, and you can also access it via command palette and shortcuts (Ctrl+Alt+Left/Right).
  • Editor: read mode. Accessible via command palette (type "trm" to find it).
  • Quick switcher & command palette: they now support fuzzy search.

No longer broken

  • Editor: fix Ctrl+click doesn't create new note.
  • Editor: fix unreadable Markdown and white cursor bug.
  • If you've moved the vault, instead of refusing to work the app now prompts for another location.
  • Graph view fix links that end in .md would break the graph.
  • Backlinks: fix unlinked mentions need a space after it in order to match.
  • Backlinks: fix [[Page title|Display]] showing up as unlinked mentions instead of links.
  • Backlinks: fix full file path like [[Folder/Sub-folder/Page]] not showing up as links.
  • Custom CSS: fix cannot disable the plugin if obsidian.css is not present.
  • Quick switcher: fix issue where navigating to "Page name" would wipe it if there's a folder called the same name in the same directory.
  • Fix line wrapping issues in title bar, embeds, and Backlinks panel.
  • Tag: tags are now supported, with auto-complete support.
  • Tag pane plugin, displays all the tags sorted by number of occurrences.
  • Format: checkboxes (task list in GitHub flavored Markdown) is now supported.
  • Page preview: hover a link in preview to see its content without going there. Ctrl+hover to activate in editor. Disabled by default.
  • New plugin: custom CSS. Uses obsidian.css in the vault root if present.
  • New plugin: button to open file with default app.
  • Graph view: links and neighboring nodes are highlighted when hovering a node, while other nodes are faded out.
  • Graph view: better connected nodes now appear bigger.
  • Quick switcher: show most recent files when no search is entered.
  • Backlinks: show unlinked mentions as well.
  • Preview: support embed Markdown files as well (with ![[page name]]).
  • Link: an extra click is no longer required to create a new note.
  • Link: links to non-existent files are no longer red.
  • Link: click an internal link while holding Ctrl or Cmd to follow it.
  • Graph: fix previous note title still showing after switching to graph view.
  • Slides: fix tables not working in presentation view.
Follow us
© 2024 Obsidian