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 »
Q&A

Post History

60%
+1 −0
Q&A Very simple markup language for writing fiction

Just because markup preferences are personal, I will mention the markup system I developed for writing my last non-fiction book. It is called SAM (Semantic Authoring Markdown). It is a general purp...

posted 4y ago by Mark Baker‭  ·  last activity 4y ago by System‭

Answer
#4: Attribution notice removed by user avatar System‭ · 2020-01-03T20:41:49Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/47953
License name: CC BY-SA 4.0
License URL: https://creativecommons.org/licenses/by-sa/4.0/
#3: Attribution notice added by user avatar System‭ · 2019-12-08T02:40:22Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/47953
License name: CC BY-SA 4.0
License URL: https://creativecommons.org/licenses/by-sa/4.0/
#2: Initial revision by user avatar System‭ · 2019-12-08T02:40:22Z (over 4 years ago)
Just because markup preferences are personal, I will mention the markup system I developed for writing my last non-fiction book. It is called SAM (Semantic Authoring Markdown). It is a general purpose language, like XML, but with lightweight syntax, like Markdown. This means that while it has standard markup for the common stuff like paragraphs, bold, italic, lists, etc, you can also make up your own tags. You can also validate it using an XML schema.

It uses indents for structure (like Python) so if you like indents you may like it, but if you don't like indents you probably won't like SAM.

It outputs to XML or HTML (with semantic tagging) and you can process the XML output to produce whatever final format you want.

The project is available on GitHub here: [https://github.com/mbakeranalecta/sam](https://github.com/mbakeranalecta/sam)

#1: Imported from external source by user avatar System‭ · 2019-09-11T19:01:08Z (over 4 years ago)
Original score: 0