Giter Site home page Giter Site logo

sublimeconfluence's People

Contributors

jdcasey avatar mlf4aiur avatar vincent-- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sublimeconfluence's Issues

Cannot get a file from confluence

Hello,

When I try to get a file using this plugin, I got this error message:

ConfluenceApi username: [email protected], password: ***************, base_uri: https://xxxxx.atlassian.net/wiki/rest/api
/Users/vxxxx/Library/Application Support/Sublime Text 3/Packages/requests/all/requests/packages/urllib3/connectionpool.py:838: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/security.html
  InsecureRequestWarning)
Traceback (most recent call last):
  File "./python3.3/json/decoder.py", line 367, in raw_decode
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "Confluence in /Users/vxxxx/Library/Application Support/Sublime Text 3/Installed Packages/Confluence.sublime-package", line 326, in get_pages
  File "/Users/vxxxx/Library/Application Support/Sublime Text 3/Packages/requests/all/requests/models.py", line 826, in json
    return complexjson.loads(self.text, **kwargs)
  File "./python3.3/json/__init__.py", line 316, in loads
  File "./python3.3/json/decoder.py", line 351, in decode
  File "./python3.3/json/decoder.py", line 369, in raw_decode
ValueError: No JSON object could be decoded

I've tried to use the rest API manually with postman and it works perfectly:

https://xxxx.atlassian.net/wiki/rest/api/content/search?cql=space=RG%20AND%20type=page%20AND%20title~"deployment"

{
  "results": [
    {
      "id": "12517521",
      "type": "page",
      "status": "current",
      "title": "Deployment",
      "childTypes": {},
      "restrictions": {},
      "_expandable": {
        "container": "",
        "metadata": "",
        "extensions": "",
        "operations": "",
        "children": "",
        "history": "/rest/api/content/12517521/history",
        "ancestors": "",
        "body": "",
        "version": "",
        "descendants": "",
        "space": "/rest/api/space/RG"
      },
      "_links": {
        "self": "https://xxx.atlassian.net/wiki/rest/api/content/12517521",
        "webui": "/display/RG/Deployment",
        "tinyui": "/x/kQC-/"
      }
    }
  ],
  "start": 0,
  "limit": 25,
  "size": 1,
  "_links": {
    "base": "https://xxxx.atlassian.net/wiki",
    "context": "/wiki",
    "self": "https://xxxx.atlassian.net/wiki/rest/api/content/search?cql=space=RG%20AND%20type=page%20AND%20title~%22deployment%22"
  }
}

Any idea?

How to insert images and anothet elements?

My example

<!--
Space: CASH
Ancestor Title: Архив
Title: Test
-->

Test Page Publishing
====================

Description
-----------

Content of page

![Image](/Users/anemtsov/Desktop/2017-05-27_10.10.56.jpg)

But in Confluence I get empty image with src='/Users/anemtsov/Desktop/2017-05-27_10.10.56.jpg)'.
Have you some way to download images to Confluence and insert in page?

Support Jira for editing of the Description/Header

Good evening,

Do you have plans to support Jira, so that user could look up/enter the number of the ticket in Sublime and receive the title and description available for it, as well as edit/update them and reflect those changes in Jira?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.