MediaNote: a note-taking app inside VS code
A new note-taking app called MediaNote has been developed as a VS Code extension. MediaNote is built on top of VS Code's markdown module and offers more organized copy-pasting of media files. The app also features a custom font for preview, allowing users to create professional-looking pages.
- ▪MediaNote is a VS Code extension for note-taking.
- ▪The app is built on top of VS Code's markdown module.
- ▪MediaNote offers more organized copy-pasting of images, videos, and audios.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3960062) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } norsnoise Posted on May 30 MediaNote: a note-taking app inside VS code #vscode #obsidian #vibecoding Hi guys, I used claude to write a vscode extension: MediaNote. It is a note-taking app, built on top of vscode's markdown module. The copy-pasting of images/videos/audios is more organized in MediaNote than in the built-in markdown. And with the custom font for preview, you can write professional-looking pages.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).