SeriousBug
03/21/2022, 8:11 AMwithnoroof
03/21/2022, 12:39 PMwithnoroof
03/21/2022, 12:40 PMwithnoroof
03/21/2022, 12:41 PMwithnoroof
03/21/2022, 12:41 PMwithnoroof
03/21/2022, 12:41 PMfudo
03/21/2022, 1:09 PMCharts.Deezer.Monthly.Worldwide.2020.01.
you want to be able to show the actual Chart from where ever that is. This should already be possible, will need to test it if dendron Allows raw Html Iframes
for the preview / publishing to be inside of notes.
Ahhh.... stop reread your message, something like that could be done per Pods to import the charts, creating the Hierarchy. Like one Pod to import the Charts from Deezer for month X, running that pod once a month would add the charts of the last month to it. Since these Charts are static
they don't change.
But it could generate a Scaffold for live Charts for the Genres as example which would just link or embed the Corresponding Charts. But this would not allow for the needed editing to Link an an Artist in the Live Charts to the Notes about the Artist. This would be possible for the monthly Charts since these are Static and could be analysed to create the needed links towards the Notes about Artistβs or Albums.
Interesting Idea overall.seadude
03/21/2022, 3:47 PM/docs
folder for the project (How It Works, etc.) and the README.md
file of the project's repository.
But aside from that, you'd use code (JS, Python, etc) that calls API's, returns .json, then builds the website on a schedule.
Example:
Every 60mins --> Azure Function calls API's --> Response written to DB (or directly to GitHub!) --> GitHub Action builds index.html --> Doneseadude
03/21/2022, 3:49 PMbeb
03/21/2022, 4:26 PMfudo
03/21/2022, 4:43 PMuser
03/21/2022, 6:30 PMbenhsm | Jack of N trades
03/21/2022, 6:52 PMuser
03/21/2022, 7:14 PMuser
03/21/2022, 7:15 PMwithnoroof
03/21/2022, 7:19 PMSeriousBug
03/21/2022, 7:25 PMPetew
03/22/2022, 2:57 AMSeriousBug
03/22/2022, 2:59 AMPetew
03/22/2022, 3:05 AMmihaiconstantin
03/22/2022, 1:41 PMmihaiconstantin
03/22/2022, 1:43 PMxg
03/22/2022, 1:46 PMmihaiconstantin
03/22/2022, 1:46 PMxg
03/22/2022, 1:47 PMmihaiconstantin
03/22/2022, 1:49 PM<name>.code-workspace
to all my projects just to be able to access the Dendron workspace from the same VSCode instance.
json
{
"folders": [
{
"path": "."
},
{
"path": "path/to/my/dendron/notes"
}
],
"settings": {}
}
mihaiconstantin
03/22/2022, 1:51 PMdendron.code-workspace
). What would you do to be able to use the Lookup Bar in the VSCode workspace, assuming that the Dendron extension is globally enabled?xg
03/22/2022, 1:54 PMmihaiconstantin
03/22/2022, 1:57 PMxg
03/22/2022, 1:58 PM