An open API service indexing awesome lists of open source software.

https://github.com/benature/sync-confluence

Sync local markdown files to Confluence (server).
https://github.com/benature/sync-confluence

confluence confluence-server markdown

Last synced: 2 months ago
JSON representation

Sync local markdown files to Confluence (server).

Awesome Lists containing this project

README

          

# sync-confluence

Sync local markdown files to Confluence (server).

Init config file:

```shell
cp config_sample.py config.py
```

Update cookies (from `Microsoft Edge`)

```shell
python cookies.py
```

Usage:

```shell
python sync.py
```

If the code encounter errors, check your cookies at first.

## TODO
- [ ] support local images
- [x] only sync files with specific tag
- [x] auto create new page
- [x] check whether the page is modified before update, if not, jump this page.

## More

Install [terminal-notifier](https://github.com/julienXX/terminal-notifier)

```shell
brew install terminal-notifier
```

To specific the icon, refer to .