Commit graph

45 commits

Author SHA1 Message Date
Dan
3ca9ed1922 Simple custom fields
Currently only supports text, textarea, checkbox and select types.

Can add custom fields to posts, pages/subpages, profile.
2025-03-17 16:02:16 +07:00
Dan
eb4330abc8 Autosave message
Added a message why the draft was not saved
2025-01-24 09:09:31 +07:00
danpros
4abd8b29f4 Add new theme
Based on Tailwind Starter Blog theme, see https://github.com/timlrx/tailwind-nextjs-starter-blog
2024-11-20 13:01:17 +07:00
danpros
10bc30112f Sidebar always dark + add missing lang string 2024-11-11 13:04:17 +07:00
Joduai
b94fd958a4
Add files via upload 2024-10-15 22:04:14 +00:00
danpros
9beafa63bb Fix autosave #789
Track last saved draft than compare the new filename against the old filename when saving.
2024-10-10 12:09:36 +07:00
danpros
fcb013948c Improve styling 2024-10-09 22:00:23 +07:00
Daniel Ethan
ca55ea5881 Update Font Awesome version in Admin panel
The current Font Awesome version in the admin panel is 4.4.0.

I updated this to the latest free version 6.6.0 here https://github.com/FortAwesome/Font-Awesome

I checked and all icons look to be loading properly in the admin panel. I also checked each of the built-in themes to make sure nothing was conflicting, and I didn't notice any missing icons in the themes.
2024-09-26 21:27:33 +01:00
danpros
966a7f3c2d Toggle Preview
Revert the autosize and add toggle preview instead.
2024-06-01 22:59:12 +07:00
danpros
aa5d1f4ade Autosize editor textarea 2024-05-30 20:07:24 +07:00
danpros
a813ed3b38 Improve Autosave 2024-05-27 07:37:53 +07:00
KuJoe
25fee781cf Added autosave feature to posts/pages
Added a feature to automatically save posts/pages every 60 seconds as a draft to avoid lost work. Includes a notification in the bottom right of the screen. Still needs a bit more work to avoid saving multiple drafts under different file names. Only auto saves for new posts/pages, not edits.
2024-05-18 03:22:31 -04:00
danpros
5f501bf572 Create htmly-small.png 2024-05-17 20:22:08 +07:00
danpros
c9a8d3b3fb Upload logo 2024-05-17 19:58:07 +07:00
danpros
8d905c82ca Update toc.css 2024-03-14 14:57:51 +07:00
danpros
675cf51259 Add pager in gallery
Load 40 images for each pager.
2024-03-03 17:26:08 +07:00
danpros
fee9418760 Update social-logos.css 2024-02-27 09:25:42 +07:00
danpros
04d306acb0 Add social logos
Add social logos and new social links.
2024-02-26 15:33:20 +07:00
danpros
863557c235 Update toc.generator.js 2024-02-24 18:08:00 +07:00
danpros
a80ca28025 Update toc.generator.js 2024-02-24 15:51:34 +07:00
danpros
a8e3c0e670 TOC styling
Create default TOC style with options to use the theme css
2024-02-22 18:46:35 +07:00
danpros
4899d2b71f Cleanup TOC 2024-02-22 08:03:58 +07:00
danpros
06140ec58c Improve the TOC
Even in posts collections page, create the TOC as long as its in full post mode.
2024-02-21 11:21:26 +07:00
danpros
6c8c1271c2 Add TOC
Allow to add TOC using shortcode (<!--toc-->). TOC add button in text editor.
2024-02-20 22:47:45 +07:00
danpros
8d142b7f37 Improve pages/subpages
Allow to reorder the pages and subpages position. Added doks theme
2024-01-26 08:06:12 +07:00
danpros
8020b606e2 Simple Image Gallery
Allows us to reuse previous uploaded images.
​
2023-12-15 13:47:38 +07:00
danpros
8bed79dd88 Update jquery.nestable++.js 2023-12-13 11:45:37 +07:00
danpros
4d2b505b56 Add image preview 2023-12-13 00:03:10 +07:00
danpros
adfaf19cf1 Add insert image button 2023-12-12 21:16:30 +07:00
ProjectPatatoe
c9a0a81b61 slim down unused jquery UI 2021-03-23 13:39:26 -07:00
ProjectPatatoe
d6874dcc82 remove unused icon files 2021-03-23 13:39:25 -07:00
danpros
0e86bcaabc Update resources 2021-03-02 22:23:31 +07:00
danpros
d1f7d279bd Admin panel revamp and simple menu builder 2021-02-18 14:08:51 +07:00
sean1138
8401a6149c tweak toolbar selected style, use classes more like original project instead of IDs on the toolbar LIs 2021-01-13 07:02:17 -05:00
sean1138
32807b09f7 add basic selected styles for toolbar links 2021-01-12 17:16:51 -05:00
Danang Probo Sayekti
e3e393a7bd Cleaning up
Simplify add and edit content. Bugs fixes and improvements.
2015-12-01 18:43:02 +07:00
Danang Probo Sayekti
1265580b24 Revert htaccess 2015-08-26 22:50:42 +07:00
Andreas
80afb162d9 Robots.txt update + new htaccess for cache folder.
Updated robots.txt + new htaccess files.

I made the following changes for the robots.txt and .htaccess files.

# robots.txt updated
- Allow theme assets (CSS, JS, Images, Fonts) for SEO
- Allow folder with uploaded images (/content/images)

# .httaccess files added
- /content - Deny all
- /content/images - Allow only jpg|png|gif
- /cache - Deny all
- /system - Deny all
- /system/admin/editor - Allow all
- /system/resources - Allow all
- /themes - Deny all
- /themes/blog/css - Allow all
- /themes/blog/fonts - Allow all
- /themes/blog/images - Allow all
- /themes/blog/js - Allow all
- /themes/clean/css - Allow all
- /themes/default/css  - Allow all
- /themes\default\img - Allow all
- /themes\logs\css - Allow all
2015-08-24 16:02:46 +02:00
Danang Probo Sayekti
f83e54e786 Add htmly logo and favicon 2015-08-13 19:41:18 +07:00
Danang Probo Sayekti
2ab20034db Cleaning up 2015-07-24 22:23:12 +07:00
Danang Probo Sayekti
4138142368 Improve resources 2015-07-24 16:00:15 +07:00
Kanti
a685bcf91b [TASK] update composer 2015-03-30 19:06:21 +02:00
Kanti
0237e04a0e PSR-2 conform 2014-11-10 08:19:38 +01:00
Danang Probo Sayekti
c7fb74859f Clean up
Clean up
2014-02-15 01:19:25 +07:00
Danang Probo Sayekti
6a7c090a68 Ad lightbox
Add lightbox as an inline image handling.
2014-02-14 16:38:28 +07:00