blob: f8e8f95fa9af14f5e2002ad1721ff2a51a11609c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
* Changes since 0.1.0
** New features
- Option to export internal links with a custom CSS class
(=seam-export-internal-link-class= / =:internal-link-class=).
- =SEAM_SLUG= property can be added to title headline to set a custom
slug.
** Bugfixes
- =seam-visited-notes= no longer returns buffers visiting non-note
files within the Seam directory.
- Buffer titles are now set correctly from narrowed buffers.
** Renamed functions
- =seam-replace-string-in-all-notes= (was =seam-replace-string-in-notes=)
- =seam-visited-notes= (was =seam-visited-files=)
|