WeSearch

MediaNote: a note-taking app inside VS code

·1 min read · 0 reactions · 0 comments · 9 views
#vscode#productivity#notetaking
MediaNote: a note-taking app inside VS code
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)