-
Hi @andyleclair , any chance you can add an RSS feed for your website?
That makes it easier (for me) to follow.
Here are some resources on how to do this:
* https://elixirschool.com/blog/now-…
-
```js
const RSS_URL = `https://anchor.fm/s/664feec4/podcast/rss`;
let doc = {}
let items = []
fetch(RSS_URL)
.then(response => response.text())
.then(str => new window.DOMParser().parseFro…
-
I would be happy if you could add the option to add rss, change rss, watch the latest alerts and more
-
- setup RSS
-
Users should be able to import full blog posts into their Weird profile via an RSS feed, like this:
https://dev.to/p/publishing_from_rss_guide
https://dev.to/tessak22/connecting-your-rss-feed-url-…
-
Flow:
- Read RSS feed
- Convert HTML in feed to markdown
- Pull other attributes (date, title, URL)
Overall goal is pulling in my blog so danswer can reference my past writing.
I'm happy to…
-
Should not be hard, we can take some inspiration from site.xml, that is already implemented.
-
TO-BE:
- В дальшнейших задачах нужно будет реализовать парсинг разных сайтов. Отдельный java-класс будет
для отдельного парсера
- Нужно создать общий внутренний java-интерфейс для этих парсеров, н…
-
Add not only RSS reader functionality to
- generate your own RSS feed
- manage your RSS feeds you are reading - your blogroll
- manage others lists
- share lists of blogs with others
-
hey again thanks for listening to this request
The addon Dimond info mod
https://github.com/henryjfry/repository.thenewdiamond
has a feature taken from realizer addon.
This is the RSS maange…