seam

Personal wiki toolkit for Emacs
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2025-07-17 01:36Fix inconsistent private variable nameSpencer Williams1+6-5
2025-07-17 00:03Add slug template varSpencer Williams1+6-0
2025-07-16 23:50Add modified? var to template docstringSpencer Williams1+6-1
2025-07-16 20:34Improve CHANGELOG re new date featuresSpencer Williams1+7-9
2025-07-16 20:23Add option to ignore same day modification dateSpencer Williams1+40-1
2025-07-16 19:11Fix per-profile option overridesSpencer Williams2+15-9
2025-07-13 22:17Add ox requiresSpencer Williams1+2-0
2025-07-13 22:06Refactor "export to string" codeSpencer Williams1+12-23
2025-07-12 22:02Improve docstringSpencer Williams1+3-4
2025-07-12 21:35Add new props and vars for file mod/create timeSpencer Williams2+87-39
2025-07-12 21:17Rename time-format-datetimeSpencer Williams2+14-9
2025-07-12 21:14Add time format options to export alistSpencer Williams1+31-4
2025-07-11 23:23Fix wording in docsSpencer Williams2+9-9
2025-07-11 23:19Minor docstring reformattingSpencer Williams1+8-6
2025-07-11 23:18Add support for custom template varsSpencer Williams3+71-25
2025-07-11 20:52Minor reformattingSpencer Williams2+17-13
2025-07-11 20:45Fix creating note via link open never makes draftSpencer Williams2+20-1
2025-07-11 20:42Fix drafts not counted for broken linksSpencer Williams1+4-3
2025-07-11 18:02Rename and document helpersSpencer Williams1+12-11
2025-07-11 17:52Add raw-title template varSpencer Williams3+18-4
2025-07-11 17:08Improve title renderingSpencer Williams2+22-2
2025-07-11 17:06Use mustache.el for templatingSpencer Williams4+42-42
2025-07-10 18:08Style improvementSpencer Williams1+3-4
2025-07-10 18:02Fix draft note titles showing up in backlinksSpencer Williams2+21-2
2025-07-10 17:44Fix backlinks testsSpencer Williams1+24-20
2025-07-10 17:39Add draft arg to seam-create-note and update testsSpencer Williams2+10-13
2025-07-07 17:15Update changelogSpencer Williams1+14-0
2025-07-07 16:55Add test re modifying seam-export-alistSpencer Williams1+13-0
2025-07-07 16:54Add tests for draft featureSpencer Williams1+63-4
2025-07-07 02:04Add create-as-draft featureSpencer Williams1+24-3
2025-07-07 01:51Rename seam-make-noteSpencer Williams3+18-16
2025-07-07 01:32Use helper function for retrieving note type namesSpencer Williams2+22-12
2025-07-07 00:20Add draft support to title formatterSpencer Williams3+27-12
2025-07-07 00:16Add support for draft notesSpencer Williams2+47-16
2025-07-07 00:01Use helper to retrieve slugs from filenamesSpencer Williams2+10-6
2025-07-06 22:00Aggressively delete old HTML files on exportSpencer Williams2+3-2
2025-07-06 21:39Improve file rename codeSpencer Williams1+10-7
2025-07-06 21:23Remove redundant HTML file deletion codeSpencer Williams1+1-3
2025-04-17 19:02Fix improper handling of titles with single quotesSpencer Williams3+8-3
2025-04-16 18:24Mention required Emacs and Org versionsSpencer Williams1+2-0
2025-04-16 18:21Mention link requirementSpencer Williams1+3-0
2025-04-16 18:21Add warning regarding testsSpencer Williams1+2-0
2025-04-16 18:20Explicitly require OrgSpencer Williams1+1-0
2025-04-16 18:19Fix improper error masking in regexp searchSpencer Williams1+2-4
2025-04-16 18:16Use literal regexp instead of calling org-headline-reSpencer Williams2+3-3
2025-04-16 18:13Add compatibility functions for Org <9.7Spencer Williams1+27-7
2025-04-16 16:44Minor style improvementSpencer Williams1+2-2
2025-04-16 16:43Rename helper functionSpencer Williams1+6-6
2025-04-16 16:41Don't try to set title from untitled note fileSpencer Williams1+5-4
2025-04-16 00:20Clean up seam-html copyright and credit noticesSpencer Williams1+4-4
2025-04-14 22:33Switch to cl-sort (Emacs 29 compat)Spencer Williams1+3-3
2025-04-10 21:07Remove mistakenly committed testSpencer Williams1+0-14
2025-04-09 16:48Elaborate on bugfixSpencer Williams1+2-1
2025-04-09 16:35Mention changelog in READMESpencer Williams1+5-0
2025-04-08 16:14Improve wording in changelogSpencer Williams1+15-14
2025-04-08 15:46Minor reformattingSpencer Williams1+4-0
2025-04-08 15:32Add known issues to READMESpencer Williams1+8-0
2025-04-08 15:22Rename changelogSpencer Williams1+0-0
2025-04-08 15:09Update changelog re completion changesSpencer Williams1+3-0
2025-04-08 15:05Don't pass alist to completing read (fixes ido-completing-read issue)Spencer Williams1+1-1
2025-04-08 15:02Fix bug that allows notes to be created with empty slugSpencer Williams2+4-0
2025-04-08 02:55Minor reformattingSpencer Williams1+6-0
2025-04-08 02:54Update changelogSpencer Williams2+17-0
2025-04-08 02:49Validate note type after completionSpencer Williams1+3-1
2025-04-08 02:47Add note type validation functionSpencer Williams1+5-2
2025-04-08 02:45Remove completion helper functionSpencer Williams1+2-6
2025-04-07 21:28Minor reformattingSpencer Williams1+5-0
2025-04-07 21:25Use Org for README (sorry cgit)Spencer Williams2+31-36
2025-04-07 21:16Move code to lisp/ subdirectorySpencer Williams5+4-0
2025-04-07 21:15Add "breaking changes" section to changelogSpencer Williams1+5-4
2025-04-07 21:06Mention deletion prompt change in changelogSpencer Williams1+2-0
2025-04-07 20:55Adjust heading level in CHANGES.orgSpencer Williams1+5-5
2025-04-07 20:47Fix bug due to improper use of replace-matchSpencer Williams2+3-1
2025-04-07 19:55Add another link to project pageSpencer Williams1+6-5
2025-04-07 18:26Link to Org-roam websiteSpencer Williams1+3-2
2025-04-07 18:18Rewrite READMESpencer Williams1+34-13
2025-04-07 18:18Delete README.orgSpencer Williams1+0-10
2025-04-07 02:31Mention note title in deletion promptSpencer Williams1+2-1
2025-04-07 02:24Prevent edits from unnecessarily re-exporting linked notesSpencer Williams3+76-28
2025-04-06 17:50Add CHANGES.orgSpencer Williams1+16-0
2025-04-06 17:29Minor cleanupSpencer Williams1+6-6
2025-04-06 17:24Add SEAM_SLUG property for custom slugsSpencer Williams2+31-9
2025-03-29 23:25Adjust README headingsSpencer Williams2+4-4
2025-03-29 23:20Minor refactoringSpencer Williams1+7-10
2025-03-29 23:09Add option to export internal links with custom CSS classSpencer Williams3+34-1
2025-03-29 22:33Reformat docstringsSpencer Williams1+28-18
2025-03-26 21:39Fix incorrect titles due to buffer narrowingSpencer Williams2+13-0
2025-03-22 17:45Improve link insertion promptSpencer Williams1+1-1
2025-03-19 16:01Rename seam-replace-string-in-notes -> seam-replace-string-in-all-notesSpencer Williams1+2-2
2025-03-19 15:52Rename seam-visited-files -> seam-visited-notes and fix its behaviorSpencer Williams1+9-6
2025-03-18 21:56Minor typographical change for consistencySpencer Williams4+4-4
2025-03-15 14:34Initial commitSpencer Williams7+2329-0