Revolutionize your flow, note-taking and organizational skills!

Obsidian

Obsidian 1.10.3

  -  278 MB  -  Freeware
  • Latest Version

    Obsidian 1.10.6

  • Operating System

    Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Obsidian Team / External Link

  • Filename

    Obsidian.1.10.3.exe

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Obsidian 1.10.3.


For those interested in downloading the most recent release of Obsidian or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)

What's new in this version:

Breaking changes:
- The "Use light mode" and "Use dark mode" commands have been removed. A new "Toggle light/dark mode" command has been added. Be sure to update your hotkeys accordingly.

Bases:
New:
- Added "Group by" to group your data by the given property. Available in the "Sort menu."
- Added table summaries. To use them, right-click a table column and choose "Summarize...". Choose from the list of built-in summary functions, or write your own.
- Added new List view to display files as bulleted lists and numbered lists. Supports multi-line content and nested properties.
- Added initial Bases API
- Added new Maps plugin to visualize your base entries on a map. Install it from the Community plugins directory. This is an official open source plugin that also provides an example of how developers can implement new view types for Bases.
- Added new table selection
- Added full keyboard navigation. Full list of hotkeys below.
- Added copy/paste support
- Added basic edit history (undo and redo) via Cmd/Ctrl-Z and Cmd/Ctrl-Shift-Z

Improved:
- Added new functions for lists: reduce(), mean(), stddev() (standard deviation), and median()
- Added new html() function for rendering custom HTML
- Added new random() function. Useful if you want to create a custom formula for randomizing your sort order
- Added support for timezone offset in ISO 8601 datetime parsing
- Clicking the ribbon item with modifier keys opens the file in a new tab (Ctrl/Cmd), a new split (Ctrl/Cmd-Shift), or a new window (Ctrl/Cmd-Alt-Shift)
- Indeterminate checkboxes (where the value is null) are now sorted with false values
- Improved behavior of "New item" file creation. Improved property value inference
- The "Change view" command has been renamed to "Switch view...