Giter Club home page Giter Club logo

Comments (5)

srid avatar srid commented on May 20, 2024 2

Simplify this feature's UX further, by using graph connections instead of tags to query feed items. Also, use YAML frontmatter instead of touching neuron.dhall.

If Blog.md contains this metadata,

---
genRSS: True
---
...

Creates blog.rss (which exists alongside the blog.html) containing folgezettel children of the Blog.md zettel. Throws an error if not all child zettels have a date assigned (or, better, selects only those with date assigned; like 'timeline' query currently does).

This should be implemented as a plugin of course. A good candidate for contributing a neuron plugin.

from neuron.

srid avatar srid commented on May 20, 2024

There is a beta version of this now available in 1.9.22.0. It needs testing. Add the following to the YAML frontmatter of any note that has non-zero folgezettel children with date assigned ... and confirm that the generated atom feed is functional (the feed is automatically linked in the <head> element):

feed:
  count: 5

NOTE: This requires the feed plugin, which is enabled by default, unless you are specifying the plugins manually.

Examples:

from neuron.

 avatar commented on May 20, 2024

This works https://lost-frequencies.eu/1f695b7b.xml .. could not find any error .. maybe i will use it forreview .. i am ~1k entries behind to put tags into^^

from neuron.

srid avatar srid commented on May 20, 2024

Note that you can combine the feed plugin with the dirtree plugin.

  1. If you enable feed in a directory zettel, then simply copying a markdown file to that directory adds that to the feed.
  2. If you use directory tags (automatically added by dirtree), then you can create a feed out of all files recursively in a directory. For eg, in a new articles-recent.md if you add [[z:zettels?tag=root/global/articles/articles-date*/**&timeline&limit=10]]# and enable feed on it, you get a RSS feed for all articles anywhere under the articles folders.

from neuron.

srid avatar srid commented on May 20, 2024

https://neuron.zettel.page/feed | https://www.srid.ca/neuron-feed

from neuron.

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.