Taskwiki partially working #328
Unanswered
ghost
asked this question in
Community support
Replies: 2 comments 2 replies
-
Hi @mrsleeeeve, on
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Try importing tasklib through vim
:python3 import tasklib; print(tasklib.__file__)
…-------- Original Message --------
On Apr. 26, 2021, 10:14 a.m., mrsleeeeve wrote:
Hi!
looks like python is all good, nvim printed "hello world"
is there anything else I can check/provide?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, [view it on GitHub](#328 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAQGQXH76UKAFJYWZVSRFCTTKVYNJANCNFSM43S7HOWQ).
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see the filter sections that hide automatically, but pressing
<CR>
or trying to run :TaskWikiInfo doesn't do anything.I don't see any :Task* commands listed, but I do see :Vimwiki* commands
There's no errors on startup, and
task
returns nothingI'm using Pathogen and followed the guide:
Vimwiki - dev
Taskwiki - master
Tasklib - 2.3.0
nvim - 0.3.0
Beta Was this translation helpful? Give feedback.
All reactions