silverbullet/plugs
Patrik Stenmark 64c36f9d4c
Pre-fill new page name with heading (#744)
When extracting a page, this will check if the first line is a markdown
heading. If it is, it will be used as a default name in the prompt
asking for a page name.

This uses a regular expression to check for a heading. It seemed a bit
overkill to do a full markdown parsing for this specific check.
2024-02-23 18:27:03 +01:00
..
editor Fixes #701 2024-02-23 13:50:59 +01:00
emoji More moving stuff around 2024-02-08 21:12:23 +01:00
federation Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
index Pre-fill new page name with heading (#744) 2024-02-23 18:27:03 +01:00
markdown Inject custom styles and theme into markdown preview pane (#741) 2024-02-23 09:01:38 +01:00
plug-manager Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
query Fixes #734 2024-02-23 13:26:10 +01:00
search Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
share Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
sync Refactor all the things 2023-08-28 17:12:15 +02:00
tasks Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
template added custom data property for template instantiation (#716) 2024-02-23 10:21:51 +01:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
builtin_plugs.ts Fixes #529 by removing directives (#613) 2024-01-02 14:47:02 +01:00

README.md

This folder contains the implementation of SilverBullet's built-in plugs — the plugs that ship with SB itself.