mirror of
https://github.com/org-roam/org-roam
synced 2025-08-19 13:43:31 -05:00
Deploying to gh-pages from @ f16de357a6
🚀
This commit is contained in:
@@ -85,6 +85,9 @@ extracted as tags. That is, if a file is located at relative path
|
||||
</li><li> ‘<samp>'last-directory</samp>’: Extracts the last directory relative to
|
||||
‘<samp>org-roam-directory</samp>’ as the tag. That is, if a file is located at relative
|
||||
path ‘<samp>foo/bar/file.org</samp>’, the file will have tag ‘<samp>bar</samp>’.
|
||||
</li><li> ‘<samp>'first-directory</samp>’: Extracts the first directory relative to
|
||||
‘<samp>org-roam-directory</samp>’ as the tag. That is, if a file is located at relative
|
||||
path ‘<samp>foo/bar/file.org</samp>’, the file will have tag ‘<samp>foo</samp>’.
|
||||
</li></ol>
|
||||
|
||||
<p>By default, only the ‘<samp>'prop</samp>’ extraction method is enabled. To enable the other
|
||||
|
@@ -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=:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user