Skip to content

Instantly share code, notes, and snippets.

@PaulleDemon
PaulleDemon / index.md
Last active June 17, 2024 10:39
gist for html to delta conversion for quill js

Code for converting Html to delta for Quill editor in python

some of the attributes maybe missing or not correct. If you find any please feel free to notify me and update this gist

Below is the code for converting

from bs4 import BeautifulSoup, NavigableString

def convert_html_to_delta(html_string):
    soup = BeautifulSoup(html_string, "html.parser")
@PaulleDemon
PaulleDemon / django-templates.md
Created June 19, 2024 04:58
Django themes and templates to supercharge Django development

Django themes and templates

Writing a django app from scratch has been a hassle, so if you are looking to speed up your web development check out Django templates by foxcraft.

It comes with responsive design, google reCAPTCHA, modern Admin dashboard and more. Read the features below

Demo

You can check out the demo website here

@PaulleDemon
PaulleDemon / 1tikCommerce.md
Last active July 9, 2024 12:59
Tikcommerce concept prototype

TikCommerce

TikCommerce, is a conecept of providing a minute long video, instead of the traditional product display method cluttering the UI. With studies showing that video tends to bring 6 times more engagement and higher conversion rates, a minute long product video is the future of the E-Commerce.

This is submitted as part of Wix Studio challenge

Read more about TikCommerce

The code is licensed under GPL-3

@PaulleDemon
PaulleDemon / paypal-button.js
Created January 7, 2025 06:18
Paypal button double payment problem
window.paypal.Buttons({
style: {
shape: "rect",
layout: "vertical",
color: "gold",
label: "paypal",
},
message: {
// amount: 100,
} ,