Wedge

Public area => Plugins => The Pub => Plugin Support => Topic started by: kimikelku on March 5th, 2014, 04:36 PM

Title: Github plugin problem
Post by: kimikelku on March 5th, 2014, 04:36 PM
Its really a small problem, maybe im doing something wrong (like always :whistle:), but every new line of text adds a new item to the list.
The last 2 lines are just 1 phrase but they show up like 2
(http://i.imgur.com/pybC3eF.png)

Title: Re: Github plugin problem
Post by: Nao on March 7th, 2014, 11:37 PM
The plugin detects line-breaks and separates lines into list items.
Does your git software automatically add line-breaks, or something..?
Title: Re: Github plugin problem
Post by: kimikelku on March 10th, 2014, 05:46 PM
I just write into it without creating a new line, im using the GUI version of github not the shell itself.
Title: Re: Github plugin problem
Post by: Farjo on November 12th, 2014, 10:10 PM
Quote from kimikelku on March 5th, 2014, 04:36 PM
maybe im doing something wrong (like always :whistle:)
@kimikelku Just wondering if you found a solution or if it is still a problem?

Has anyone else had this happen?
Title: Re: Github plugin problem
Post by: live627 on November 16th, 2014, 07:30 AM
Moved to Plugin Support
Title: Re: Github plugin problem
Post by: Nao on November 16th, 2014, 01:50 PM
It's more of a git/github software problem, rather than a plugin problem... Technically, it's very likely that their software automatically adds linebreaks after 80 characters or so, to account for git GUIs that don't automatically wrap lines when showing a git commit message.

Only solutions would be to either switch to TortoiseGit for committing (it's way better than GitHub for Windows, although it has a steeper learning curve), or prevent the plugin from adding 'regular' bullets on new lines without a prefix (*, !, -, +...)