Skip to content

Instantly share code, notes, and snippets.

@arturjnt
Last active August 23, 2021 11:08
Show Gist options
  • Save arturjnt/d2404293a9db6000a71d08101421964b to your computer and use it in GitHub Desktop.
Save arturjnt/d2404293a9db6000a71d08101421964b to your computer and use it in GitHub Desktop.
How to use "OneNote" on Linux
<html>
<head>
<script>
window.open("<YourOneNoteURL>", "", "toolbar=no,status=no,menubar=no,location=center,scrollbars=no,resizable=no,height=500,width=657");
window.close();
</script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment