Commit Graph

52 Commits

Author SHA1 Message Date
Matthias Portzel 1c2933bef4 Add controls to video playback element 2022-04-26 23:56:06 -04:00
Matthias Portzel a544c89752 Move bottom history nav inside the main block
* Add a CSS charset
2022-04-04 10:28:58 -04:00
Matthias Portzel 1ad106d05d License
* Add Unlicense
* Color tweak for About page
* Whitespace and code linting
2022-01-11 19:14:39 -05:00
Matthias Portzel 07214df87d Audio transcript
If this website keeps getting more complicated, I'm going to have to add a front-end library.
2022-01-09 16:28:48 -08:00
Matthias Portzel c213f67b88 Ability to edit Thoughts 2022-01-09 15:57:37 -08:00
MatthiasSaihttam d77d8d7f39 Clean up nav html 2021-10-22 00:59:14 -04:00
MatthiasSaihttam db607ec4b1 Move colors to settings, style tweaks
* Drastically decreased the line width
* Add vertical margin above the time stamp
* Change the Permalink button to Link
* Move the link button to the right of the timestamp
*
2021-10-21 15:44:14 -04:00
MatthiasSaihttam 87933af7ed Urlize/linkify thoughts
* Changes to put css on the existing span rather than use a "pre", to fix an issue with wrapping long words
2021-10-14 12:59:32 -04:00
MatthiasSaihttam 5dd070b043 Remove markdown
I can't take it.
2021-10-14 12:45:09 -04:00
MatthiasSaihttam 1411762ca1 Merge branch 'master' into server-side-markdown 2021-10-13 23:46:40 -04:00
MatthiasSaihttam 465bbb0fb1 Update history nav styling 2021-10-13 23:34:16 -04:00
MatthiasSaihttam 0647597ef9 Duplicate the history nav bar on the top of the page 2021-10-12 12:54:22 -04:00
MatthiasSaihttam 9d49698394 show= links show the correct page & permalink button 2021-10-12 12:47:35 -04:00
MatthiasSaihttam b2241c6ab9 CSS and styling for pagination 2021-10-12 12:05:41 -04:00
MatthiasSaihttam 81ee2b368f Super basic Pagination 2021-10-12 09:30:25 -04:00
MatthiasSaihttam de79cba49d Refactor timezone logic into methods of Thought 2021-10-12 09:11:24 -04:00
MatthiasSaihttam 65fc30a717 Accessibility improvements
* Make the accent color in the dark theme lighter
* Change the selected tab to an h1 (and CSS changes)
* Change the main wrap to a `main` tag
2021-09-11 15:18:34 -04:00
MatthiasSaihttam a611fc1789 Fix JS bug 2021-09-01 20:06:15 -04:00
MatthiasSaihttam 61c2e018d0 Remove empty extended text on server-side 2021-09-01 00:31:33 -04:00
MatthiasSaihttam 13064a5640 Add link to About page
Refactor the header into a nav bar
Remove unused footer styles
2021-06-24 23:32:05 -07:00
MatthiasSaihttam 0583ee40f0 Disable a bunch of markdown rules
Most were unused, there were a times where "..." was being transformed to a single ellipse character.
And I used strikethrough once, but that's dumb
2021-05-02 20:51:37 -04:00
MatthiasSaihttam 980f94cd7f Add field for media alt 2021-05-01 16:02:52 -04:00
MatthiasSaihttam f7ab61cbee Re-encode audio 2021-04-29 01:50:37 -04:00
MatthiasSaihttam 32c8cc5476 Add basic displaying of extra media 2021-04-27 22:47:33 -04:00
MatthiasSaihttam e661b29b52 Refactored templates, explained everything 2021-04-20 01:10:31 -04:00
MatthiasSaihttam c26c312dc0 Tweaks 2021-04-19 22:48:27 -04:00
MatthiasSaihttam ff50f94d0b Serverside markdown rendering test 2021-04-19 11:05:01 -04:00
MatthiasSaihttam d9c0103548 Semantic styles load as part of the page 2021-03-27 17:28:36 -04:00
MatthiasSaihttam 009d777c43 Disable HTML escaping bug
Code blocks aren't effected by this setting.
2021-03-15 16:15:36 -04:00
MatthiasSaihttam cebd47128b Fix issue with HTML entities being double escaped in code blocks 2020-12-17 22:31:27 -05:00
MatthiasSaihttam d48e47b59f Fix typo 2020-11-30 04:19:23 +00:00
MatthiasSaihttam 5743d2ee97 Unfold highlighted 2020-11-30 04:17:35 +00:00
MatthiasSaihttam 34b1e01403 Use time and timezone of posted, not client 2020-11-24 10:39:36 -08:00
MatthiasSaihttam 7d308c81f5 Add uuids and the ability to permalink 2020-11-21 19:05:31 -05:00
MatthiasSaihttam 3ddc8d8cea Image support
- Allow data: URIs in Remarkable
- Load Remarkable after the main JS has run
- CSS for images
2020-11-13 12:11:40 -05:00
MatthiasSaihttam 7016dcab91 Add h1 to header
- accessability
- terminal browsers

settings.py
- Remove unused os import
- Update my local ip for testing
2020-11-13 11:13:35 -05:00
MatthiasSaihttam 9adad6a540 Style tweaks
Add <hr> for `links` compatibility.
Made "Show More" smaller and put it on the same line.
Forced long text to wrap.
2020-11-12 03:06:41 -05:00
MatthiasSaihttam b101cdd28b Add manifest static files storage 2020-11-04 13:07:06 -05:00
Matthias 5089f5f463 Merge branch 'master' of https://github.com/MatthiasSaihttam/WhisperMaPhone 2020-11-04 17:54:48 +00:00
MatthiasSaihttam aff8b300e1 Fix months being off by a month 2020-11-03 15:37:46 -05:00
Matthias f00044009f Quick fixes 2020-10-05 17:59:46 +00:00
MatthiasSaihttam 99fa59f497 Markdown support 2020-09-30 22:12:52 -04:00
MatthiasSaihttam 89fa8efd87 RSS support 2020-09-12 13:04:34 -04:00
MatthiasSaihttam 1fc2fcbd7e Fix time bugs 2020-09-08 12:32:00 -04:00
MatthiasSaihttam 775e9ce72f Improvements
- Titles on pages
- Time display is no longer awful
- Add favicon and apple-touch-icon
- Remove default django installed apps
- Make sure static directory is version controlled
2020-09-08 12:01:03 -04:00
Matthias b5948c60b2 CSS for post page 2020-09-06 14:17:49 -04:00
Matthias 09c3294aa7 Link to post in the footer if logged in 2020-09-06 13:41:13 -04:00
Matthias 8003a396bf CSS improvements and time display 2020-09-06 13:23:30 -04:00
Matthias 2218b808c5 Basic CSS! 2020-09-06 12:39:00 -04:00
Matthias f36aeb4d51 Add some JS for the main display 2020-09-06 12:00:44 -04:00