Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

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.

Review Suggested Edit

You can't approve or reject suggested edits because you haven't yet earned the Edit Posts ability.

Approved.
This suggested edit was approved and applied to the post 11 months ago by samcarter‭.

10 / 255
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 Zoplin, 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. 

### What markup is closest to my requirements, if any?

![The requirements for a markup, summarised in image form. Compared with HTML and MarkDown.](https://powerusers.codidact.com/uploads/keycjmdcvr84btfrrzg5vlbm3teo)

Suggested 11 months ago by Wicket‭