-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Labels
Milestone
Description
The branch feature/importers
has been created based on @camstevenson's work on OPML import (#192). Long life and prosperity to him !
I'll will now work on that branch to create an Importer similar to the Exporter. If I create only a Markdown import, then using pandoc we can import all the formats listed here.
Current ideas:
- Being able to preview the import (by creating a temporary model, and showing the import in outline view / tree view / flash cards), before actually importing it.
- Having an option to create a "scene split" or "folder split" by string expression or regular expression
- Import a whole folder structure, each text file is a scene
- Markdown import
So my questions for you:
- What ideas do you have for the importer? What is necessary, what is to avoid?
- How should a markdown document be imported? My current idea:
- A title with subtitles in it is a folder
- A title without subtitles is a scene
Thanks for your feedbacks :)