Deploying to gh-pages from @ f16de357a6 🚀

This commit is contained in:
jethrokuan
2020-06-19 10:24:18 +00:00
parent 5fee24ad81
commit 4b09cbb883
3 changed files with 10 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ extracted as tags. That is, if a file is located at relative path
</li><li> &lsquo;<samp>'last-directory</samp>&rsquo;: Extracts the last directory relative to
&lsquo;<samp>org-roam-directory</samp>&rsquo; as the tag. That is, if a file is located at relative
path &lsquo;<samp>foo/bar/file.org</samp>&rsquo;, the file will have tag &lsquo;<samp>bar</samp>&rsquo;.
</li><li> &lsquo;<samp>'first-directory</samp>&rsquo;: Extracts the first directory relative to
&lsquo;<samp>org-roam-directory</samp>&rsquo; as the tag. That is, if a file is located at relative
path &lsquo;<samp>foo/bar/file.org</samp>&rsquo;, the file will have tag &lsquo;<samp>foo</samp>&rsquo;.
</li></ol>
<p>By default, only the &lsquo;<samp>'prop</samp>&rsquo; extraction method is enabled. To enable the other

View File

@@ -306,6 +306,9 @@ extraction methods supported are:
3. ='last-directory=: Extracts the last directory relative to
=org-roam-directory= as the tag. That is, if a file is located at relative
path =foo/bar/file.org=, the file will have tag =bar=.
4. ='first-directory=: Extracts the first directory relative to
=org-roam-directory= as the tag. That is, if a file is located at relative
path =foo/bar/file.org=, the file will have tag =foo=.
By default, only the ='prop= extraction method is enabled. To enable the other
extraction methods, you may modify =org-roam-tag-sources=:

View File

@@ -468,6 +468,10 @@ extracted as tags. That is, if a file is located at relative path
@samp{'last-directory}: Extracts the last directory relative to
@samp{org-roam-directory} as the tag. That is, if a file is located at relative
path @samp{foo/bar/file.org}, the file will have tag @samp{bar}.
@item
@samp{'first-directory}: Extracts the first directory relative to
@samp{org-roam-directory} as the tag. That is, if a file is located at relative
path @samp{foo/bar/file.org}, the file will have tag @samp{foo}.
@end enumerate
By default, only the @samp{'prop} extraction method is enabled. To enable the other