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

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

Merged
merged 8 commits into from
Apr 10, 2023

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