diff --git a/nbs/20_whatsapp_converter.ipynb b/nbs/20_whatsapp_converter.ipynb deleted file mode 100644 index 1410c6a..0000000 --- a/nbs/20_whatsapp_converter.ipynb +++ /dev/null @@ -1,66 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WhatsAppChatConverter\n", - "> My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#| default_exp whatsapp_converter" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#| hide\n", - "from IPython.display import Markdown\n", - "import urllib.request" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#| echo: false\n", - "display(Markdown(urllib.request.urlopen('https://raw.githubusercontent.com/mtln/WhatsAppChatConverter/refs/heads/main/README.md').read().decode()))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "#| hide\n", - "import nbdev; nbdev.nbdev_export()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "python3", - "language": "python", - "name": "python3" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/nbs/_quarto.yml b/nbs/_quarto.yml index d442598..130a484 100644 --- a/nbs/_quarto.yml +++ b/nbs/_quarto.yml @@ -21,6 +21,8 @@ website: left: - text: "Gschichtefritz" href: https://www.gschichtefritz.ch + - text: "WhatsAppChatConverter" + href: https://whatsappchatconverter.click sidebar: style: floating diff --git a/nbs/projects.json b/nbs/projects.json index 3659ac0..15c4afc 100644 --- a/nbs/projects.json +++ b/nbs/projects.json @@ -100,7 +100,7 @@ "title": "WhatsAppChatConverter", "year_start": 2024, "quote": "My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.", - "description": "There's a [dedicated project page](/20_whatsapp_converter.ipynb) for that" + "description": "[WhatsAppChatConverter](https://whatsappchatconverter.click) is an open-source tool written in Python. The website is built using an AWS Lambda function that retrieves the project's README markdown from GitHub, converts it to HTML, and returns it as a complete, properly formatted HTML page. \n\n [![YouTube](https://img.youtube.com/vi/s1dMO8pjkC8/0.jpg)](https://www.youtube.com/watch?v=s1dMO8pjkC8)" },{ "title": "Anelec", "year_start": 1985, diff --git a/nbs/sidebar.yml b/nbs/sidebar.yml index 70458ee..1d893e4 100644 --- a/nbs/sidebar.yml +++ b/nbs/sidebar.yml @@ -3,6 +3,5 @@ website: contents: - index.ipynb - 10_andri.ipynb - - 20_whatsapp_converter.ipynb - 90_imprint.ipynb - 95_model.ipynb