Skip to content
#

gitee

Here are 68 public repositories matching this topic...

kidonng
kidonng commented Sep 15, 2021

Gitako as a browser extension is awesome, but the project itself is quite a hassle to work with.

  • No documentation on build instructions. Just running yarn is not enough, I have to run make.

    Gitako should provide clear documentation on how to contribute to the project (or at least how to build it), instead of letting people figure it out on their own.

  • Non-portable. Uses `Makefile

clPointer
clPointer commented Nov 18, 2020

举个例子,我想用codeexpander写latex,
我创建了片段
lf,对应着行内公式: $\displaystyle (光标1) $ (光标2)
sb,对应着上标: ^{(光标1)} (光标2)
单独使用没什么问题,按下跳转指令键就能从光标1到光标2
但是两者嵌套使用就出现问题了,在lf中的光标1处输入sb,替换之后光标直接跳转到lf的末尾,

help wanted good first issue

Improve this page

Add a description, image, and links to the gitee topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitee topic, visit your repo's landing page and select "manage topics."

Learn more