<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Obsidian on 孤筝の温暖小家</title><link>https://www.guzhengsvt.cn/en/tags/obsidian/</link><description>Recent content from 孤筝の温暖小家</description><generator>Hugo</generator><language>en</language><managingEditor>lvbowen040427@163.com (孤筝)</managingEditor><webMaster>lvbowen040427@163.com (孤筝)</webMaster><copyright>All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!</copyright><lastBuildDate>Tue, 27 Jun 2023 00:41:26 +0800</lastBuildDate><atom:link href="https://www.guzhengsvt.cn/en/tags/obsidian/index.xml" rel="self" type="application/rss+xml"/><item><title>Obsidian Basics</title><link>https://www.guzhengsvt.cn/en/post/othernotes/obsidian%E5%9F%BA%E7%A1%80/</link><pubDate>Tue, 27 Jun 2023 00:41:26 +0800</pubDate><author>lvbowen040427@163.com (孤筝)</author><guid>https://www.guzhengsvt.cn/en/post/othernotes/obsidian%E5%9F%BA%E7%A1%80/</guid><description>
<![CDATA[<h1>Obsidian Basics</h1><p>Author: 孤筝(lvbowen040427@163.com)</p>
        
          <p><a href="https://publish.obsidian.md/help-zh/%E7%94%B1%E6%AD%A4%E5%BC%80%E5%A7%8B">Obsidian Chinese Help</a></p>
<h2 id="interface">
<a class="header-anchor" href="#interface"></a>
Interface
</h2><p><a href="https://zhuanlan.zhihu.com/p/428519519">Want to master Obsidian in one hour? This guide is all you need. [Complete Step-by-Step Obsidian Tutorial] - Zhihu</a><br>
Create vault folder → Create note category folders within vault → Organize notes<br>
Obsidian Help<br>
Top bar of notes → Vertical three-dot menu → Split view<br>
<a href="https://zhuanlan.zhihu.com/p/409409946">Wyatt: Building Your Workspace [Complete Step-by-Step Obsidian Tutorial] 216 upvotes · 7 comments<img src="https://pic1.zhimg.com/v2-2323eabf712e3ebaae40c322ec18dde0_180x120.jpg" alt=""></a><br>
View outline in top-left corner</p>
<h2 id="plugins-to-be-explored">
<a class="header-anchor" href="#plugins-to-be-explored"></a>
Plugins (To Be Explored)
</h2><p><a href="https://zhuanlan.zhihu.com/p/403001135">Wyatt: How to Install Plugins? [Complete Step-by-Step Obsidian Tutorial] 264 upvotes · 63 comments<img src="https://pic2.zhimg.com/v2-51f1cdbc1b5891f62958cdb379dc5561_180x120.jpg" alt=""></a></p>
<h2 id="text-formatting">
<a class="header-anchor" href="#text-formatting"></a>
Text Formatting
</h2><p>Use <code># + space</code> for headings. More <code>#</code> = lower heading level.</p>
<h4 id="emphasis">
<a class="header-anchor" href="#emphasis"></a>
Emphasis
</h4><p><em>Italic</em><br>
<em>Alternative italic syntax (English underscores)</em></p>
<h4 id="bold">
<a class="header-anchor" href="#bold"></a>
Bold
</h4><p><strong>Bold example (double asterisks)</strong><br>
<strong>Or double underscores</strong></p>
<h4 id="combined-usage">
<a class="header-anchor" href="#combined-usage"></a>
Combined Usage
</h4><p><em>This is <strong>italic + bold</strong></em></p>
<h4 id="strikethrough">
<a class="header-anchor" href="#strikethrough"></a>
Strikethrough
</h4><p><del>Since we&rsquo;re pursuing excitement, let&rsquo;s go all the way</del></p>
<h4 id="highlight">
<a class="header-anchor" href="#highlight"></a>
Highlight
</h4><p>==Sparse shadows slant across clear shallow water; subtle fragrance wafts under moonlit dusk==</p>
<h4 id="footnotes">
<a class="header-anchor" href="#footnotes"></a>
Footnotes
</h4><p>Text<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>Text</p>
<h4 id="comments">
<a class="header-anchor" href="#comments"></a>
Comments
</h4><ul>
<li>Inline comments<br>
%%This is an inline comment%%</li>
<li>Multi-line comments<br>
%%<br>
You are the mist of an April dawn<br>
Twilight carries the softness of wind<br>
Stars twinkle unintentionally<br>
Fine rain dots the flowers<br>
%%</li>
</ul>
<h2 id="lists">
<a class="header-anchor" href="#lists"></a>
Lists
</h2><ul>
<li>Unordered list
<ul>
<li>Hyphen + space</li>
<li>Tab + hyphen + space to indent as sub-item</li>
</ul>
</li>
<li>Ordered list
<ol>
<li>Number + period + space</li>
<li>Similarly, tab + number + period + space for indentation</li>
<li></li>
</ol>
</li>
</ul>
<h2 id="images">
<a class="header-anchor" href="#images"></a>
Images
</h2><ul>
<li>
$$![Engelbart](image_URL)$$</li>
<li>![[Pasted image 20230625203344.png]]</li>
<li>Adjust width
<ul>
<li>
$$![Engelbart|100](image_link)$$</li>
<li>![[Pasted image 20230625203536.png]]</li>
</ul>
</li>
</ul>
<h2 id="external-links">
<a class="header-anchor" href="#external-links"></a>
External Links
</h2><h4 id="linking-to-notesimages-in-vault">
<a class="header-anchor" href="#linking-to-notesimages-in-vault"></a>
Linking to notes/images in vault
</h4><ul>
<li>$http://obsidian.md - automatic!$
<ul>
<li><em>Web link (URL displayed as-is, $ for formatting only)</em></li>
</ul>
</li>
<li>$[obsidian](http://obsidian.md)$
<ul>
<li><em>Web link (display text in brackets)</em></li>
</ul>
</li>
</ul>
<h4 id="obsidian-url">
<a class="header-anchor" href="#obsidian-url"></a>
Obsidian URL
</h4><p>Obsidian URIs typically follow this format:<br>
</p>
$$obsidian://action?param1=value&param2=value$$<p><br>
Where <code>action</code> specifies the operation and <code>value</code> are parameters.<br>
Example for opening a note:<br>
</p>
$$[Note name alias](obsidian://open?path=absolute_note_path)$$<p><br>
<strong>Note: Use correct brackets/colons (Chinese/English)</strong><br>
Example:<br>
<a href="#ZgotmplZ">Open Calculus</a><br>
Here, <code>path</code> requires absolute file path.</p>
<ul>
<li><em>Open vault (folder only, no specific file)</em><br>

$$[name](obsidian://open?vault=vault_name/vault_ID)$$<br>
<a href="#ZgotmplZ">Open Notes Folder</a></li>
<li><em>Open Calculus under Math folder (<strong>.md</strong> extension optional)</em><br>
<a href="#ZgotmplZ">Calculus</a></li>
</ul>
<h4 id="others">
<a class="header-anchor" href="#others"></a>
Others
</h4><ul>
<li>
<p>Escape spaces in URLs as <code>%20</code></p>
<ul>
<li>The <code>%</code> in <code>%20</code> must be escaped as <code>\%</code></li>
</ul>
</li>
<li>
<p>Alternatively, wrap space-containing content with <code>&lt;&gt;</code></p>
</li>
<li>
<p>Blockquote<br>
</p>
$$> Quoted content$$<p><br>
</p>
$$\ Source$$<p><br>
Example:</p>
</li>
</ul>
<blockquote>
<p>Time is a one-way journey; both good and bad are scenery.<br>
\ — &ldquo;Time Thief&rdquo; by Jin Wenqi</p>
</blockquote>
<ul>
<li>
<p>Inline code<br>
<code>#include&lt;stdc++.h&gt;</code></p>
</li>
<li>
<p>Code block<br>
<em>Obsidian recognizes content wrapped in six backticks as code blocks and formats them accordingly. Code blocks support syntax highlighting—declare the language on the first line (after opening backticks) for specific highlighting.</em></p>
</li>
</ul>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-C++" data-lang="C++"><span class="line"><span class="cl"><span class="cp">#include&lt;stdc++.h&gt;  
</span></span></span><span class="line"><span class="cl"><span class="k">using</span> <span class="k">namespace</span> <span class="n">std</span><span class="p">;</span>  
</span></span><span class="line"><span class="cl"><span class="kt">int</span> <span class="nf">main</span><span class="p">(){</span>  
</span></span><span class="line"><span class="cl">    <span class="kt">int</span> <span class="n">a</span><span class="o">=</span><span class="mi">1</span><span class="p">;</span>  
</span></span><span class="line"><span class="cl">    <span class="k">for</span><span class="p">(</span><span class="kt">int</span> <span class="n">b</span><span class="o">=</span><span class="mi">2</span><span class="p">;</span><span class="n">b</span><span class="o">&lt;</span><span class="mi">10</span><span class="p">;</span><span class="n">b</span><span class="o">++</span><span class="p">){</span>  
</span></span><span class="line"><span class="cl">        <span class="n">a</span><span class="o">+=</span><span class="n">b</span><span class="p">;</span>  
</span></span><span class="line"><span class="cl">        <span class="n">cout</span><span class="o">&lt;&lt;</span><span class="n">a</span><span class="o">&lt;&lt;</span><span class="n">endl</span><span class="p">;</span>  
</span></span><span class="line"><span class="cl">    <span class="p">}</span>  
</span></span><span class="line"><span class="cl">    <span class="k">return</span> <span class="mi">0</span><span class="p">;</span>  
</span></span><span class="line"><span class="cl"><span class="p">}</span>  
</span></span></code></pre></div><p><a href="https://en.wikipedia.org/wiki/Percent-encoding">More encoding standards</a></p>
<div class="footnotes" role="doc-endnotes">
<hr>
<ol>
<li id="fn:1">
<p>Corresponding footnote<br>
Footnotes can span multiple lines using indentation&#160;<a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
</li>
</ol>
</div>

        
        <hr><p>Published on 2023-06-27 at <a href='https://www.guzhengsvt.cn/'>孤筝の温暖小家</a>, last modified on 2023-06-27</p><p>All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!</p>]]></description><category>OtherNotes</category></item></channel></rss>