Arunas Liuiza
Forum Replies Created
-
Forum: Plugins
In reply to: [Gust] How does it manage Markdown ?Hi, Jose,
At the moment, _md is generated only once. But I will change this behavior in next release.
Forum: Plugins
In reply to: [tinyCoffee] As a Widget in CanvasHi, thanks for trying this out.
- You should go to your admin panel (domain.com/wp-admin).
- Then, “Appearance > Widgets” meniu.
- Then, click on “Coffee Widget” in your sidebar. It should expand to let you input title and text.
- Click “Save” button to confirm changes.
Let me now if this helps.
Forum: Reviews
In reply to: [tinyCoffee] Simple & effective, but needs improvementsHi,
It is hosted on GitHub: https://github.com/ideag/tiny_coffee. All pull requests are more than welcome!Forum: Plugins
In reply to: [Gust] How does it manage Markdown ?„Markdown on save“ has an option to convert from HTML. You can use that.
Forum: Plugins
In reply to: [Gust] How does it manage Markdown ?UPDATE: Gust works with „Markdown on Save Improved“, but if a post is saved in Gust, „Markdown on Save Improved“ will only see the html.
In the next release, Gust will be able to import markdown from „Markdown on Save Improved“, when the user first opens the post in Gust.
Forum: Plugins
In reply to: [Gust] How does it manage Markdown ?Also, about the managing part – you can still use regular wp-admin to manage media, as it stays active. You go to domain.com/wp-admin or regular dashboard, and to domain.com/gust for Gust.
Forum: Plugins
In reply to: [Gust] not working with 3.8Li-An, domain.com/ghost works too.
Forum: Plugins
In reply to: [Gust] How does it manage Markdown ?Hi,
Gust stores markdown in post meta field ‘_md’ and HTML in post_content. If no markdown is stored for a post, then markdown is generated from post_content. I’ll have to check how „Markdown on Save Improved“ and „Markdown Plus“ store it to confirm compatibility.
There is no way to “manage” medias in Gust, there is, however, a way to add image to the text by typing ![title] in markdown editor. An upload zone will then show up in preview pane. This is the same behavior as Ghost has. Media manager is on the road map, but I can not give you any ETA on it yet.
Forum: Reviews
In reply to: [Gust] Working but…I use GitHub: https://github.com/ideag/gust
Glad to hear about the newsletter. I was wondering about the spike in downloads today 🙂
Forum: Reviews
In reply to: [Gust] Working but…Thanks for your remarks. I’ll try to improve on them. I realize the code is quite a mess at the moment, because I wanted to get this out of the door as fast as possible, to check if people like the idea. This is just an 0.x version after all.
Again, thanks for the remarks.Forum: Plugins
In reply to: [Gust] not working with 3.8So what is wrong? Whad do you mean by ‘it is not working’?
Does yourdomain.com/gust show a blank screen, or an empty post-list? Or does it show some kind of error?
Forum: Plugins
In reply to: [Gust] not working with 3.8Hi, thanks for trying this out!
3.8 is probably not the reason, as we have it working on several different server setups with WP 3.8.
Could you please provide more info about your system (is it Apache/nginx, what PHP version, what browser are you using, what other plugins are you using)?
What is actually not working? Does it give 500 or 404 error, is the posts list empty, etc?
PHP 5.3 is required for this plugin, also, you have to be using pretty permalinks. There is a known compatibility issue with Disqus commenting system plugin (https://github.com/ideag/gust/issues/27, with solution).
If it is neither of these things, please provide information here or on Github (https://github.com/ideag/gust/issues/new) and I’ll try to provide a fix.
Forum: Plugins
In reply to: [Gust] Not working in subdomain setupHi again,
I released 0.3.1 moments ago. It fixes various problems that I found with non default permalink configurations – sub-directory installs, permalink structures with front words, etc.
Everything works fine on my test setup, so this issue should be resolved. Please let me know if there are any more problems.
Forum: Plugins
In reply to: [Gust] Not working in subdomain setupHi, thanks for the report. I’ll look into it later today. Should be fixable.