45 Commits

Author SHA1 Message Date
Egor Kovetskiy
9bd12bc2e5 bump to 4.1 2021-01-15 10:01:18 +03:00
Egor Kovetskiy
abb1fc9c05 release 4.0 2021-01-06 12:16:00 +03:00
Rolf Ahrenberg
1d8e43add2 Add --minor-edit command-line flag 2021-01-04 16:18:38 +02:00
Rolf Ahrenberg
f86dd2723a Add label support 2021-01-04 15:23:12 +02:00
Egor Kovetskiy
ff17a4034c 3.5, get rid of duplicated docs in help 2020-12-04 00:31:44 +03:00
Egor Kovetskiy
d4008a5b72 Fix replacing relative links, fix #43 2020-12-04 00:28:52 +03:00
Egor Kovetskiy
f6e542c6c2 bump version to 3.4 2020-11-30 10:49:04 +03:00
Juho Saarinen
63fe97beaa
Support for relative links (#33)
* Support for relative links

Fixes #25

* Error logging fixes

* Better regexp
2020-11-30 10:47:46 +03:00
Luke Fritz
4ea476ace2
Add Option for Dropping Leading H1 Heading (#36)
* Add goland IDE prefs to .gitignore

* Add flag for removing leading H1 heading in markdown; fixes #35

* Remove manpage reference to unused -n and -c args

* Add manpage docs for --drop-h1 argument

* Update docs; add docs for --drop-h1 argument

* Rename method to be more verbose; add code comments

Renames to `DropDocumentLeadingH1` to better denote the method's
purpose and adds code docs to this effect in order to hopefully
negate potential misuse on single lines.

* Revert "Add manpage docs for --drop-h1 argument"

This reverts commit 48a641baed05540f6172fe9b780b06eacad4dc28.

The `--drop-h1` flag is not understood as an argument in this
context, but rather is folded under `[options]`. This change
caused the arguments to not be properly parsed when the --drop-h1
flag was passed.
2020-11-20 17:44:41 +03:00
Egor Kovetskiy
b17dd7d76b update version to 3.3.1 2020-11-05 13:44:33 +03:00
Egor Kovetskiy
ec4b258635 trace level is very verbose now 2020-11-03 17:14:33 +03:00
Egor Kovetskiy
b33512b2b1 bump version to 3.2 2020-10-19 17:48:15 +03:00
Egor Kovetskiy
7fe00ba1f7 bump to 3.1: windows support 2020-08-24 13:25:28 +03:00
Egor Kovetskiy
b654795a32 bump to 3.0 2020-07-25 11:09:06 +03:00
Egor Kovetskiy
da99cbb9d7 drop attachment:// proto, improve docs
Removed attachment:// proto from docs, back compatibility is saved.
Now using the implementatin of `Attachment:` provided by @csoutherland.

Removed a bunch of swear stuff from docs, oh boy I was so frustrated at
that time.
2020-07-25 10:58:32 +03:00
Egor Kovetskiy
f56580fdda bump version to 2.0 2020-07-19 17:34:12 +03:00
Egor Kovetskiy
95f50c1a34 do not require full ancestry, improve dry-run mode 2020-01-03 23:29:18 +03:00
Stanislav Seletskiy
6b83d140d5
use regexputil 2019-08-08 23:41:26 +03:00
Stanislav Seletskiy
de2c876632
fix documentation problems 2019-08-08 15:17:44 +03:00
Stanislav Seletskiy
58f4a55100
add jira ticket template 2019-08-06 18:11:01 +03:00
Stanislav Seletskiy
07a8e3f9d7
implement macros & includes 2019-08-06 16:38:47 +03:00
Stanislav Seletskiy
ebe2b3a830
config: use ko 2019-07-31 13:57:52 +03:00
Stanislav Seletskiy
240aeddf08
api: use different restrict api for cloud
https://developer.atlassian.com/cloud/confluence/rest/#api-content-id-restriction-post
2019-07-23 22:49:14 +03:00
Stanislav Seletskiy
0021da3bc5
help: fix headers syntax 2019-07-23 22:49:01 +03:00
Egor Kovetskiy
2336029fee rename password to token 2019-04-22 13:35:55 +03:00
Egor Kovetskiy
51f28f8f06 add pseudo protocol attachment:// 2019-04-20 10:24:30 +03:00
Egor Kovetskiy
2abc2f122b create/update attachment 2019-04-19 17:35:05 +03:00
Egor Kovetskiy
76ddde31ab wip: attachments 2019-04-19 10:31:41 +03:00
Egor Kovetskiy
5f582e51e6 move CompileMarkdown to package 2019-04-14 13:53:44 +03:00
Egor Kovetskiy
ada6f828ff separate mark into packages 2019-04-08 22:44:27 +03:00
Egor Kovetskiy
e27dd44bfa a bit of refactoring 2019-04-08 22:20:31 +03:00
Egor Kovetskiy
7fe4542c0a remove options mode 2019-04-08 22:12:00 +03:00
Egor Kovetskiy
9d91b6cb7a Revert "change page title"
This reverts commit 623dc5219b19916f010bffdcb4efbc1fa900d5ef.
2019-04-08 22:04:30 +03:00
Egor Kovetskiy
1b1361f30b add Dockerfile, Makefile 2019-03-26 14:42:26 +03:00
Alexey Baranov
623dc5219b change page title 2019-03-11 19:06:55 +03:00
Stanislav Seletskiy
8e84f356a8 page create, extended format, & permission lock 2016-11-30 17:41:55 +07:00
Stanislav Seletskiy
fa099176f9 refactoring and check on errors 2015-09-22 17:58:15 +06:00
Stanislav Seletskiy
064b3886ec do not break ancestry tree
Running `mark` for updating page, deeply nested in some tree, ended up page
being shifted to the Ctulhu's void, e.g. not belonging to any parent.
2015-09-22 17:33:24 +06:00
Egor Kovetskiy
766aba2508 fix dry run with options file 2015-09-20 01:05:36 +06:00
Egor Kovetskiy
bf19b9124d add dry run mode 2015-09-20 00:58:39 +06:00
Egor Kovetskiy
b60aaa51d5 documentation added 2015-09-20 00:41:18 +06:00
Egor Kovetskiy
17627261d4 various docopt fixes 2015-09-20 00:20:38 +06:00
Egor Kovetskiy
d131c7200c read options file 2015-09-20 00:19:28 +06:00
Egor Kovetskiy
f927165a26 save page title 2015-09-19 23:58:27 +06:00
Egor Kovetskiy
95b55bf310 basic implementation 2015-09-19 23:51:49 +06:00