Plugin is:
BOA - Bilingual pages swapper,The plugin sets an additional button at the top right of a tiddler intended for switching between identical pages in Ukrainian and English. The name of the translated matching tiddler is written in the tiddler field swap.
Definitely, the plugin can be easily rewritten for any other pair of languages!
For example, we have two matching tiddlers titled Стаття and Article, respectively in Ukrainian and English. In order to ensure correct transition from tiddler Стаття in its field swap the value Article must be specified, and in tiddler Article in the same field swap – the value Стаття, respectively. Also, each of the two tiddlers must be tagged with their language, Ukr or
Eng, respectively.
Additionally, the plugin creates two tag tiddlers Ukr and Eng, each of which stores an ordered list of all the tiddlers tagged with the Ukr or Eng, respectively. Moreover, the order of the tiddlers in these lists can be rearranged using drag-and-drop by pre-clicking on the tag icon Ukr or Eng. And that's not all - there are a couple of navigation buttons previous | next in the bottom of each tiddler from the list. The functionality specified here is provided with a simple-navigation macros, which is part of the plugin $:/plugins/kookma/utility.
Also, the plugin creates two plane content tables Зміст and Content based on the Ukr and Eng tags, respectively. These two tables of content are placed in the sidebar under Content-Зміст tab.
Nice, I see this being useful in the US were bilingual is becoming more commonplace.I like how it uses your work combined with Mohammad's -- combining the skills of both of you.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/mWh7HOFtEzk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8d9ca3ce-5a76-42e4-881d-e8ca1738db1a%40googlegroups.com.
| Component | Description |
|---|---|
| $:/plugins/boa/langswap/Зміст | A plane TOC of tiddlers tagged with Ukr, the list of tiddlers is sortable (draggable) one |
| $:/plugins/boa/langswap/Content | A plane TOC of tiddlers tagged with Eng, the list of tiddlers is sortable (draggable) one |
| $:/plugins/boa/langswap/Content-Зміст | Combination of two TOCs for Ukr and Eng under macros <<tabs>>, this tiddler is placed to the sidebar>> |
| $:/plugins/boa/langswap/img/GBR.svg | Great Britain's flag |
| $:/plugins/boa/langswap/img/swap.svg | Tiddler swap button image, placed the top right of a tiddler |
| $:/plugins/boa/langswap/img/UKR.svg | Ukrainian flag |
| $:/plugins/boa/langswap/readme | Readme |
| $:/plugins/boa/langswap/swapbutton | The swap button macro code |
| Eng | Tag Eng tiddler, contains previous | next navigation macros <<simple-navigation tag:Eng>> |
| Ukr | Tag Ukr tiddler, contains previous | next navigation macros <<simple-navigation tag:Ukr>> |
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/mWh7HOFtEzk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/29b59982-06a3-4080-ab0f-177b02e34ef3%40googlegroups.com.
нд, 22 бер. 2020 о 06:50 Mohammad <mohamma...@gmail.com> пише:
Hi Olegh,Really great stuff. Love them!One question: Do you prepare both tiddlers in Uk/En or this is done by code?--Mohammad
On Sunday, March 22, 2020 at 12:16:52 AM UTC+4:30, oleghbond wrote:Plugin is:
- titled
BOA - Bilingual pages swapper,- placed locally at $:/plugins/boa/langswap,
- placed globally at https://protw.github.io/templ,
- dependent on other plugins Shiraz and Utility.
The plugin sets an additional button at the top right of a tiddler intended for switching between identical pages in Ukrainian and English. The name of the translated matching tiddler is written in the tiddler field
swap.
Definitely, the plugin can be easily rewritten for any other pair of languages!
For example, we have two matching tiddlers titled
СтаттяandArticle, respectively in Ukrainian and English. In order to ensure correct transition from tiddlerСтаттяin its fieldswapthe value Article must be specified, and in tiddlerArticlein the same fieldswap– the value Стаття, respectively. Also, each of the two tiddlers must be tagged with their language,Ukr or
Eng, respectively.
Additionally, the plugin creates two tag tiddlers Ukr and Eng, each of which stores an ordered list of all the tiddlers tagged with the Ukr or Eng, respectively. Moreover, the order of the tiddlers in these lists can be rearranged using drag-and-drop by pre-clicking on the tag icon Ukr or Eng. And that's not all - there are a couple of navigation buttons
previous | nextin the bottom of each tiddler from the list. The functionality specified here is provided with asimple-navigationmacros, which is part of the plugin $:/plugins/kookma/utility.
Also, the plugin creates two plane content tables
ЗмістandContentbased on the Ukr and Eng tags, respectively. These two tables of content are placed in the sidebar underContent-Змістtab.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/mWh7HOFtEzk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c3572837-67c2-4c59-8483-305f2500bd31%40googlegroups.com.
Mohammad,I've caught your question - you were asking about the wiki content, consisting of pairs of Ukr/Eng tiddlers. Yes, both tiddlers in each pair are prepared manually, then they are tagged with Ukr and Eng, respectively, and, finally, the field swap is created in both of tiddlers for cross-referencing. That is the whole technology for a wiki writer.
нд, 22 бер. 2020 о 11:10 Mohammad <mohamma...@gmail.com> пише:
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c3572837-67c2-4c59-8483-305f2500bd31%40googlegroups.com.

<$list filter="[all[current]tag[Filter Operators]]"> ...
Thanks for your comments. It's true, Mohammad's framework (Shiraz & Utility) makes user's life much easier.