Giter Site home page Giter Site logo

Support wiki links about neuron-mode HOT 7 CLOSED

felko avatar felko commented on June 6, 2024 1
Support wiki links

from neuron-mode.

Comments (7)

TheKK avatar TheKK commented on June 6, 2024 4

Hi @vizziv, are you working on this? If not then I'd like to help as well :)

from neuron-mode.

sudeepdino008 avatar sudeepdino008 commented on June 6, 2024 3

WIP here - sudeepdino008@6455f03.
It supports folgezettel and ordinary links ( ids containing spaces might not work yet).
It still needs to support tag wikilinks (see tag trees here).

EDIT:

pull request here: #67
Company mode is still not supported. I'd appreciate some help there as I don't use company mode.

from neuron-mode.

srid avatar srid commented on June 6, 2024

[[Some note, with puctuation]] is now a valid link in neuron.

cf.

from neuron-mode.

vizziv avatar vizziv commented on June 6, 2024

I'm totally new to elisp, but I'm willing to have a go at this. Can anyone give me a few pointers to places in the code that would need to change?

from neuron-mode.

srid avatar srid commented on June 6, 2024

@vizziv Probably neuron-link-regex:

neuron-mode/neuron-mode.el

Lines 796 to 799 in 6042cb8

(defconst neuron-link-regex
(concat "<\\(z:" thing-at-point-url-path-regexp "\\|[A-Za-z0-9-_]+\\(?:\?[^][\t\n\\ {}]*\\)?\\)>")
"Regex matching zettel links like <URL> or <ID>.
Group 1 is the matched ID or URL.")

from neuron-mode.

vizziv avatar vizziv commented on June 6, 2024

By all means, go ahead! (I never managed to get started on this.)

from neuron-mode.

felko avatar felko commented on June 6, 2024

Closing since #67 was merged

from neuron-mode.

Related Issues (20)

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.