Martin Donath
5b176ca1b2
Merge pull request #126 from zensical/refactor/change-relpath-processor-name
...
refactor: Change name under which the links processor is registered
2025-11-25 20:20:24 +01:00
squidfunk
10dd830e1b
zensical:fix - zensical.toml doesn't recognize preview extension
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-25 20:08:19 +01:00
Timothée Mazzucotelli
7ec426147a
refactor: Change name under which the links processor is registered
...
Signed-off-by: pawamoy <dev@pawamoy.fr >
2025-11-20 11:14:40 +01:00
squidfunk
c048e8393e
zensical:fix - config change in Markdown extensions not detected
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-18 20:05:59 +01:00
squidfunk
ed29d882c2
zensical:fix - config parser expects name to be zensical.toml
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-18 19:00:29 +01:00
Martin Donath
9e0cdddec4
Merge pull request #108 from zensical/fix/dev_addr
...
zensical:fix - allow to set dev_addr in configuration
2025-11-15 12:13:49 +01:00
squidfunk
1a23f7c5f2
zensical:fix - allow to set dev_addr in configuration
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-15 12:06:33 +01:00
squidfunk
4e605b0cb1
zensical:fix - slugify function for toc and tabs not configurable
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-15 11:14:06 +01:00
squidfunk
d55c406f72
zensical:fix - pages ending in 'index.md' always treated as index pages
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-14 21:15:53 +01:00
squidfunk
ab69e1ba1c
zensical:fix - pymdownx.blocks crashes build
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-13 10:25:21 +01:00
Martin Donath
262654c844
Merge pull request #82 from zensical/fix/custom-fences
...
zensical:fix - custom fences format function not resolved
2025-11-12 20:08:21 +01:00
squidfunk
6178b4aac1
zensical:fix - custom fences format function not resolved
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-12 20:05:25 +01:00
squidfunk
d36b51a318
zensical:fix - iframe-worker not loaded in offline mode
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-12 17:49:38 +01:00
squidfunk
ccb299d54f
zensical:fix - add BetterEm back with default settings
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-12 15:17:34 +01:00
squidfunk
3dc5ef84e4
zensical:fix - remove BetterEm extension from defaults
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-12 14:32:58 +01:00
Martin Donath
9af791b997
Merge pull request #54 from Skaronator/master
...
fix: missing commas in bootstrap template
2025-11-11 18:06:10 +01:00
squidfunk
5b9b15c798
workspace:chore - update copyright to reflect DCO
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-11 12:25:58 +01:00
Niklas Wagner
fd7ea83e1a
fix: missing commas in bootstrap template part2
...
Signed-off-by: Niklas Wagner <Skaro@Skaronator.com >
2025-11-10 21:03:10 +01:00
Niklas Wagner
f86b373867
fix: missing commas in bootstrap template
...
Signed-off-by: Niklas Wagner <Skaro@Skaronator.com >
2025-11-10 20:24:39 +01:00
squidfunk
dce869c097
zensical:fix - edit_uri doesn't use docs_dir for default
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-10 16:25:02 +01:00
squidfunk
20818f0131
zensical:fix - edit_uri can't be set explicitly
...
Signed-off-by: squidfunk <martin.donath@squidfunk.com >
2025-11-10 16:22:03 +01:00
Martin Donath
360b8d5d92
zensical:docs - add comment for function opening browser
...
Signed-off-by: Martin Donath <martin.donath@squidfunk.com >
2025-11-10 15:33:37 +01:00
Robert DeRose
ed40182796
workspace:fix - open browser only after server starts
...
Signed-off-by: Robert DeRose <RobertDeRose@users.noreply.github.com >
2025-11-10 08:42:59 -05:00
Alex Voss
69c5bc645a
zensical:fix warn when .github exists on new
2025-11-07 13:24:15 -05:00
squidfunk
74de4812ec
workspace:fix - use tomli for TOML parsing in Python < 3.11
2025-11-07 13:51:48 +01:00
squidfunk
2e171f527a
workspace:fix - offline plugin breaks config parser
2025-11-07 13:46:14 +01:00
Alex Voss
558b72557c
zensical:fix GH Action not working, not created
2025-11-05 18:55:44 -05:00
Alex Voss
e0485025d5
zensical:fix extra_css/js in wrong location
...
fix for https://github.com/zensical/zensical/issues/9
2025-11-05 16:44:05 -05:00
Timothée Mazzucotelli
cbe1d25ffc
zensical:feature - allow running as a script with pyton -m zensical
2025-11-05 17:40:22 +01:00
squidfunk
29dadfdd67
zensical:feature - add version flag
2025-11-05 09:43:20 +01:00
Alex Voss
e1ea001f49
fix: new command fails if venv exists
...
The test to prevent accidentally overwriting files was
too broad as people will often have, e.g., a venv in the
directory that new project is created in.
2025-11-04 13:29:01 -05:00
squidfunk
e72d632cab
workspace:chore - fix edit uri computation
2025-11-04 09:56:42 +01:00
squidfunk
2d4c8e8b43
workspace:refactor - improve new project files
2025-11-02 20:56:58 +01:00
squidfunk
88c6c8bfdd
workspace:fix - front matter not extracted on Windows
2025-11-01 17:16:20 +01:00
squidfunk
a09c1439a8
workspace:chore - initial commit
2025-11-01 13:46:51 +01:00