Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

✨ Markdown: Backlink Support

Aperta
#36 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
markdown, swift
Ambito
tooling

Direzione di ricerca

L’issue non indica file sorgente, test o punti di ingresso. Inizia individuando la gestione di Markdown dell’editor Swift e comprendendo come vengono individuati e renderizzati i file; definisci il completamento in base alla selezione di [[...]], ai link memorizzati e al contenuto di backlink generato che corrisponde agli esempi.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

editor enhancement
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:

## 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, Obsidian, Logseq, and Notion, 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, Obsidian, Logseq, and Notion.

Additional context

Examples for backlinks:

  • Notion
image
  • Logseq
image
Lingua principale
Swift
Stelle
720
Fork
162
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di CodeEditApp/CodeEditSourceEditor

Tutte le issue di CodeEditApp/CodeEditSourceEditor

Issue simili

Altre issue su Swift

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.