Merge pull request 'Reclasifying.' (!6) from unsync into master

Reviewed-on: #6
This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-10-14 15:35:47 +00:00
commit cea7ce5e6c
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
"
I model a possible bridge between TaskWarrior and MiniDocs. (starting DRAFT).
"
Class { Class {
#name : #AcroReport, #name : #AcroReport,
#superclass : #Object, #superclass : #Object,

View File

@ -4,7 +4,7 @@ Class {
#instVars : [ #instVars : [
'folder' 'folder'
], ],
#category : #MiniDocs #category : #'MiniDocs-Model'
} }
{ #category : #accessing } { #category : #accessing }

View File

@ -11,7 +11,7 @@ Class {
'footnoteLabel', 'footnoteLabel',
'footnoteContent' 'footnoteContent'
], ],
#category : #MiniDocs #category : #'MiniDocs-Model'
} }
{ #category : #accessing } { #category : #accessing }