-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议古文从上至下书写,从右至左阅读 #9
Comments
那這樣的話可能連IDE都要重新寫一個喔 |
@huangyz0918 你的内容和标题不符诶 (从左到右 -> 从右到左)? |
@yxliang01 :P |
Hi there, Good suggestion! I'm thinking about doing that for the online IDE, perhaps as a toggle-able mode. But of course, as minexo79 mentioned, some re-writing needs to take place. My current priority is writing a language specification, but I'll gladly explore the vertical text orientation idea when I have time. Will update here when it's done! Thanks. |
Good idea which is deserved to try. |
有道理,提高逼格 |
Hi, |
@ZhenxingXiao Sounds like an appealing idea! There is already a nice VS code plugin by @antfu , perhaps we could reach out to them to see if it would be feasible to add vertical text, and how we can collaborate to make that happen ;) |
@ZhenxingXiao You may take a look at the following Vertical Editors: |
@ZhenxingXiao @LingDong- Those editors above are only for your reference. |
@NoDocCat 北師大說文小篆很多字都顯示不出。譬如我記得「十」字便顯示爲空,查字型中有此字模,然而編碼映射有誤。此字型需要將編碼轉成萬國碼 |
Great! it will may look more like chinese classical book. 😁I will try to research that, and I will give a PR if I can figure it out. |
Thanks, that's a valuable suggestion! |
yeah, it is a great idea. but there will be lots of work to do. maybe we can create a special editor base on node and electron. and we also can overwrite the render module in C/C++ if it is necessary. |
如果是那个Web IDE的话,实现竖排很简单的,加上这两条css就可以了 writing-mode: vertical-rl;
text-orientation: upright; |
我在向vscode官方团队建议加入这个功能,大家请帮忙个投票(点击大拇指👍图标),谢谢!链接:microsoft/vscode#152005 I submitted a feature to vscode for adding this feature. Please upvote the issue by clicking the thumbs up 👍 button. Thank you! Link: microsoft/vscode#152005 |
The text was updated successfully, but these errors were encountered: