bunsenstraat / remix-learneth-plugin

15 stars 18 forks source link

startTutorial(name) method is needed to start a tutorial Textanalyse with plugin call #61

Open LianaHus opened 1 year ago

bunsenstraat commented 1 year ago
startTutorial(repoName,branch,id):void{
   console.log("start tutorial", repoName, branch, id)
   this._startTutorialAction.next({name:repoName,branch:branch,id:id})    
} 

it already exists.. is there anything else needed?

LianaHus commented 1 year ago

so i just need to expose it in profile? because I don't see it there @bunsenstraat