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.

Comments on Dictionary/Encyclopedia of Terms

Parent

Dictionary/Encyclopedia of Terms

+7
−0

How about a Wiki-style Dictionary or Encyclopedia of Jewish terms? This could either be a Category or maybe part of Community-specific Help.

Instead of each reference to a Jewish/Hebrew/Aramaic/etc. term either being left unlinked (requiring those who don't know the terms to spend a lot of extra time Google'ing just to understand the answer to a question) or explained in place (which often doesn't work well) or linked to numerous different 3rd-party sites (varying from general sites like Wikipedia to specific Jewish sites like Chabad, OU, Sefaria, etc., of widely varying quality), we build our own here. It could start as one-liners (e.g., more like a dictionary - e.g., Muktzah: An object forbidden for use on Shabbos or Yom Tov) and evolve (based on user interest in a topic) to a more encyclopedic style (e.g., in the case of Muktzah, listing the different categories and giving examples of when movement is forbidden, etc.).

The actual structure might be best as a Wiki - a large hyperlinked document rather than a series of separate separate posts, and community edited rather than a single "owner". Any terms that have associated tags could have a way to click from the tag to the Wiki (as well as from any explicitly linked key words in posts) and from the Wiki to the question list - e.g., read about Shabbos in the Wiki, learn out about Muktzah (a novel concept if you've never heard of it before) and then click to the list of questions matching the Muktzah tag.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (2 comments)
Post
+4
−0

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.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (8 comments)
General comments
manassehkatz‭ wrote almost 4 years ago

The links problem could be a tough one to solve. I don't like userscripts - that requires something "extra" from the user - I like everything to be "go to this page and do stuff". Maybe an automagic translation of some sort - e.g., a link of [Xyz](/wiki/shabbos/muktzeh) gets turned into /questions/12345#muktzah - where 12345 is a looked up post id for "category = wiki", "post title = shabbos".

manassehkatz‭ wrote almost 4 years ago

Once it gets done once and saved, if the post title changed it wouldn't matter, as long as the anchor link (muktzah) was still valid (and actually, it wouldn't crash in that case, just go to the top of the Shabbos page).

msh210‭ wrote almost 4 years ago

I would love there to be automatic linking of some sort without a userscript. This would be useful not only on Judaism but on any Codidact site that has a glossary -- or indeed that has other sorts of canonical references. It's considered [[muktzeh]], with a [[merge sort]], first [[separate the eggs]]. Redirection/canonicalization would be good so [[separate the eggs]] could link to the Standard Methods entry [[egg separation]].

Monica Cellio‭ wrote almost 4 years ago

@msh210 that's a good point. Would you be willing to write up a feature request on Meta for better tracking (and increased visibility)? Thanks.

msh210‭ wrote almost 4 years ago

@Monica Cellio, done.

msh210‭ wrote almost 4 years ago

I refer to this your answer in my own answer here. You may want to see it.

DonielF‭ wrote almost 4 years ago

I know it's a status-deferred on the auto linking; do we want to set up a Wiki page for the glossary so we have something in the meantime?

Monica Cellio‭ wrote almost 4 years ago · edited almost 4 years ago

@DonielF I think we need to address the question in @msh210's answer: are we building a glossary or a dictionary? Once we know what the goal is we can decide how best to implement it. That question might need to be raised more prominently.