rstacruz/sparkup

this project needs attention

marianoguerra opened this issue · 13 comments

cc @lucascaton @timheil @mikesmullin @srushti @MarcWeber @gwrtheyrn @juliangruber @chrisgeo @blueyed @wcmaier

just found this project, I wanted to install it and saw the inactivity on it, went to the network graph and saw a lot of forks doing custom changes and lot of pull requests to the original project (this one) but not being handled.

I understand that people move on to other things, but looking at the number of watchers, forks, issues and pull requests it makes sense to at least transfer the project to other people so they can keep moving it forward.

for this I don't want to make yet another fork and merge the issues, I was thinking on creating an organization and adding all the interested commiters to that organization, we can start merging the pull requests and closing tickets.

what do you think?

PS: I added in this issue all the people that have an open pull request, if you feel spamed you can unsubscribe from this issue (sorry!)

Hi all-

I agree that it's worth continuing development on sparkup, but I don't have the time to contribute much myself.

Good luck with the project!

when i first found sparkup it was cool, but then i learned about HAML shortly after. HAML support has since had implementations written for just about every language. Then i also found a plugin Vim Surround. Today i don't think there is room for sparkup in my toolbox, sadly.

I still think the project is quite cool. I might contribute a patch or two in case someone continues maintaining the project.

i might use it again if the vim plugin were changed to work like the following: instead of searching the document for [possibly false-positive] matches and replacing them, hit a certain key to be taken to the little command line at the bottom of the screen, where you would type the sparkup on a single line, and then hit enter, and it would insert the html where your cursor was left in the document. this way i could selectively inject markup and it wouldn't ever mistakenly replace something i didn't want it to.

but other than that, the way its coded is kind of backward compared to the Vim Surround plugin. i really like vim surround because of the workflow; i typically open a blank document, type out all the plain-text i need on the page, then i just start highlighting it and Surrounding it with markup using the plugin hotkeys. its pretty nice especially when done in bulk with block edit mode. a lot easier than moving the cursor around to the middle of each empty element to type in the atomic values, i think. my 2c. glad the project inspires ppl.

While I find vim-surround and HAML interesting, I think sparkup fits my workflow better. I don't write a lot of HTML, I do mainly backend stuff. But when I create some basic templates, sparkup could be handy. Also, I never do the content first. I first create a basic skeleton and then start filling in template tags and some basic text snippets.

Btw, I don't think sparkup should search the entire document for fitting sparkup code, but rather the current line while in editing mode and the currently selected block in visual mode.

If you feel that the upstream stagnates then

  1. try to contact the author
  2. if he doesn't reply in a timely manner (1-2 weeks) - or if you're not satisfied
    for whatever reason - fork and merge all small changes of the other users
    to show that you're new upstream. Document the reason why you forked.

The VAM maintainers have no issue changing upstream for whatever reason.
I personally also use HAML like libraries - and I personally won't
contribute much.

That's my personal recommendation.

Truth be told, I still use it for vim; I'd be glad to be the new "mainline" and take pull requests.

I've also been (slowly) working on a sublime text 2 version so I haven't been paying much attention to the vim version.

@MarcWeber I know the procedure, I'm just pointing that there are many forks and no one is the new upstream, I don't want to create yet another fork.

I'm ok with making @chrisgeo 's fork the new upstream.

if no one has a problem we can start merging the improvements at https://github.com/chrisgeo/sparkup

@marianoguerra Feel free to start submitting pull requests. I'll make sure I'm synced with this first.

Ok, @chrisgeo, I sent you a pull request for my changes :)

The branch is broken ! since 2009 !
Is your upstream that unstable?

544131 added merge markers - and they are still not resolved?

Fix it please or tell me that you don't in time because I want VAM users
to have working packages. Then I can take appropriate action

I've created a pull request for this issue - hoping that somebody of you
tells me why this went wrong - or whether I did something wrong using
your suggested new upstream @ chrisgeo.

Marc Weber

@gwrtheyrn Sorry to do this, can you resubmit a pull request. I was in a hurry and let github do the merge and reverted everything. Thanks!