Skip to content

Instantly share code, notes, and snippets.

@min50250
Created September 18, 2023 02:44
Show Gist options
  • Save min50250/47bca658314ed7eef2cbea2fc944e768 to your computer and use it in GitHub Desktop.
Save min50250/47bca658314ed7eef2cbea2fc944e768 to your computer and use it in GitHub Desktop.
step6.txt
> [!wordcloud]
> ```dataviewjs
>
> let {LucyKeywordCloud} = customJS
> let html = ""
>
> html = LucyKeywordCloud.getKeywordCloudData(dv.current().file.path)
>
> dv.paragraph(html)
>
> ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment