<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aliens/nroam, branch v0.9.0</title>
<subtitle>nroam is a supplementary package for org-roam that replaces the backlink side buffer of Org-roam.</subtitle>
<id>https://code.ryuslash.org/aliens/nroam/atom?h=v0.9.0</id>
<link rel='self' href='https://code.ryuslash.org/aliens/nroam/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/'/>
<updated>2021-03-06T23:01:33Z</updated>
<entry>
<title>Bump nroam to v0.9.0</title>
<updated>2021-03-06T23:01:33Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-06T23:01:33Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=c150603a25445d65b7b08d658793a6019fd763ea'/>
<id>urn:sha1:c150603a25445d65b7b08d658793a6019fd763ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6 from Whil-/master</title>
<updated>2021-03-05T16:04:52Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-05T16:04:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=22be2cc219c59131e9e56777ebc3064fc36e9acb'/>
<id>urn:sha1:22be2cc219c59131e9e56777ebc3064fc36e9acb</id>
<content type='text'>
nroam-backlinks.el: Add logic for heading level for backlink subtree</content>
</entry>
<entry>
<title>nroam-backlinks.el: Add logic for heading level for backlink subtree</title>
<updated>2021-03-05T13:45:07Z</updated>
<author>
<name>Gustav Wikström</name>
</author>
<published>2021-03-05T13:45:07Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=49468cd28c67f93b3ba3a40c38247027a03a6927'/>
<id>urn:sha1:49468cd28c67f93b3ba3a40c38247027a03a6927</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--insert-backlink-subtree): Use
the existance (or not) of an outline to infer the subtree level of the
content.
</content>
</entry>
<entry>
<title>Fix a let(*) definition</title>
<updated>2021-03-04T16:38:04Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-04T16:38:04Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=b7e79c5ed8750e234ee65850b35b3031c091d5a9'/>
<id>urn:sha1:b7e79c5ed8750e234ee65850b35b3031c091d5a9</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--hide-drawers): Use `let*’ as `elt’ is
used in other let forms.
</content>
</entry>
<entry>
<title>Merge pull request #5 from Whil-/master</title>
<updated>2021-03-04T16:35:54Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-04T16:35:54Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=edbd6f0c7edf7ab47a79a2273456ab3a95aea74e'/>
<id>urn:sha1:edbd6f0c7edf7ab47a79a2273456ab3a95aea74e</id>
<content type='text'>
nroam-backlinks.el: Fix edge case (again)</content>
</entry>
<entry>
<title>nroam-backlinks.el: Fix edge case (again)</title>
<updated>2021-03-04T16:26:12Z</updated>
<author>
<name>Gustav Wikström</name>
</author>
<published>2021-03-04T13:59:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=03663d5e7666a7c3ba93b08ea119ac8b8b71121e'/>
<id>urn:sha1:03663d5e7666a7c3ba93b08ea119ac8b8b71121e</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--crawl-source): Set full-outline
to nil if point is before first heading using a built in org function.
</content>
</entry>
<entry>
<title>Refactoring: rename a function</title>
<updated>2021-03-04T15:44:48Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-04T15:44:48Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=6a412e8c327e2da3d0e9dab60f9de4ca909a6923'/>
<id>urn:sha1:6a412e8c327e2da3d0e9dab60f9de4ca909a6923</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--insert-backlink-breadcrumbs): Rename from
`nroam-backlinks--insert-backlink-outline’.
</content>
</entry>
<entry>
<title>Refactor nroam-backlinks--insert-backlink</title>
<updated>2021-03-04T15:42:13Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-04T15:42:13Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=df4ff299f3b20e94277ad1f4f22042d2f6915d43'/>
<id>urn:sha1:df4ff299f3b20e94277ad1f4f22042d2f6915d43</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--insert-backlink): Refactor by extracting
new functions.
(nroam-backlinks--insert-backlink-subtree):
(nroam-backlinks--insert-backlink-content):
(nroam-backlinks--insert-backlink-outline): New functions.
</content>
</entry>
<entry>
<title>Fix an edge case in `nroam-backlinks--crawl-source’</title>
<updated>2021-03-03T21:27:06Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-03T21:27:06Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=5ceb4f6729841a713a9ec2c14ce5bdc0a295e7b4'/>
<id>urn:sha1:5ceb4f6729841a713a9ec2c14ce5bdc0a295e7b4</id>
<content type='text'>
* nroam-backlinks.el (nroam-backlinks--crawl-source): Do not attempt to get the
full outline when outline is nil, as `org-get-outline-path’ will throw.
</content>
</entry>
<entry>
<title>Merge pull request #4 from Whil-/master</title>
<updated>2021-03-03T21:20:55Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-03T21:20:55Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=64687fc8d4742e0ac7791768428638f555431b0d'/>
<id>urn:sha1:64687fc8d4742e0ac7791768428638f555431b0d</id>
<content type='text'>
nroam-backlinks.el: Add more context to backlinks</content>
</entry>
</feed>
