Giter Club home page Giter Club logo

Comments (5)

TeddyDD avatar TeddyDD commented on June 16, 2024 1

I'm currently rewriting some of the internals to support nested directories in @tag syntax and to make wiki command friendlier. We will see if this fix the issue. I'll try to push the update in few hours :)

from kakoune-wiki.

TeddyDD avatar TeddyDD commented on June 16, 2024 1

Ok, done, check out new README and tell me if it works for you :)

from kakoune-wiki.

TeddyDD avatar TeddyDD commented on June 16, 2024

Do you use autoloads or source wiki plugin manually?
Do you use wiki command to create new wiki page? If so:I wiki command is just for editing (it's a wrapped edit with path completion for quick navigation), you have to use wiki_new_page or @page syntax on exising page (note that @page syntax works only on exising wiki pages). I should probably change that.

Otherwise I have no idea whats broken. I use Void as well (glibc version), I use the same version of Kakoune 😕

We might try one more thing. wiki_setup is just synax sugar for two commands:

set-option global wiki_path /home/nk/Wiki
hook global BufCreate /home/nk/Wiki/.+\.md %{ wiki_enable }

try using them instead, we will see what happens.

Wiki pages are only recognized as long as I am in the set wiki folder. Everywhere else the plugin looks right at the current directory for files.

So if your cwd equals wiki directory, :wiki command shows list of filses, but everywhere else list is empty?

from kakoune-wiki.

nkoehring avatar nkoehring commented on June 16, 2024

from kakoune-wiki.

nkoehring avatar nkoehring commented on June 16, 2024

Sorry, it took a while. Now I can just use :wiki and it works as expected. Thanks!

from kakoune-wiki.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.