├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Obsidian.zh 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Update 2 | 2021-9-12: 很开心,官方中文论坛终于来了,这个民间的论坛也因此不再维护了, 3 | 4 | **请大家访问 官方中文论坛: https://forum-zh.obsidian.md/** 5 | 6 | # Obsidian中文社区 7 | ## 👋 欢迎! 8 | 9 | ### [点击这里进入中文论坛-Discussions](https://github.com/obsidianzh/forum/discussions) 10 | 我们使用 Github Discussions 作为中文社区的论坛,我们希望你 11 | * 在这里提问 12 | * 分享你的想法 13 | * 融入社区讨论之中 14 | * **友好开放**地对待社区成员,因为这是我们一起构建的社区! 15 | 16 | 📢 欢迎在Q群、微信、知乎、微博等渠道分享这个中文社区!大胆地在这里提问,留言,写下你的建议。 17 | 18 | 如果希望有"即时交流",可以加入 19 | * Q群:774176839,不过由于人数限制,这个群会定时清退发言较少的人。 20 | * [discord中文频道](https://discord.gg/veuWUTm) 部分地区需要科学上网 21 | 22 | 🔗 Bug / Issue 或者 功能建议 请在 [issue](https://github.com/obsidianzh/forum/issues) 中提出,当然如果你懂英文的话,更建议你在[官方英文论坛](https://forum.obsidian.md/)中提出。(毕竟这是个民间中文社区)其他内容都可以写在 Discussions 中 23 | 24 | ➡️ **链接** 25 | 26 | * [Obsidian官网](https://obsidian.md/) 27 | 28 | 29 | 30 | ✏️ **社区计划** 31 | 32 | - [x] 在Obsidian 1.0 版本发布时,将[英文帮助文档](https://github.com/obsidianmd/obsidian-translations)翻译为中文。已集成到 obsidian 帮助文档中了 33 | 34 | --------------------------------------------------------------------------------