summaryrefslogtreecommitdiff
path: root/tissue/issue.scm
AgeCommit message (Expand)Author
2023-04-15issue: Ignore preformatted blocks.Arun Isaac
2023-04-15issue: Allow checkboxes without a space.Arun Isaac
2023-01-29git: Deprecate call-with-file-in-git.Arun Isaac
2023-01-29document: Inter snippet source text into the xapian index.Arun Isaac
2023-01-27issue: Stop exporting deleted function.Arun Isaac
2023-01-26issue: Index names of people as non-boolean terms.Arun Isaac
2023-01-23issue: Remove unused import.Arun Isaac
2023-01-23file-document: Set document type of <file-document> to document.Arun Isaac
2023-01-23issues: Allow checkboxes without a space.Arun Isaac
2022-12-25web: Implement themes for the search page.Arun Isaac
2022-10-07tissue: Markup docstrings in texinfo syntax.Arun Isaac
2022-07-19web: server: Move document type identifier into HTML.Arun Isaac
2022-07-19issue: Render tags as an unordered list.Arun Isaac
2022-07-19issue: Quote tags with spaces instead of hyphenating them.Arun Isaac
2022-07-19document: Index boolean terms.Arun Isaac
2022-07-13issue: Move <issue> posts slot into <file-document>.Arun Isaac
2022-07-13document: Move <file-document> code to a new (tissue file-document).Arun Isaac
2022-07-09git: Use commit author date, not committer date.Arun Isaac
2022-07-09issue: Move person related functions to (tissue person).Arun Isaac
2022-07-09document: Generalize document-type method of <document> parent class.Arun Isaac
2022-07-09issue: Hyphenate tag in search query if it has spaces.Arun Isaac
2022-07-08issue: Allow specifying tags with keyword and tag singulars.Arun Isaac
2022-07-07issue: Parse known keys in list lines even if they are long.Arun Isaac
2022-07-07issue: Comment on list-line->alist cond ladder.Arun Isaac
2022-07-07issue: Rename hashtable-append! to hashtable-prepend!.Arun Isaac
2022-07-03issue: Use string-remove-prefix from (tissue utils).Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-06-29issue: Remove space at the beginning of search result metadata.Arun Isaac
2022-06-29document: Add search result title CSS class.Arun Isaac
2022-06-29document: Add CSS classes identifying document type.Arun Isaac
2022-06-29document: Print identifier identifying type of search result.Arun Isaac
2022-06-29document: Accept port argument when printing to text.Arun Isaac
2022-06-29web: server: Use div instead of span for snippets and metadata.Arun Isaac
2022-06-29web: server: Add web server for search.Arun Isaac
2022-06-29document: Abstract out document snippet selection.Arun Isaac
2022-06-28web: static: Move sanitize-string to (tissue issue).Arun Isaac
2022-06-28issue: Prefix ! to destructive function index-person.Arun Isaac
2022-06-28issue: Deprecate unix-time->date utility.Arun Isaac
2022-06-28Migrate to GOOPS.Arun Isaac
2022-06-27issue: Move issue printing functions to (tissue issue).Arun Isaac
2022-06-27issue: Replace issues thunk with read-gemtext-issue reader.Arun Isaac
2022-06-27issue: Deprecate authors function.Arun Isaac
2022-06-26issue: Index issues with type:issue.Arun Isaac
2022-06-26issue: Export predicates issue? and post?.Arun Isaac
2022-06-25bin: Index issues using xapian.Arun Isaac
2022-06-25issue: Add serialization and deserialization functions.Arun Isaac
2022-06-23issue: Lookup commits affecting file using guile-git.Arun Isaac
2022-06-23issue: Remove relative date fields.Arun Isaac
2022-04-14tissue: Add #:issue-files configuration parameter.Arun Isaac
2022-04-05git: Abstract out `git ls-files'.Arun Isaac