jekyll-wikilinks icon indicating copy to clipboard operation
jekyll-wikilinks copied to clipboard

Add [[wikilinks]] support for jekyll.

Results 10 jekyll-wikilinks issues
Sort by recently updated
recently updated
newest added

https://github.com/manunamz/jekyll-wikilinks/blob/e3270a8adc9d07a4de90550bd846dd3e2ca08b75/jekyll-wikilinks.gemspec#L31 Is this requirement still needed? This plugin won't work with the latest Jekyll because of this line.

When I try to use this gem with polyglot, I get following error: ``` /usr/share/rvm/gems/ruby-3.0.0/gems/jekyll-3.9.2/lib/jekyll/document.rb:380:in `method_missing': undefined method `type' for # (NoMethodError) from /usr/share/rvm/gems/ruby-3.0.0/gems/jekyll-wikilinks-0.0.5/lib/jekyll-wikilinks.rb:53:in `block in generate' from /usr/share/rvm/gems/ruby-3.0.0/gems/jekyll-wikilinks-0.0.5/lib/jekyll-wikilinks.rb:53:in `filter'...

Embeds don't render if the embedded post has been previously referenced as a wikilink in the same post. So if you link to a post as a wikilink, a subsequent...

Currently, when invalid wikilink is detected, it's just wrapped with a `` tag and the raw markdown is passed through which results in some ugly looking text output to the...

I'm using the Chirpy Jekyll Theme and I tried installing this plugin (I don't have much technical knowledge). I got the following error: ``` In snapshot (Gemfile.lock): nokogiri (= 1.13.1)...

Hi, I'm trying to use this plugin on a foam wiki but I get the above error. I'm a raw newbie when it comes to jekyll so it is very...

As of right now, when I intend to embed a note by using `![[example note]]` what I get is the title of the linked page and below all of its...

In [my website](https://github.com/xplosionmind/tommi.space), I am embedding my “[Typography](https://github.com/xplosionmind/tommi.space/blob/main/_notes/public/Typography.md)” page in to the “[Design](https://github.com/xplosionmind/tommi.space/blob/main/_notes/public/Design.md)” page. Inside the Typography page I have inserted a Wikilink with custom title, this: ```markdown - something...

Suppose I am linking to a page with the following syntax: `![[file-to-embed]]`. This should create a scrollable `div` of height no greater than the viewport which contains all of the...

enhancement

🐛 Bug: `[[a-missing-note-example]]` Renders instead of being escaped (this is a missing note example): `[[a-missing-note-example]]` Should render as originally displayed: `[[a-missing-note-example]]` 🩹 Workaround -- escape with backslashes: \[\[a-missing-note-example]] Renders as...

bug