decentral1se
bb23a5c3a9
chore: squash extra whitespace
12 months ago
mb
db7bb5bfce
adding support for gunicorn, to allow url's with prefixes
2 years ago
mb
34930a5808
fixing the CSS link in the HTML preview (thanks Martino)
2 years ago
mb
6ba8e1cc47
small interface tweak, to keep octomode on screens smaller than 1290px
2 years ago
mb
0a7526411f
editing the default texts, styling and structure of the rendered PDF
2 years ago
mb
7b7376b254
updates to the default texts, including a short intro of octomode and the default varia pad text
2 years ago
decentral1se
faa4c25ccc
fix: use PAD_URL in template files
2 years ago
decentral1se
9d00038812
chore: strip tabs, auto-formatter
2 years ago
decentral1se
42e408859b
refactor!: unify slash handling
It is hard to remember to add `/` at the end of the URL when configuring
a new etherpad URL. Also, web server proxies tend to do weird stuff when
you assume that you have a slash on the end of each URL.
So, I took a look at how to avoid doing that. It turns out that both
urljoin / os.path.join are kinda bad for handling URL building. Also,
APPLICATION_ROOT didn't seem that necessary since Flask knows what to do
with a `/` at the start of a URL, so I dropped it.
I think this doesn't break anything!
2 years ago
decentral1se
9e1cc8c10f
chore: strip/clean with auto-formatter
2 years ago
manetta
a7ad64562c
adding application root to main link
3 years ago
manetta
fd8b9aca5c
adding application_root to css links
3 years ago
manetta
44818d981c
adding application_root urls + default metadata
3 years ago
manetta
4d6c97fb46
adding application_root to post form in the start screen
3 years ago
manetta
de8027f68a
escape() and bleach.clean() are disabled... sanitizing does not render the html at all anymore...
3 years ago
manetta
d820006525
adding | safe to the pad_content, now escape() and Markup() are sanitizing the input
3 years ago
manetta
e257d5359e
using md metadata title field as document name + using pypandoc for the markdown-to-html convertion now to support 'extra' features such as {.classname}
3 years ago
manetta
27e4dd82de
the pagedjs template is fixed now (not editable anymore in the interface) + other changes to the templates
3 years ago
manetta
3bec9f9180
made pad URL part of the config
3 years ago
manetta
5f84b054c5
added a link to the start base
3 years ago
manetta
975b9912bc
bending pad2pdf into octomode
3 years ago
systers
5559f4614a
Small updates: changing style, loading the pagedjs in the same iframe
3 years ago
systers
87002827e3
This project is an update of the post-scrip interface, now using pagedjs
3 years ago
manetta
64e34e41cf
uploading this to the git to start sharing this prototype
3 years ago