另外一个常用的功能是光标快速回退到上次编辑的位置,在 Obsidian 官方论坛里也有用户提出需求「Hotkey jump to previous caret position」,找到一个很巧妙的实现,nmap g; u<C-r>,限制是只能回退一步,且 Editing/Preview 模式切换之后会失灵。另外,Vim Mode 已经内置支持gi跳转到上次编辑的位置并切换到 insert 模式。
link("Hello", "Goodbye") => link to page named 'Hello', displays as 'Goodbye' elink(url, [display]) 构建一个指向外部网址的链接(如www.google.com)。如果有两个参数,第二个参数是该链接的显示名称。 elink("www.google.com") => link element to google.com elink("www.google.com", "Goog...
另外Zotero 的插件Mdnotes利用了两种格式,其代码如下: functiongetLocalZoteroLink(item){letlinksString="zotero://select/items/";constlibrary_id=item.libraryID?item.libraryID:0;linksString+=`${library_id}_${item.key}`;returnlinksString;}functiongetZoteroPDFLink(attachment){return`zotero://open-pdf/...
示例:[[Obsidian Note#^link-example]] 给链接赋予别名 示例:[[Obsidian Note#^link-example | 文章链接示例]] VIM 模式 在设置中开启Vim模式,注意要把Obsidian默认的行删除快捷键Ctrl+D删除掉,就在Settings->Hot Keys中,搜索Delete paragraph,将快捷键删除或者重新设置一个。 为了更好的使用体验,需要用到Vim的...
Fixed issue with highlighting the first sentence of a paragraph#107 Changed highlighter mode shortcut on Firefox to reduce conflicts#163 Added new locales for Farsi#161and Russian#159, thanks@mercurblendeand@mopsicus Removed needdownloadspermission ...
Anchor link to tagged paragraph Edit tag modal “Just this instance” Mobile bugs with new settings Refactor settings BUG: Remove extra space if removing between words BUG: making new notes doesn’t work on mobile BUG: uncaught exceptions when using kanban and others ...
By default, Obsidian supports yellow highlighter. You can unlock more shades by using the Highlightr plugin. Once you enable it, type any text or paragraph and right-click on it. SelectHighlightto see the available color options for your highlighter. ...
As you link more and more notes, you can use the Backlinks pane on the right sidebar to see everything that connects back to the active note. That's where you will find another of Obsidian's brilliant features: it can detect mentions of a note's name, even if they aren't actual li...
Markdown supports external links, too. You need to add link text in [] brackets and URL in (). Don’t add space between these two, though. When you hit enter, Obsidian hides the URL and shows a direct link underlining the text, like a hyperlink. ...
1. Double-click on a word in a highlighted paragraph to select it and set it as a bidirectional link. 2. Select a sentence in a highlighted paragraph and press Alt+Z to set it as a bidirectional link. 3. To remove a bidirectional link, Alt+Click on it. Handling line breaks: • ...