notes_pipeline.sync_lists
#
Sync lists.
Module Contents#
Classes#
Sublist. |
Functions#
Sync lists. |
|
Join nodes. |
|
Invoke Obsidian command. |
Data#
API#
- notes_pipeline.sync_lists.T#
‘TypeVar(…)’
- class notes_pipeline.sync_lists.Sublist(
- initlist=None,
Bases:
collections.UserList
[notes_pipeline.sync_lists.T
],typing.Generic
[notes_pipeline.sync_lists.T
]Sublist.
Initialization
- seq: collections.abc.Sequence[notes_pipeline.sync_lists.T]#
None
- notes_pipeline.sync_lists.sync_lists(
- path: pathlib.Path,
- backup: pathlib.Path,
- dry: bool = False,
Sync lists.
- notes_pipeline.sync_lists.join_nodes(
- nodes: collections.abc.Iterable[markdown_it_pyrs.Node],
Join nodes.
- notes_pipeline.sync_lists.DATAVIEW_TABLE_COLUMNS#
‘join(…)’
- notes_pipeline.sync_lists.DATAVIEW_PUBLISHER_NOTE_CONTENT#
None