125 Commits

Author SHA1 Message Date
Manuel Rüger
737b9239f8 feat: Allow scaling of mermaid rendering 2023-08-30 15:15:13 +02:00
Manuel Rüger
b426d5c6b1 Define parent pages from CLI 2023-08-10 08:02:38 +02:00
Manuel Rüger
4c81bbe7f9 Bump to 9.7.1 2023-07-31 10:06:31 +02:00
Manuel Rüger
cbe0b05dab Bump version to 9.7.0 2023-07-05 17:33:33 +02:00
Manuel Rüger
bc5c7ae2e7 Bump to v9.6.2 2023-06-21 18:43:14 +02:00
Manuel Rüger
9fb9d893b2 Bump version to 9.6.1 2023-06-14 15:57:31 +02:00
Manuel Rüger
d07e8ec291 Bump version to 9.6.0 2023-06-08 22:54:15 +02:00
Manuel Rüger
dbb5237338 Bump version to 9.5.2 2023-05-23 12:36:16 +02:00
Manuel Rüger
dbadf47954 Bump version to 9.5.1 2023-05-23 11:53:43 +02:00
Manuel Rüger
6d8d70a415 Version bump to 9.5.0 2023-05-23 08:43:06 +02:00
Manuel Rüger
484f988f32 Move drop-h1 to the renderer
This is more reliable than a regular expression.
2023-05-22 07:55:04 +02:00
Manuel Rüger
3271218a9a Bump version to 9.4.0 2023-05-05 14:52:52 +02:00
Manuel Rüger
21d0a7d8bc Bump version to 9.3.1 2023-05-03 21:32:42 +02:00
Manuel Rüger
72cfc04ab6 Bump version to 9.3.0 2023-05-03 18:47:50 +02:00
Manuel Rüger
fd97ee70f9 Support inline images 2023-05-03 18:47:20 +02:00
Manuel Rüger
2b756daf37 Add debug output for config 2023-05-03 18:30:47 +02:00
Manuel Rüger
51accf008f Bump version to 9.2.1 2023-04-26 12:15:14 +02:00
Manuel Rüger
abd0c8bad6 Bump version to 9.2.0 2023-04-26 08:03:04 +02:00
Dreampuf
d9d560eda0 Add support for mermaid via library
Implementation is largely based on: https://github.com/kovetskiy/mark/pull/167

Co-Authored-By: Manuel Rueger <manuel@rueg.eu>
2023-04-25 23:59:17 +02:00
Manuel Rüger
4c3d417725 Ignore error if default config file does not exist 2023-04-25 22:47:40 +02:00
Manuel Rüger
2f44bcb6be Make config backwards-compatible 2023-04-20 14:34:55 +02:00
Manuel Rüger
262853f6c0 Simplify config handling
* Switch to urfave/cli/v2
* Add more environment variables
2023-04-20 14:34:55 +02:00
Manuel Rüger
d1f69bc704 Bump version to 9.1.4 2023-04-03 14:26:09 +02:00
Manuel Rüger
1c1f82a55e Bump version to 9.1.3 2023-04-03 14:06:23 +02:00
Manuel Rüger
c6d01eb3de Bump version to 9.1.2 2023-04-03 13:56:49 +02:00
Manuel Rüger
20afbc534a Bump version to 9.1.1 2023-04-03 13:42:38 +02:00
Manuel Rüger
657d4f5c61 Bump version to 9.1.0 2023-04-03 13:32:51 +02:00
Manuel Rüger
943a356508 Bump version to 9.0.3 2023-03-31 11:40:29 +02:00
Manuel Rüger
e7e61ba234 Bump version to 9.0.2 2023-03-30 15:02:05 +02:00
Manuel Rüger
98e15ed7ff Bump version to 9.0.1 2023-03-29 15:57:13 +02:00
Manuel Rüger
fef66925d1 Bump version to 9.0 2023-03-29 11:01:07 +02:00
Manuel Rüger
3dd6d0ab99 Bump version to 8.10 2023-03-27 20:16:21 +02:00
Manuel Rüger
d00d94afa3 Bump to version 8.9 2023-03-21 11:09:47 +01:00
Manuel Rüger
9840c01e8a Include space parameter as well 2023-03-20 22:54:11 +01:00
Manuel Rüger
21cf51efd7 Clean up logic a bit 2023-03-20 19:56:02 +01:00
Manuel Rüger
20d3d1f05c fix: Support relative links with titleFromH1 2023-03-20 19:43:01 +01:00
Bernd Ahlers
9e656ece15
Add Content-Appearance header
Allows switching between the "full-width" and "fixed" page layouts.

The "fixed" layout renders the page in a narrow column. (Confluence
default)

If not configured, it defaults to "full-width".
2023-03-06 10:09:28 +01:00
Manuel Rüger
c0bc7dcd35 Bump version to 8.8 2023-02-21 14:56:37 +01:00
Manuel Rüger
d09ee6ea22 Bump version to 8.7 2023-01-27 11:38:15 +01:00
Egor Kovetskiy
ab5407091b bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-04 08:59:03 +00:00
Egor Kovetskiy
5920dbf67a bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2023-01-03 17:58:28 +00:00
Manuel Rüger
3e558ac2e3
Replace deprecated io/ioutils (#230) 2023-01-03 17:54:04 +00:00
Manuel Rüger
55b58bd59b
Allow Title via h1 without any other metadata (#229) 2023-01-03 17:52:48 +00:00
Egor Kovetskiy
ef71aa1792 bump version
Signed-off-by: Egor Kovetskiy <e.kovetskiy@gmail.com>
2022-10-19 20:44:04 +06:00
Stephan Hradek
4c812741ac
Feature/h1 title (#196)
* h1_title config

* introduce h1_title in config

* add h1_drop config setting

* allsow allow h1_drop in config
2022-06-06 12:38:23 +06:00
Egor Kovetskiy
5428cc6833 bump to 8.1 2022-04-22 15:26:25 +06:00
cc-chris
a6ac341799
fix for nil metadata (issue #161) (#162) 2022-04-22 15:18:59 +06:00
Joel Andritsch
7b359b19f7
bugfix: Add delay between create and update calls (#174)
This helps mitigate a 409 conflict response from Confluence when
creating a new page and then updating it right away. This may not be the
cleanest solution, but it seems to do the trick.

Resolves #139
2022-04-22 15:17:48 +06:00
Egor Kovetskiy
c57d8e63e7 bump to 8.0 2022-02-02 16:03:06 +06:00
Dreampuf
9a4f9ff32d
Add subdirectories related templates (#158) 2022-02-02 16:02:01 +06:00