Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Roam] import settings/feature requests #236

Closed
dropcase opened this issue Apr 13, 2024 · 3 comments
Closed

[Roam] import settings/feature requests #236

dropcase opened this issue Apr 13, 2024 · 3 comments

Comments

@dropcase
Copy link
Contributor

Hi, I'm working on importing my Roam graph (~7200 notes) and looking for a few updates to help with the migration.

  • Option to replace "invalid" characters in file names with a default (or user-choice option), possibly with adding the original naming as the title value in YAML frontmatter
  • Option for removing one level of indented bullets, tested as working with this sed string: s/ \* /* /g
  • Option for removing bullets from headers, using these for H3 and H2 as an example: s/\* ###/###/g and s/\* ##/##/g
  • Option to use the create-time and edit-time from the Roam JSON Schema in YAML frontmatter as created and updated dates

I'll share updates if I'm able to test anything on my local system. Thanks!

@dropcase
Copy link
Contributor Author

Just submitted a PR for this: #242

Need some help, but I think it gets most of the way there for the first and last bullet points

@dropcase
Copy link
Contributor Author

dropcase commented May 1, 2024

Updated the PR with a new commit, added TZ and corrected title YAML setup

@tgrosinger
Copy link
Contributor

PR merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants