CodeEditApp / CodeEditApp/CodeEditSourceEditor

✨ Markdown: Backlink Support

Đang mở
#36 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
editor enhancement
Ngôn ngữ chính
Swift
Star
719
Fork
160
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Is your feature request related to a problem? Please describe.

_No response_

### Describe the solution you'd like

It would be nice if CodeEdit support backlinks in markdown: when type `[[`, a small window hover and show all your markdown file's filename, you can select one of them to create backlink, after `[[SOME_MD_FILENAME]]` finished, the file `SOME_MD_FILENAME.md` would also create a backlink that mention the file that linked to it, which might be a snippet of markdown text:
```markdown
## Backlinks
* [[Something that links here]]
* The block of text in the referencing note which contains the link to [[Sample note]].
* Another block in that same note which links to [[Sample note]].
* [[A different note that links here]]
* This is a paragraph from another note which links to [[Sample note]].
```
This might be a little dirty to add to a code editor, as this feature is usually supported by Note APPs like [Roam Research](https://roamresearch.com), [Obsidian](www.obsidian.md), [Logseq](https://github.com/logseq/logseq), and [Notion](www.notion.so), etc. But it would be really cool for a native APP to support this as all these APPs are not macOS native (most of them based on Electron).

### Describe alternatives you've considered

Using Note APPs that support backlink feature, like [Roam Research](https://roamresearch.com), [Obsidian](www.obsidian.md), [Logseq](https://github.com/logseq/logseq), and [Notion](www.notion.so).

### Additional context

Examples for backlinks:
- Notion
image

- Logseq
image

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.