Hey,
Currently there is no way to import/export the settings. I’m unsure if that makes sense or not to have it in the core plugin. I will keep it in mind for future development.
All settings are stored in the option field ‘tabify-edit-screen’.
Hi Marko,
Thanks for the quick reply.
I saw tabify-edit-screen referenced in your other thread and looked for it before I posted this thread. How do I find option > tabify-edit-screen?
I’m somewhat familiar with the database tables. When I search the wp_options I don’t see any tabify-edit-sreen reference. I also have search the other via phpMyAdmin.
Where should I look? I’m in localhost.
Great man, found it and learned something new. I figured there were more database tables than show by default. I looked around and found how to show all the tables and found tabify.
Here is a screenshot of my set up.
Your plugin makes the post edit screen to make much much more sense and way less cluttered.
I want to make this default for my and client website setups.
If you find a way to extend this to a pro version, I would be glad to support.
There are hooks that could make this possible. You could also use the pre_option hook.
Killer, Marko! I got this worked out.
I copied and pasted the value_options for tabify-edit-screen into the site that needed it and good to go!
I will just save the option_value in Evernote for now.
If anyone need this and needs help, feel free to post here and I will assist.
So happy man.
Thanks Marko.