diff --git a/Assets/WebsiteAssets/rss.xml b/Assets/WebsiteAssets/rss.xml index 187b6cb73f..37a0d0971f 100644 --- a/Assets/WebsiteAssets/rss.xml +++ b/Assets/WebsiteAssets/rss.xml @@ -1,4 +1,15 @@ -<![CDATA[Joplin]]>https://joplinapp.orgRSS for NodeWed, 21 Dec 2022 00:00:00 GMTWed, 21 Dec 2022 00:00:00 GMT<![CDATA[Joplin is switching to the GNU Affero General Public License v3 (AGPL-3.0)]]>As was discussed last year, Joplin is switching to the GNU Affero General Public License v3 (AGPL-3.0) for the desktop, mobile and CLI applications, as well as the web clipper.

+<![CDATA[Joplin]]>https://joplinapp.orgRSS for NodeMon, 16 Jan 2023 00:00:00 GMTMon, 16 Jan 2023 00:00:00 GMT<![CDATA[Introducing the "GitHub Actions Raw Log Viewer" extension for Chrome]]>If you've ever used GitHub Actions, you will find that they provide by default a nice coloured output for the log. It looks good and it's even interactive! (You can click to collapse/expand blocks of text) But unfortunately it doesn't scale to large workflows, like we have for Joplin - the log can freeze and it will take forever to search for something. Indeed searching is done in "real time"... which mostly means it will freeze for a minute or two for each letter you type in the search box. Not great.

+

Thankfully GitHub provides an alternative access: the raw logs. This is much better because they will open as plain text, without any styling or JS magic, which means you can use the browser native search and it will be fast.

+

But now the problem is that raw logs look like this:

+

Raw log without extension

+

While it's not impossible to read, all colours that would display nicely in a terminal are gone and replaced by ANSI codes. You can find what you need in there but it's not particularly easy.

+

This is where the new GitHub Action Raw Log Viewer extension for Chrome can help. It will parse your raw log and convert the ANSI codes to proper colours. This results in a much more readable rendering:

+

Raw log with extension

+

The extension is fast even for very large logs and it's of course easy to search for text since it simply works with your browser built-in search.

+

The extension is open source, with the code available here: https://github.com/laurent22/github-actions-logs-extension

+

And to install it, follow this link:

+

Download GitHub Action Raw Log Viewer extension

+]]>
https://joplinapp.org/news/20230116-github-actions-log-viewer/20230116-github-actions-log-viewerMon, 16 Jan 2023 00:00:00 GMTIntroducing the "GitHub Action Raw Log Viewer" extension for Chrome
<![CDATA[Joplin is switching to the GNU Affero General Public License v3 (AGPL-3.0)]]>As was discussed last year, Joplin is switching to the GNU Affero General Public License v3 (AGPL-3.0) for the desktop, mobile and CLI applications, as well as the web clipper.

Any open source or commercial fork of Joplin will have to license any changes they make under AGPL, and share these changes back with the community. This is the main reason we switch to this license. It allows us to continue releasing the project as open source while ensuring that those who benefit commercially (or not) from it share back their changes.

What is the GPL license?🔗

The AGPL license is based on the GPL license. This is what tldr;Legal has to say about the GPL license:

@@ -288,9 +299,4 @@

For now, since we don't have a review process, the recommended plugins are those developed by the Joplin team and frequent contributors, because we know those are safe to use.

Later we might have a review process and add more recommended plugins. That being said, in the meantime even if a plugin is not marked as recommended, there's a good chance it is still safe and have good performance too. Often you can search for it on the forum and if it's active with many users commenting, you're most likely good to go.

But if there's any doubt, the recommended tag is a good way to be sure.

-]]>
https://joplinapp.org/news/20210901-113415/20210901-113415Wed, 01 Sep 2021 11:34:15 GMT
<![CDATA[Joplin Cloud is officially production ready!]]>Joplin Cloud has been out of beta for a few weeks now and since then it has been quietly running without any troubles. There is no known bugs and the service is running smoothly so it's now safe to say that it is production ready!

-

As a reminder, Joplin Cloud is meant to provide a more seamless Joplin experience - if you want to quickly get started, it's as easy as downloading the app and getting a Joplin Cloud account. Besides improved sync performance, that will give you the ability to collaborate on notebooks with others, as well as publishing and sharing notes.

-

Of course Joplin still supports other sync options such as Nextcloud, Dropbox and OneDrive or AWS S3. You can also self host using Joplin Server. The advantage of Joplin Cloud being that you don't need to maintain a server yourself - for a small fee you'll get that taken care of.

-

Additionally, subscribing to Joplin Cloud is a great way to support the project as a whole, including the open source applications. Such support is needed in the long term to provide bug and security fixes, add new features, and provide support.

-

At some level it is also an experiment, to see if such a service is financially viable and can allow me to work full time on the project. This is certainly something I would like, and perhaps Joplin Cloud combined with your donations will allow that.

-]]>
https://joplinapp.org/news/20210831-154354/20210831-154354Tue, 31 Aug 2021 15:43:54 GMT
\ No newline at end of file +]]>
https://joplinapp.org/news/20210901-113415/20210901-113415Wed, 01 Sep 2021 11:34:15 GMT
\ No newline at end of file diff --git a/readme/news/20230116-github-actions-log-viewer.md b/readme/news/20230116-github-actions-log-viewer.md index a9bd93cc4a..b2c40fca03 100644 --- a/readme/news/20230116-github-actions-log-viewer.md +++ b/readme/news/20230116-github-actions-log-viewer.md @@ -1,5 +1,6 @@ --- tweet: Introducing the "GitHub Action Raw Log Viewer" extension for Chrome +forum_url: https://discourse.joplinapp.org/t/29139 --- # Introducing the "GitHub Actions Raw Log Viewer" extension for Chrome