Cell
908cb6946b
🐛 Fix: escape hashtag character # in tag and category ( #245 )
2022-11-18 12:58:02 +08:00
Cell
9a189af954
⚡ Perf: simplify post nav code
2022-11-14 14:12:36 +08:00
Cell
b56d0a4e77
🚚 Feat: move assets/data/emoji to assets/lib/valine/emoji/
2022-11-14 10:33:53 +08:00
Cell
256c324bff
✨ Feat: add reward shortcode support ( #216 )
2022-10-28 22:07:31 +08:00
Cell
848704ee9f
🎨 Style: delete debug code
2022-10-28 16:06:53 +08:00
Cell
e736b89253
✨ Feat(post-reward): add param position ( #216 )
...
💄 Style: update post footer, post reward and comments styles
2022-10-28 14:24:56 +08:00
Cell
c641344213
🐛 Fix(post-reward): invalid in Safari browser ( #216 )
2022-10-27 17:51:20 +08:00
Cell
ffbdc5ba98
✨ Feat: add feature post reward support ( #216 )
2022-10-27 17:06:49 +08:00
Cell
b1adac1ab1
⚡ Perf: optimize close comment feature when the post has expired ( #204 )
2022-10-14 17:11:19 +08:00
Cell
bc4ac5516b
⬆️ Chore(libs): update @waline/client from 2.6.1 to 2.10.0
2022-09-23 11:18:45 +08:00
Cell
d8b62fc690
🎉 Feat: add b2t scroll percent support ( #192 )
2022-09-10 13:51:03 +08:00
Cell
b4982b34e4
🐛 Fix: missing "comment" class in Commento and Utterances div
2022-09-02 23:40:17 +08:00
Cell
10b530abe1
♿ Feat(accessibility): use aria-hidden=true on icons that AT should ignore
2022-08-28 16:54:44 +08:00
Cell
1359995948
🎨 Style: add single newline at end of the file
2022-08-27 12:37:57 +08:00
Cell
0edd185b39
🐛 Fix: use data attributes or class replace for custom attributes
2022-08-26 16:48:11 +08:00
Cell
2007fe5297
🐛 Fix(post-footer): guard post-info-license
...
https://github.com/dillonzq/LoveIt/pull/544
2022-08-14 22:38:01 +08:00
Cell
87156110a6
🐛 Fix: author display error in post and markdown file
2022-08-14 14:45:13 +08:00
Cell
83a1f075ab
Style: fontawesome use version 6 format
2022-08-13 15:36:32 +08:00
Cell
b731ebfacb
♻️ Refactor: change the post edit url splicing rules
2022-07-24 17:27:58 +08:00
Cell
23f13f092a
🐛 Fix: link-to-edit URL splicing error ( #139 )
2022-07-24 16:46:53 +08:00
Abdul Halim Daud
858fbf3eb8
fix waline config imageUploader = false & highlighter = false
...
imageUploader and highlighter is still enabled even though the config is set to false because waline's default setting for imageUploader & highlighter is enabled.
to disable imageUploader and highlighter, need to explicitly specify imageUploader: false and highlighter: false in the window.config.
2022-07-20 00:22:39 +08:00
Abdul Halim Daud
48da281259
fix typo rel noreferrer
...
There are typos in the rel attribute. It should be [noreferrer](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer ) instead of [noreffer](https://github.com/Lruihao/FixIt/search?q=noreffer ).
2022-07-17 23:31:20 +08:00
Cell
f5e852441e
⬆️ Chore(libs): update Waline from 1.5.2 to 2.6.1
2022-07-03 15:36:11 +08:00
Cell
19c4bd4d82
⬆️ Chore(libs): update Artalk from 2.2.12 to 2.3.4 ( #150 )
2022-07-02 23:36:34 +08:00
Cell
6bbbc502be
🎨 Style(fixit-decryptor): add loading, lock icons and blur after entering( #123 )
2022-05-28 09:41:31 +08:00
Cell
77aa10b626
💄 Style(fixit-decryptor): add input and button css style ( #123 )
2022-05-27 22:56:15 +08:00
Cell
c855841130
✨ Feat(fixit-decryptor): add encrypt again feature ( #123 )
2022-05-27 17:33:14 +08:00
Cell
4fe21af5c3
🚧 Feat(fixit-decryptor): add remember stat feature ( #123 )
2022-05-26 14:29:19 +08:00
Cell
e7b9f7600f
🚧 Feat: hide raw markdown content and hide related buttons for encrypted pages ( #123 )
2022-05-25 23:50:35 +08:00
Cell
07ba13b4b1
🚧 Feat: add FixIt decryptor plugin ( #123 )
2022-05-24 16:31:57 +08:00
Cell
7b34985f3a
➕ Chore: add crypto-js@4.1.1 dependency ( #123 )
2022-05-23 20:42:05 +08:00
Cell
692973e9f5
🚧 Feat: add content encryption crude demo ( #123 )
2022-05-22 13:14:00 +08:00
Cell
8a90e43eb8
🐛 Fix: close comment system logic error when the article was expired
2022-05-20 23:01:54 +08:00
Cell
0f16e2b72c
⚡ Perf: optimize path splicing ( #139 )
2022-05-20 17:02:13 +08:00
Cell
fd1ebab6f0
🐛 Fix: Giscus comments invalid config inputPosition
2022-05-17 11:27:07 +08:00
Cell
791ff12e70
🔧 Chore: use fontawesome 6
2022-05-16 17:10:20 +08:00
Cell
74afeda510
✏️ Docs: add documentation for giscus comment system ( #130 )
2022-05-09 10:36:19 +08:00
Cell
6128f3f3dd
⚡ Perf: complete giscus comment system ( #130 )
2022-05-08 23:35:59 +08:00
Cell
ca9125f4e1
✨ Feat: add giscus comment system ( #130 )
2022-05-08 13:18:32 +08:00
Cell
cac46b0c02
🚚 Chore: migrate partial comment.html to single folder
2022-04-30 14:32:34 +08:00
Cell
c9fea85e99
♿ Perf: add "alt" prop for theme images
2022-04-27 23:39:34 +08:00
Cell
e0bbd7f7b8
✨ Feat: add local avatar and gravatar support for post author ( #125 )
2022-04-27 23:13:30 +08:00
Cell
b92ef741bf
✨ Feat: add "Edit this page" button support ( #103 )
2022-04-21 11:06:08 +08:00
Cell
f059fe9c9b
✨ Feat: add recently updated section ( #50 )
2022-02-25 14:17:28 +08:00
Cell
1044abd60a
✨ Feat: add article expiration reminder support ( #51 )
2022-02-22 21:49:06 +08:00
Cell
cd7155c077
🔒 Fix: potentially unsafe external link in post footer
2022-01-31 10:52:39 +08:00
Cell
6870dc8878
🚸 Feat: whatever the option 'dateFormat' is, show title with detail datetime
2022-01-19 14:25:26 +08:00
Cell
2e54fd70fb
🎨 Style: tabsize 4 => 2
2022-01-11 12:39:25 +08:00
W.T. Chang
e5ae1d696b
fix(path): broken tag/category link when containing a dot ( #368 )
2020-05-18 17:30:37 +08:00
Dillon
9c1244490f
i18n: update i18n string format ( #371 )
2020-05-18 16:10:24 +08:00