Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Comments on HTML and Markdown aren't right for me. What other text markup types are around?
Post
HTML and Markdown aren't right for me. What other text markup types are around?
Hello, power users! I am trying to make a personal wiki/zettelkasten/card index sorta thing to organise my fictional world as well as the rest of my daily life.
I chose Joplin, which is software I'm quite happy with! It works well, I like the split-screen with the preview on one side. I like the way it continuously backs up. I like that it's all offline and on my computer.
However, there's one issue. Markdown. I am not a big fan of markdown on Discord, but I thought maybe I could just cope with it, the benefits of organisation would outweigh the drawbacks.
However, I really just don't like markdown's reappropriation of different symbols for syntax (the asterix key for bold and italics as is seen here, for one, but Joplin also uses [tab] to make unformatted text which means I cannot make little indents for subsections or whatever)
So, what alternatives to Markdown exist?
So, I don't want HTML or anything else that does the separating of paragraphs and whatever with tags. Writing DOCTYPE html and <body>
and <p>
everywhere is just unappealing for me
HOWEVER, I like HTML's use of <b>
<i>
for bold and italics. I'd love a markup format that used this.
I guess what I am asking for is a plaintext (.txt) file with HTML formatting tags added on top of it, rather than a plaintext (.md) file with MarkDown added on top, or a HTML file.
6 comment threads