当前位置:网站首页>There is a powerful and good-looking language bird editor, which is better than typora and developed by Alibaba
There is a powerful and good-looking language bird editor, which is better than typora and developed by Alibaba
2022-07-05 14:30:00 【Young】
Some time ago , Stroll around GitHub I checked several open source note taking applications , There are readers leaving messages backstage , YuQue's editor is about to open source , You can focus on that .
Always used before Typora Make notes , I haven't tried YuQue , I only know that it belongs to Alipay , I took this opportunity to experience the YuQue , It's too late to meet after a few days' trial , Later, I will transfer all the articles I wrote to YuQue .
Language sparrow :http://www.yuque.com
Featured card
YuQue's document editing supports a variety of characteristic cards , Let the document be more than just graphics . This kind of fine-grained disassembly of document content , It allows me to focus on content output , Not in typesetting .
Such as input / grid You can generate a grid card , This way can make the typesetting more beautiful , Don't remember the complicated Markdwon grammar , Of course, YuQue also supports Markdown Of .

Markdown Editor
YuQue supports full functions markdown grammar , The appeal of developer documentation is also well supported , For example, use... In text Inline code , Code variable names can be displayed smoothly . Or quickly create the code block shown below , Support multiple color themes at the same time .

The programmer community fits
In addition to the characteristic card content output method , It also supports inserting a Sketchpad into a document , Draw flow chart 、 Mind map 、 Architecture, etc , It is convenient to write technical documents .

Because YuQue hatched in the experience Technology Department of ant group , At first, I just hope to provide engineers with a useful tool to write technical documents , therefore , It does a lot of adaptation for the programmer community .
If you want to make a similar flow chart and UML, You can use the drawing board and text drawing function module provided by YuQue .
I also recommended some open source drawing software before , Create an icon with some code or command , The language bird editor combines these functions .


It was originally designed as a **“ Programmers write to programmers ”** Tools for . In addition to some functional support , You can also view the favorite functions of programmers in the official template center .

to open up API
For developers , The language bird provides an open API Interface , So programmers can be based on open API Develop to meet your own personalized needs .

adopt API You can manage your own articles and knowledge base , Because many existing applications are open API , So you can connect all kinds of applications .
Everyone has their own way of playing , All the articles are written in YuQue , It can be done by developing API One click synchronization to Zhihu 、 official account 、 Nuggets , Greatly improved efficiency .
Another example , You are reading APP There are notes in it , It can also automatically synchronize the content of notes to YuQue . With open API, Everyone can customize their own workflow .
If you are too lazy to write , You can go to GitHub Search on , There are many finished wheels .

Recommend several projects
1. Hexo Is a simple blog framework , The following open source project can help you synchronize YuQue's articles to your blog platform .
Open source address :https://github.com/x-cold/yuque-hexo
2. This open source project can help you put the local Markdown Publish the document directory to YuQue .
Open source address :https://github.com/yesmeck/waque
3. An open source plug-in designed to enhance the use experience of the language bird , Including typesetting optimization 、 Enhanced search box 、 Active calendar 、 Enhanced features such as dark patterns .
Open source address :https://github.com/arvinxx/power-yuque
At the end
Whether it's fragmented knowledge accumulation , Or build a systematic knowledge base ; Whether it's reading notes , Or writing technical documents , Almost all the scenarios where you need to output content can find a solution in YuQue .
This is partly due to the powerful editor of the language bird , Look forward to its open source .
边栏推荐
- After the microservice project is deployed, static resources and files uploaded to upload cannot be accessed. Solution
- Thymeleaf 常用函數
- Show strength. In this way, the mobile phone will not be difficult to move forward
- How can non-technical departments participate in Devops?
- Is it OK to open the securities account on the excavation finance? Is it safe?
- Lepton 无损压缩原理及性能分析
- 一网打尽异步神器CompletableFuture
- 注意!软件供应链安全挑战持续升级
- 软件测试人在深圳有哪些值得去的互联网公司【软件测试人员专供版】
- 实现一个博客系统----使用模板引擎技术
猜你喜欢

Thymeleaf th:with use of local variables

Interpretation of tiflash source code (IV) | design and implementation analysis of tiflash DDL module

How to deeply understand the design idea of "finite state machine"?

Thymeleaf 模板的创建与使用

Sharing the 12 most commonly used regular expressions can solve most of your problems

Sorter evolution of ticdc 6.0 principle

Why do mechanical engineers I know complain about low wages?

APR protocol and defense

Make the seckill Carnival more leisurely: the database behind the promotion (Part 2)

【NVMe2.0b 14-9】NVMe SR-IOV
随机推荐
How to call the function mode of one hand and one machine
Is it OK to open the securities account on the excavation finance? Is it safe?
ASP. Net large takeout ordering system source code (PC version + mobile version + merchant version)
【学习笔记】图的连通性与回路
矩阵链乘 - 动态规划实例
【leetcode周赛总结】LeetCode第 81 场双周赛(6.25)
R language ggplot2 visual bar graph: visualize the bar graph through the two-color gradient color theme, and add label text for each bar (geom_text function)
Principle and performance analysis of lepton lossless compression
区间 - 左闭右开
微服务项目部署后,无法访问静态资源,无法访问到上传到upload中的文件,解决办法
01. Solr7.3.1 deployment and configuration of jetty under win10 platform
R language ggplot2 visualization: visual line graph, using legend in theme function The position parameter defines the position of the legend
Redis如何实现多可用区?
[learning notes] connectivity and circuit of graph
R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram, and use the labs parameter to customize the X axis label text (customize X axis labels)
R语言使用MASS包的polr函数构建有序多分类logistic回归模型、使用coef函数获取模型中每个变量(自变量改变一个单位)对应的对数优势比(log odds ratio)
How to introduce devsecops into enterprises?
Interpretation of tiflash source code (IV) | design and implementation analysis of tiflash DDL module
SSL证书错误怎么办?浏览器常见SSL证书报错解决办法
Pointer operation - C language