notes_pipeline.stages.sync_plan
#
Sync plan.
Module Contents#
Classes#
Functions#
Sync DataView query. |
|
Get plan string. |
|
Convert string to kebab case. |
|
Render. |
Data#
API#
- notes_pipeline.stages.sync_plan.main()#
- notes_pipeline.stages.sync_plan.sync_dataview_plan(
- tokens: collections.abc.Iterable[markdown_it.token.Token],
- items: collections.abc.Sequence[str],
Sync DataView query.
- notes_pipeline.stages.sync_plan.T#
‘TypeVar(…)’
- class notes_pipeline.stages.sync_plan.Sublist(
- initlist=None,
Bases:
collections.UserList
[notes_pipeline.stages.sync_plan.T
],typing.Generic
[notes_pipeline.stages.sync_plan.T
]Sublist.
Initialization
- seq: collections.abc.Iterable[notes_pipeline.stages.sync_plan.T]#
None
- class notes_pipeline.stages.sync_plan.Plan#
A plan item.
- cutoff: datetime.datetime#
None
- notes_pipeline.stages.sync_plan.HEADING_COUNT#
3
- notes_pipeline.stages.sync_plan.START_OF_DAY#
‘get_time_today(…)’
- notes_pipeline.stages.sync_plan.PLANS#
None
- notes_pipeline.stages.sync_plan.PLAN_PAT#
‘^\[\s\]\s#hide\s(?P
.+)(?P \s🆔.+?)(?:\s⛔\s(?P .+))?$’
- notes_pipeline.stages.sync_plan.get_plan(
- match: re.Match[str],
- plans: collections.abc.Iterable[str],
Get plan string.
- class notes_pipeline.stages.sync_plan.Kind#
A plan kind.