Cell
2a0821f531
✨ Feat: open version shortcode, support custom repository
2024-11-07 00:31:42 +08:00
Cell
ad45d89098
🐛 Fix: reading progress not support safari
2024-11-06 21:53:32 +08:00
Cell
261f7b66ef
🐛 Fix: inaccurate task lists regular expression
2024-11-06 19:41:42 +08:00
Cell
fd15415b9a
🔖 Chore(release): 0.3.14
v0.3.14
2024-11-05 13:56:45 +08:00
Cell
ec0663668e
♻️ Refactor: refactor reading progress with css animation
2024-11-05 11:50:16 +08:00
Cell
712cf2a868
🎉 Feat: add more type marked text support
2024-11-04 12:52:19 +08:00
Cell
41014f7f5b
🐛 Fix: pangu adds extra spaces for extended Markdown syntax fraction in Chinese
2024-11-03 00:28:29 +08:00
Cell
85d91b8527
Merge pull request #533 from hugo-fixit/feat/task-lists
...
🎉 Feat: support Obsidian style task lists
Closes #532
2024-11-02 12:17:13 +08:00
Cell
3a5d0dee65
🚧 Docs: fix typo
2024-11-01 18:01:06 +08:00
Cell
f98ca2197a
🚧 WIP: modify translations for task lists
2024-11-01 17:29:56 +08:00
Cell
db77d49afb
🚧 WIP: add params.taskList to support custom task lists
2024-11-01 15:45:01 +08:00
Cell
4df8fd023e
🚧 WIP: add translations task lists
2024-11-01 15:02:37 +08:00
Cell
8fa3538725
🚧 WIP: add six extended formats to the task lists
2024-11-01 15:02:01 +08:00
Cell
867984fda2
🎉 Feat: support Obsidian style task lists
2024-11-01 11:12:30 +08:00
Cell
8d10880b35
✨ Feat: menu link support empty url
...
Close #531
2024-10-31 14:39:08 +08:00
Cell
894c512b1d
🐛 Fix: solve the problem that navigator.clipboard is unavailable under http
2024-10-29 11:31:18 +08:00
Cell
64f954ccf7
✨ Feat: update mermaid to 11.3.0 to support more diagrams
2024-10-25 14:12:40 +08:00
Cell
c08671dedf
🐛 Fix: RSS rendering issues caused by XML escape
...
Co-authored-by: Cell <1024@lruihao.cn >
Co-authored-by: Tim <yangzair@outlook.com >
2024-10-24 15:27:39 +08:00
Cell
28759d5020
💄 Style: update summary style at home page
2024-10-13 17:08:44 +08:00
Cell
0c0fb03a8d
🔖 Chore(release): 0.3.13
v0.3.13
2024-10-13 16:04:51 +08:00
Cell
39ccc51610
⚡ Chore: code optimization
2024-10-13 12:27:22 +08:00
Cell
581466fd25
✨ Feat: refactor summary and headings render, add summaryPlainify param and front matter
...
See http://fixit.lruihao.cn/documentation/content-management/introduction/#content-summaries
2024-10-12 17:59:07 +08:00
Cell
9471b94b09
📝 Docs: update README
2024-10-11 14:49:52 +08:00
Cell
c974c905e5
✨ Feat: add recently updated pages support for archives, section and term list
...
and remove recentlyUpdated.rss
2024-10-11 13:57:07 +08:00
Cell
3edabbef89
✨ Feat: optionally exclude content from sitemap
2024-10-11 10:36:10 +08:00
Cell
f738e4a926
Merge pull request #519 from hugo-fixit/obsidian-callouts
...
🎉 Feat: support extended alert syntax compatible with Obsidian Callouts
min hugo version 0.134.1
2024-10-10 10:57:01 +08:00
Cell
12cc5f7e60
✨ Feat: add custom admonitions support
...
hugo 0.134.1
2024-10-10 10:06:22 +08:00
Cell
39a48f35f0
⚡ Perf: if .AlertType not in basic types, rendering to extended alert syntax
2024-10-09 11:13:11 +08:00
Cell
f7670a714b
🐛 Fix(ignore): resolves Hugo lost closing tag in .AlertTitle
2024-10-09 10:42:37 +08:00
Cell
cf71f1e289
⬆️ Chore: update min hugo version to 0.134.0
2024-10-08 16:08:20 +08:00
Cell
bd40c85586
🎉 Feat: support alert foldable title for blockquote compatible with Obsidian Callouts
...
refactor admonition shortcode: add todo type and aliases type
change min hugo version: 0.134.0
2024-10-08 15:12:01 +08:00
Cell
19ceeb2e99
💄 Style: update footnotes style
2024-10-06 11:57:41 +08:00
Cell
95436c11ac
✨ Feat: add HTML&MD render for single subtitle
2024-10-04 01:40:54 +08:00
dependabot[bot]
b66fd37057
chore(deps-dev): bump husky from 9.1.5 to 9.1.6
...
Bumps [husky](https://github.com/typicode/husky ) from 9.1.5 to 9.1.6.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-02 13:07:21 +08:00
Cell
58cfa55e65
🐛 Fix: toc data patch
2024-10-02 13:04:00 +08:00
Cell
9c440df3d0
✨ Feat: add param.capitalizeTitles, default is true
2024-10-02 01:54:19 +08:00
Cell
53f221b77a
💄 Style: change summary content style since hugo 0.134.0
2024-10-01 21:19:07 +08:00
Cell
729c2c394a
Merge pull request #511 from Xm798/dev
...
✨ Feat: Add Follow site challenge support in RSS feed
2024-10-01 21:15:19 +08:00
Xm798
566a87c791
✨ Feat: Add Follow site challenge support in RSS feed
2024-10-01 21:12:14 +08:00
Cell
e9edbba217
✨ Feat: add params.sourceURL and params.editURL for special pages
2024-10-01 19:50:42 +08:00
Cell
9e9bc9effd
✨ Feat(ignore): add data-adapters attribute
...
It is helpful to identify whether the content originated from a content adapters.
2024-10-01 18:10:48 +08:00
Cell
b44555d403
🐛 Fix: don's show emtpy toc
2024-10-01 16:12:26 +08:00
Cell
ed8cf316a5
✨ Feat: add separator and capitalize options for breadcrumb config
2024-10-01 14:59:29 +08:00
Cell
f9dde8fd2c
🔖 Chore(release): 0.3.12
v0.3.12
2024-09-28 14:28:55 +08:00
Cell
27a7605b49
🐛 Fix(ignore): fix typo
...
#505 #508
2024-09-27 17:34:21 +08:00
Cell
456db3851b
🚚 Feat: supersede markup.tableOfContents settings with params.page.toc
2024-09-27 17:10:17 +08:00
Cell
c36d87fd84
♻️ Refactor: color scheme checking and move data-theme to document element
2024-09-27 12:52:29 +08:00
Cell
954d86432f
✨ Feat: add custom partials options params.customPartials
2024-09-25 18:28:35 +08:00
Cell
fabe057f61
🐛 Fix: mapbox page parameters do not take effect
2024-09-23 16:25:18 +08:00
Tim Yang
185c68035a
✨ Feat: more markers can be added to mapbox ( #506 )
...
* feat: ✨ More markers can be added to mapbox
* 🐛 Fix: move mapbox param `markers` to **seventh** positional parameter
---------
Co-authored-by: Cell <1024@lruihao.cn >
2024-09-23 15:52:33 +08:00