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 »
Meta

Welcome to the Judaism community on Codidact!

Will you help us build our community of learners? Drop into our study hall, ask questions, help others with answers to their questions, share a d'var torah if you're so inclined, invite your friends, and join us in building this community together. Not an ask-the-rabbi service, just people at all levels learning together.

Post History

75%
+4 −0
Meta Dictionary/Encyclopedia of Terms

A wiki with a dictionary of terms sounds like a great idea. Here are some thoughts on how we could implement it. It partly depends on being able to use in-page anchors (so you could link to a spe...

posted 4y ago by Monica Cellio‭

Answer
#1: Initial revision by user avatar Monica Cellio‭ · 2020-06-29T17:55:31Z (almost 4 years ago)
A wiki with a dictionary of terms sounds like a great idea.  Here are some thoughts on how we could implement it.  It partly depends on being able to use in-page anchors (so you could link to a specific part of a page); that appears to be possible if one uses HTML for those links (and anchors) instead of Markdown.

We could create a Wiki category (or choose another name if you like).  This category would support the article post type but not questions and answers.  There could be a "main" page that lists all terms with short definitions, each with an anchor for direct linking.  When a topic calls for more explanation and somebody wants to provide it, that person would add another (article) post and link to it from the definition on the main page.  To keep the main page discoverable regardless of posts' sorting order, we could link to it in the category description.  Initially there would be one post, probably a few more soon, and I'm guessing there wouldn't be more than would fit on a page for quite some time.

We could link to the main page from the help.  The reason I'm not suggesting putting the list in the help directly is that help can be edited only by moderators while anybody can edit (or suggest edits to) articles.

Articles require tags, same as questions.  We can either share the tag set used for Q&A or create a separate one.  We should think about what kinds of tagging (and tagging relations) we want.  A search by tag finds all posts with that tag in all categories.

One thing that is not currently possible is some sort of Markdown extension to easily link to definitions from other posts.  You would have to use the HTML links I mentioned earlier, instead of having some syntax around a word that would automatically generate that link.  This sounds like something that could be done in a userscript; that's not as good as having it built in for all users, *but* I suspect that the people who'll think to add glossary links are going to be the more-invested users who are probably more willing to use a userscript, so that might be ok.  I think building that in would be fairly low on the developers' priority list right now; there's a lot of other work we need to do yet.