tshet-uinh-autoderiver icon indicating copy to clipboard operation
tshet-uinh-autoderiver copied to clipboard

An automatic extrapolation tool based on the Tshet-uinh phonological system

Results 31 tshet-uinh-autoderiver issues
Sort by recently updated
recently updated
newest added

待實現功能參見 #10。 可以在這裏試用:https://graphemecluster.github.io/qieyun-autoderiver/ 目前依靠 https://github.com/graphemecluster/qieyun-autoderiver-evaluate 先試試看,適配好 0.13 後沒問題就可以發佈了(不用等 #10 的功能全部實現)。

無論新版還是舊版也有這個標點符號換行(禁則処理)問題。刪除這行的一些 consequences 是: - 有多個推導方案時,會導致行與行之間的空隙消失。我試過很多純 CSS 方法也解決不了這個問題,也許最終只能我們只能以動態計算 line-height 的方式解決,但這又會導致沒有 ruby 的行空隙過大。 - 會導致 tooltip 的位置計算錯誤。不是 block 或 inline-block 時,`.getBoundingClientRect()` 並不會考慮 rt 的 dimension。traverse element 的所有 child 並計算 minimum bounding box...

看看有甚麼問題和幫我做個 performance test,謝謝~

- [x] ~指定某自訂選項是否可見~ - [x] 格式化推導結果(粗體斜體等) - [x] 適配 Qieyun.js 0.13 - [x] 用 tshet-uinh-deriver-tools - [ ] TypeScript 推導方案支援 - [x] Prettier, ESLint 導入 - [ ] 文章/推導結果分割顯示 -...

- 「并」當音平聲(《騰王閣序》的駢句句末是平仄交替的) - 「眄」當音去聲(早期字書以去聲為首選音,也不一定收上聲) - 「不」當音上聲(而訓讀為「弗」的音,當時尚未進入標準語) - 「吳會」之「會」當音同「會稽」之「會」 (還有其他一些多音但義同的,可以暫不用校)

It is currently impossible to click on the tooltip items using pure mouse because the tooltip panel will disappear when the mouse moves to it (and leaves the character in...

Is it possible to allow customizing fonts in the editor and the output? I am recently working on a Tengwar notation so I need to introduce custom fonts for the...

enhancement
good first issue

![image](https://github.com/user-attachments/assets/eaafec53-ed3e-4400-852a-0710b9846c5e) The selected spaces in the second line are added `width:4.1015625px` style. This seems unnecessary. Always reproducible in Chrome and Edge on Windows.

Screenshot (result with TUPA and Baxter's transcription): ![2024-09-07-ekrankopio-112833](https://github.com/user-attachments/assets/c0c208ad-b5b8-439e-baef-d230a8c95ca7) The two schemata's results should be split into two lines, but on Firefox they are shown in a single line with nothing...

現在推導結果是彈出的 dialog,很不方便。「顯示推導結果時不允許用戶修改選項和文章」是不合理的設計思路。一方面,用戶實際上經常需要看著推導結果來修改選項和文章;另一方面,推導結果彈出後蓋住了文章,「同步音韻地位選擇至輸入框」選項的效果就沒法實時看到了。因此,將推導結果改爲像舊版推導器那樣顯示在文章輸入框下方是更好的選擇。 不過,對於「導出所有音韻地位」、「導出所有音節」等與文章無關的場景來說,推導結果用彈出的 dialog 顯示是好的。