-
Notifications
You must be signed in to change notification settings - Fork 96
HTML formatter needs implementing #18
Comments
See #16 for easier reference on the available methods |
How could I provide HTML/CSS templates and who would implement them? I'm decent with the first both, but not in Python. |
So @NopeNopeNope with Python it's fairly easy to replace text with other value (e.g. |
How exciting! I suggest we use a dedicated templating library like Jinja, and also make the formatting tools a separate program. They don't really belong in the same command, and can cause confusion as we saw earlier on @NopeNopeNope's other issue, with contexts and format-contexts |
I'd just provide basic templates for each:
I'd provide them in HTML files along with CSS. Its up to you how you render them, in PHP I'd go with sprintf'ing over it to achieve a correct merging strategy. Is that fine for you guys? |
Yeah, that sounds good! |
I'd love to have something that looks like Telegram Desktop, but that's probably going to be quite difficult. I wonder if we could use stuff from Webogram. By the way, it might be easier to discuss development in the telegram group, the username of which is my GitHub username. |
Any progress on this? |
It's currently very unfinished. It would be very nice to be able to display the saved data in a good-looking page.
The text was updated successfully, but these errors were encountered: