Obsidian
Obsidian is a powerful knowledge base on top of a local folder of plain text Markdown files.[1]
- Obsidian [EN] @ Apple App Store
- Obsidian [EN] @ Homebrew Cask
Documentation
- Help [EN]
Further information
- 13 Super Useful Tips on Organizing Notes Better With Obsidian (26.02.2024) [EN] @ It's FOSS
- Creating and Working with Links in Obsidian (11.12.2023) [EN] @ It's FOSS
- How to change font? [EN] @ Obsidian Forum
Additional Resources
Tools
Add-ons
- File Tree Alternative [EN] by ozntel (Ozan Tellioglu) @ GitHub
- LanguageTool Integration [EN] by Clemens-E (Clemens) @ GitHub
- Link Headers Directly [EN] by Signynt (Vincenzo Mitchell Barroso) @ GitHub
- Local Images Plus [EN] by Sergei-Korneev @ GitHub
- Show Whitespace [EN] by ebullient (Erin Schnabel) @ GitHub
- Sort and Permute Lines [EN] by Vinzent03 @ GitHub
- Trim Whitespace [EN] by zlovatt (Zack Lovatt) @ GitHub
- Update time on edit [EN] by beaussan (Nicolas Beaussart) @ GitHub
Examples
Extension:DynamicPageList3 (DPL3), version 3.6.4: Error: Error 1054: Unknown column 'cl1.cl_to' in 'on clause' Function: MediaWiki\Extension\DynamicPageList3\Query::buildAndSelect - Obsidian Query: SET STATEMENT max_statement_time=10 FOR SELECT DISTINCT IFNULL(cl1.cl_sortkey, REPLACE(CONCAT(CASE `wp_page`.page_namespace WHEN 1 THEN 'Talk:' WHEN 2 THEN 'User:' WHEN 3 THEN 'User_talk:' WHEN 4 THEN 'RaySoft:' WHEN 5 THEN 'RaySoft_talk:' WHEN 6 THEN 'File:' WHEN 7 THEN 'File_talk:' WHEN 8 THEN 'MediaWiki:' WHEN 9 THEN 'MediaWiki_talk:' WHEN 10 THEN 'Template:' WHEN 11 THEN 'Template_talk:' WHEN 12 THEN 'Help:' WHEN 13 THEN 'Help_talk:' WHEN 14 THEN 'Category:' WHEN 15 THEN 'Category_talk:' END, `wp_page`.page_title), '_', ' ')) AS `sortkey`,`wp_page`.page_namespace AS `page_namespace`,`wp_page`.page_id AS `page_id`,`wp_page`.page_title AS `page_title` FROM `wp_page` `wp_page` JOIN `wp_categorylinks` `cl1` ON ((`wp_page`.page_id = cl1.cl_from AND cl1.cl_to = 'Obsidian')) JOIN `wp_categorylinks` `cl2` ON ((`wp_page`.page_id = cl2.cl_from AND cl2.cl_to = 'Script')) WHERE `wp_page`.page_is_redirect = 0 AND `wp_page`.page_namespace = 0 ORDER BY sortkey ASC LIMIT 500