Skip to content

Commit a9f3b24

Browse files
committed
Get rid of extraneous files in fixtures folder, update README
1 parent 5675b60 commit a9f3b24

14 files changed

Lines changed: 13 additions & 25 deletions

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,16 @@ d.each_paragraph do |p|
3535
run.formatting
3636
run.text
3737
end
38-
end
38+
end
39+
```
40+
41+
## Development
42+
43+
### todo
44+
45+
* Add better formatting identification for specific nodes and other formatting indicators (text size, paragraph spacing)
46+
* Calculate element formatting based on values present in element properties as well as properties inherited from parents
47+
* Default formatting of inserted elements to inherited values
48+
* Implement formattable elements.
49+
* Implement styles.
50+
* Easier multi-line text insertion at a single bookmark (inserting paragraph nodes after the one containing the bookmark)

test/fixtures/editing_2.zip

-13.3 KB
Binary file not shown.

test/fixtures/editing_2/[Content_Types].xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/_rels/.rels

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/docProps/app.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/docProps/core.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/word/_rels/document.xml.rels

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/word/document.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/word/fontTable.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/editing_2/word/settings.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)