Try to make the backlinks section prettier

I'm not totally convinced that it should be here.
This commit is contained in:
Vishesh Handa
2020-05-26 18:05:50 +02:00
parent 4eeff093c1
commit d3fb2b7119
4 changed files with 92 additions and 16 deletions

View File

@ -406,6 +406,10 @@ class Note with NotesNotifier {
_links = links;
return links;
}
List<Link> links() {
return _links;
}
}
String buildTitleFileName(String parentDir, String title) {