Skip to content

Feat(slides) : Added Slide system + finish parsing markdown + presentation mode#8

Merged
matheoleger merged 8 commits intodevelopfrom
feature/slides
Apr 10, 2023
Merged

Feat(slides) : Added Slide system + finish parsing markdown + presentation mode#8
matheoleger merged 8 commits intodevelopfrom
feature/slides

Conversation

@matheoleger
Copy link
Owner

No description provided.

@matheoleger matheoleger requested review from ByMSRT and Liv44 and removed request for ByMSRT April 9, 2023 16:44
index.ts Outdated
Comment on lines 61 to 67
console.log("maximized-app")
win.setFullScreen(false)
})

//Set to fullscreen
win.webContents.ipc.on("fullscreen-app", () => {
console.log("fullscreen-app")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 console.log à supprimer

Comment on lines 84 to 91
// return (
// `<pre class="hljs"><code>${hljs.highlight(lines.join("\n"), {
// language: fileExtension[1] || "",
// ignoreIllegals: true,
// }).value}</code></pre>`
// )

// I must use a concatenate string instead of `` because of tabulation and break line
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 A supp ?

@matheoleger matheoleger merged commit 41b48de into develop Apr 10, 2023
@matheoleger matheoleger deleted the feature/slides branch April 10, 2023 15:33
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

Successfully merging this pull request may close these issues.

2 participants