Roam-Research / issues

Roam Research - A note-taking tool for networked thought.
https://roamresearch.com/
304 stars 6 forks source link

Add page UID in JSON export #668

Closed Stvad closed 3 years ago

Stvad commented 3 years ago

Describe the problem

Right now JSON export includes Refs entry for each block describing references between blocks and other pages & blocks which is awesome!

Unfortunately it refers to pages by their UID instead of their names (which is consistent with other references), and the page UID is not actually exported right now. So there is no way to discover links from blocks to pages without manually parsing the block content matching the results.

Feature implementation

It'd be nice if you were to include page UIDs as part of export, so it'd be easy to work with the graph of references & pages.

theSherwood commented 3 years ago

@Stvad Good idea

This should be working now!

Stvad commented 3 years ago

@theSherwood thanks a lot! it's gonna make my life easier ❤️