The Fold (CAN)¶
Backlinks¶
- CAN should ignore 'beneath the fold'
- CAN's scratchfiles may have a marker (
---
) called the fold. Anything beneath this point should be ignored by can. This gives the user space to keep short-lived working drafts while they explore their notes.
- CAN's scratchfiles may have a marker (
- CAN's edit command should load the named note into the scratchfile
- When the note is inserted, other contents of the scratchfile should remain untouched beneath the fold, to avoid losing information and to make a stack-based approach to note editing possible.
- CAN's scratch command should push existing scratchfile content below the fold
- Running CAN's scratch command while a scratchfile exists should push all existing content beneath a new fold. This is done by adding
---
to the top of the scratchfile.
- Running CAN's scratch command while a scratchfile exists should push all existing content beneath a new fold. This is done by adding