alexwkleung / Iris

✨ A comfortable note-taking app powered by Markdown
https://irisnotes.vercel.app/
MIT License
15 stars 1 forks source link

Add tabs #61

Open alexwkleung opened 11 months ago

alexwkleung commented 11 months ago

Adding tabs would be a nice feature for multitasking. Tabs also bring that native feeling to the app as well.

alexwkleung commented 11 months ago

Using BrowserView seems like a viable option for tabs.

Each tab should be a separate process and not contained within a single one. If each tab were contained in a single process, there would be performance issues.