mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #43] VSCode plugin #39
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rokt33r on GitHub (Dec 16, 2018).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/43
It would be nice if we have something like vsnote so vscode users don't have to switching the app.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
@jhdcruz commented on GitHub (Aug 29, 2019):
I can probably work on this one, but that'll be until the PWA is released.
VSCode has a Webview API that should be capable of handling this task.
@Rokt33r commented on GitHub (Aug 30, 2019):
I think we should extract db api from the app. So any kind of platform can use it via NPM.
@jhdcruz Btw, Have you created any vscode plugins before?
@jhdcruz commented on GitHub (Aug 30, 2019):
I've scanned the docs before, but any actual extensions/plugins made? No.
That's why I've said "probably".
Also, I don't quite get the idea of installing/using NPM, doesn't that mean you're using it as a dependency?
Or maybe using it to load local content? which has a point for it to work offline, since using the PWA as a base only works when there is an internet connection.
I'm really sorry but I'm confused. Not really a back-end guy. 😅
@Rokt33r commented on GitHub (Aug 30, 2019):
I'm going to make a class for the PWA app which uses pouchdb's api based on our business logic(Creating a note, creating a folder, creating a tag...)
For the VSCode plug-in, I don't think it is good idea just showing PWA app in VS Code. I think it should look like builtin feature of VS Code so adopters can use the plugin naturally.
To make it possible, the plugin also needs the class to manage db. So rather than keeping same code in different place, making it into a npm package would be a better option. And I guess we could do same thing for a CLI app.
@jhdcruz commented on GitHub (Aug 30, 2019):
Oh okay, I got the whole idea.
Yeah, I think that'll be too much for someone like me that don't have experience making a plugin/extension.
@igorer88 commented on GitHub (Nov 10, 2020):
@Rokt33r Good Idea, any advance at the db client?
@tonyadudas commented on GitHub (Dec 26, 2022):
T