brzrkr / Sublpress

A Sublime Text 2/3 Plugin to manage WordPress websites. Still under heavy construction.
79 stars 13 forks source link

create post top level option #1

Closed jazzsequence closed 11 years ago

jazzsequence commented 11 years ago

Do I have to go into Manage All Posts to get a Create Post option?

My blog has thousands of posts. When I go to Manage All Posts, Sublpress just stops, so I never see what comes after that. Since I've gone into Manage All Pages, I can see that New Page lives there, so I assume New Post lives under Manage All Posts but I don't get that far.

Could New Post be an easier shortcut to get to? Is there a command I can assign a custom key binding to to jump straight to New Post?

brzrkr commented 11 years ago

Thanks for the feedback! Right now the only way to get to the New Post command through the quickpanel is via Manage All Posts. But you can bind a key to the 'wordpress_new_post' command. You can control the post type it's assigned by calling it with a post_type argument like: run_command('wordpress_new_post', {'post_type': 'post'})

I'll be changing up the organization of the quick panel tonight hopefully, and adding a paging or search option in the next week or so.

jazzsequence commented 11 years ago

Thanks, I'll play with it. & I'll look forward to shuffling the menus.

brzrkr commented 11 years ago

I added a top level New Post command, and a top level Search command for now. They currently only deal with posts, but I plan to add an option to choose the post type to search before asking for input.

jazzsequence commented 11 years ago

Sweet. That works for me. :)

brzrkr commented 11 years ago

Awesome :D