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

[csl-to-jast] write a function that converts CSL to JAST frontmatter #29

Open
github-actions bot opened this issue Feb 21, 2022 · 0 comments
Open
Labels

Comments

@github-actions
Copy link

[csl-to-jast] write a function that converts CSL to JAST frontmatter

https://github.com/JournalOfTrialAndError/JOTE/blob/92b9c45361dbf38d7f9be244270ef81e40facd8c/libs/rejour/csl-to-jast/src/lib/csl-to-jast.ts#L28

  return cslToFront(data)
}

//
export function cslToFront(data: CSL) {
  //TODO: [csl-to-jast] write a function that converts CSL to JAST frontmatter
}

export function cslToRefList(
  data: CSL[] | { [key: string | number]: CSL }

2faeaeb983daadb9a066ceadecb0ea753527c0ee

@github-actions github-actions bot added the todo label Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants