<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aliens/nroam, branch org-roam-v2</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=org-roam-v2</id>
<link rel='self' href='https://code.ryuslash.org/aliens/nroam/atom?h=org-roam-v2'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/'/>
<updated>2024-06-08T22:36:26Z</updated>
<entry>
<title>Fix syntax error</title>
<updated>2024-06-08T22:36:26Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2024-06-08T22:36:26Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=96d383d8c2d6c8cd310eea89b5c200e5c2c502d5'/>
<id>urn:sha1:96d383d8c2d6c8cd310eea89b5c200e5c2c502d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update showing backlinks to work for Org Roam v2</title>
<updated>2024-05-27T22:51:23Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2024-05-27T22:51:23Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=082d44bd397807492c7f0ebf65a0ccf6b12baba8'/>
<id>urn:sha1:082d44bd397807492c7f0ebf65a0ccf6b12baba8</id>
<content type='text'>
This doesn't include backlinks from nodes within the same file. I've
intentionally excluded these since they should be visible within the same file
anyway.

This is only for file nodes, doesn't include anything for headline nodes. If I
get to adding backlinks for headline nodes as well I should show backlinks from
headlines in the same file as well.

- ‘org-roam--get-backlinks’ has been removed and is now replaced by
  ‘org-roam-backlinks-get’. The new function returns a list of
  ‘org-roam-backlink’ objects, which is different from what was returned before.

- ‘org-roam-format-link’ has been removed. This was just a small wrapper around
  ‘org-link-make-string’. For now I've hard-coded the ‘file:’ link type since
  it's easy, but in the future this should probably use the org id instead so
  that it doesn't just go to the right file, but also the right heading. The
  line number could also be added.

- In ‘nroam-backlinks--insert-backlink’ the ‘backlink’ argument is now an
  ‘org-roam-backlink’ object, not a string and a property list.

- ‘nroam--fix-links’ has been removed for now since generally in org-roam v2
  everything uses ‘id:’ links that are completely independent of where their
  source (or target) file are located.
</content>
</entry>
<entry>
<title>Update the readme.</title>
<updated>2021-10-18T10:23:36Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-10-18T10:23:36Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=9a76f16d3fdd49a1733e5f2777036f1f83068a40'/>
<id>urn:sha1:9a76f16d3fdd49a1733e5f2777036f1f83068a40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #28 from NicolasPetton/nroam--sections-private</title>
<updated>2021-03-25T20:15:43Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-25T20:15:43Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=a5508d9958c2148c04ec32d7b3a9f72423e4b0aa'/>
<id>urn:sha1:a5508d9958c2148c04ec32d7b3a9f72423e4b0aa</id>
<content type='text'>
* nroam.el (nroam--sections): Redefine as a private var.</content>
</entry>
<entry>
<title>* nroam.el (nroam--sections): Redefine as a private var.</title>
<updated>2021-03-25T20:13:46Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-25T20:13:46Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=e1e164f02e203afe764faa6fca4a98c473300100'/>
<id>urn:sha1:e1e164f02e203afe764faa6fca4a98c473300100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #24 from NicolasPetton/add-goto-section</title>
<updated>2021-03-19T12:27:19Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-19T12:27:19Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=9c75bb316bb8769a9cb7a6f6c11225ba482befbd'/>
<id>urn:sha1:9c75bb316bb8769a9cb7a6f6c11225ba482befbd</id>
<content type='text'>
Add nroam-goto</content>
</entry>
<entry>
<title>Add nroam-goto</title>
<updated>2021-03-19T10:21:37Z</updated>
<author>
<name>Damien Cassou</name>
</author>
<published>2021-03-19T10:21:37Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=d7de243272f3f2bf7177ad81c5137b4ad97c15dd'/>
<id>urn:sha1:d7de243272f3f2bf7177ad81c5137b4ad97c15dd</id>
<content type='text'>
* nroam.el (nroam-goto): New function.
* tests/nroam-test.el: New test for the function.
</content>
</entry>
<entry>
<title>nroam-test.el: Extract constant</title>
<updated>2021-03-19T10:20:42Z</updated>
<author>
<name>Damien Cassou</name>
</author>
<published>2021-03-19T10:20:42Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=e85f625da11dfd0bd24ad6a1dc37db80c5ca5a23'/>
<id>urn:sha1:e85f625da11dfd0bd24ad6a1dc37db80c5ca5a23</id>
<content type='text'>
* tests/nroam-test.el (nroam-test-main-section-regexp): New constant.
</content>
</entry>
<entry>
<title>* tests/nroam-test.el: Fix typo.</title>
<updated>2021-03-19T10:14:10Z</updated>
<author>
<name>Damien Cassou</name>
</author>
<published>2021-03-19T10:14:10Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=e4b35b34e82f264e98a72409c643d842e75fc586'/>
<id>urn:sha1:e4b35b34e82f264e98a72409c643d842e75fc586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #22 from NicolasPetton/github-actions-badge</title>
<updated>2021-03-18T08:08:43Z</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2021-03-18T08:08:43Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/aliens/nroam/commit/?id=e6bd64814e4cb3b2ef0168b05245618eea435276'/>
<id>urn:sha1:e6bd64814e4cb3b2ef0168b05245618eea435276</id>
<content type='text'>
* readme.org: Add a GitHub actions badge</content>
</entry>
</feed>
