Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using foambubble/foam with onivim2 #3112

Open
jerabaul29 opened this issue Feb 7, 2021 · 1 comment
Open

Using foambubble/foam with onivim2 #3112

jerabaul29 opened this issue Feb 7, 2021 · 1 comment
Labels
A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working

Comments

@jerabaul29
Copy link

I would like to use this from onivim2:

https://github.com/foambubble/foam

They only name that they publish a VSC extension, but I am able to install the extension from onivim2. However, it does not seem to work (nothing happens when issuing commands).

Any idea how to get this to work? :)

@bryphe
Copy link
Member

bryphe commented Feb 10, 2021

Hi @jerabaul29 ,

I took this extension for a test run to evaluate the blockers - I saw a few issues:

  1. I was confused at first why gd wouldn't let me navigate the links in the foam starter project - it seems there are some dependent extensions that they recommend installing too. I realized I needed the koritna.vscode-markdown-notes extension to navigate between the [[ wiki links ]].

  2. The foam extension creates some tree views, which we don't support yet. I logged an issue to track (Extension: Support for tree-views #3126 , related to VSCode Extension Host Integration #1058)

  3. The foam extension uses a webview for graph visualization, which we don't support yet: Extension: Support 'webview' functionality #3128

  4. As I was trying out the commands, I saw crashes in the extension here: https://github.com/foambubble/foam/blob/585a6d61e18842d5ff32ad22697313f12aed2f26/packages/foam-vscode/src/utils.ts#L181 - looks like it's hitting a bug in our open/show flow.

@bryphe bryphe added A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-extension Area: Extension/plugin integration, vscode or VimL bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants