I wish to know if some people are using Dreamweaver in order to manage their Hugo website?
I am currently learning to use Visual Code Studio, but since I am very used to Dreamweaver (and the design view in particular), I wish to know if it is compatible with Hugo.
I would be curious to hear your thoughts, do you advice to pursue with VCS or Dreamweaver is ok as well?
If you really want to learn the most modern tools (like Hugo is) stick to VS Code (or Sublime Text). You’ll get the (more reliable) design view through Hugo’s server and the Browser you’re taking for development. Of course you can work with Dreamweaver too but I don’t know how to connect the design view to localhost. I personally stopped working with Dreamweaver more than 10 years ago and used Sublime Text for a long time before I switched to VS Code 1 year ago.
That’s a great start. Do yourself a favour and read the VS Code Manuals on their website: https://code.visualstudio.com/docs They did them very well and you’ll get a lot of great tips.
I can also recommend VScode. I’ve been through Sublime 2, ATOM, etc. But VScode seems to be about the best in terms of balancing speed and capabilities. VScode is also written using Node.JS which I use a fair bit so works better for me than the Python-based Sublime (which is also not free - well I am an adopted Yorkshire-man, look it up).
I’m going to try Typora though since they’ve been nice enough to make a Windows port available
I’ve gradually got used to Markdown over the years - hated the vanilla version, too restrictive - but newer versions are pretty flexible while still being easy to remember. Tables always catch me out though, I always have to look those up. So I’ll see whether Typora helps with that.
I have played with Forestry.IO but that hasn’t really worked for me for some reason. Just not gelled.
I still shudder when I hear Dreamweaver mentioned. Reminds me of the bad-old days of early web development.
Not that I am in love with Dreamweaver, but after all those years I thought I would find a tool on the market that will allow me to create my content nice and easy, in a design view, with a minimum of coding skills required.
Looks to me there’s still room. But for the moment, switching from Dreamweaver to the combo Typora/VC Studio seems to be way to go.
I get you. I’ve never been quite sure what nobody seems to be able to write a consistent, robust visual HTML editor! Every one I’ve ever tried results in you having to manually tweak code at some point to fix issues.
However, the idea behind Markdown is that it is a lightweight analogue of HTML designed for zero-distraction writing. So while it takes some time to get used to it, once you do it quickly becomes pretty second-nature. With the big caveat that it is most useful for writing text. If your writing involves lots of custom layouts or is image based that’s when it starts to get less useful. Thankfully, most markdown capable editors (such as VScode) have decent live preview modes and helper functions that make things a lot easier. I also had a quick go with Typora and I think it may be helpful in some cases.
Microsoft just announced direct support for GitHub Pull Requests. So they continue to improve VScode and have generally done a pretty decent job of it I think. I’ve only been using it for a year or 2 and while there are a couple of things I don’t especially like, I still find it better than any of the others. At least for complex use. I will admit that, if I want something really quickly, I still use Notepad++ (Windows only). But for an IDE, VScode is it.