silverbullet/lib
Deepak Narayan 850c06fd70
Fixes #560 and provides an initial implementation for assigning (#940)
decorators to tags.

This patch enables decorations for user specified tags - starting
with handling only a single decoration - a 'prefix' to be added
to the page name. Prefix is handled in the top bar title,
page navigator, wiki-links appearing within a page as well as
page autocomplete suggestions.
2024-07-13 13:56:00 +02:00
..
asset_bundle improve dependency management (#770) 2024-03-16 15:29:24 +01:00
data improve dependency management (#770) 2024-03-16 15:29:24 +01:00
plugos improve dependency management (#770) 2024-03-16 15:29:24 +01:00
README.md More moving stuff around 2024-02-08 21:12:23 +01:00
async.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
async.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
builtin_query_functions.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
builtin_query_functions.ts Added `contains` function 2024-03-02 11:01:52 +01:00
cheap_yaml.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
cheap_yaml.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
command.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
crypto.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
dates.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
deps_client.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
deps_server.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
limited_map.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
limited_map.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
manifest.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
memory_cache.test.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
memory_cache.ts Giant code reorganization (#690) 2024-02-08 21:00:45 +01:00
proxy_fetch.ts improve dependency management (#770) 2024-03-16 15:29:24 +01:00
web.ts Fixes #560 and provides an initial implementation for assigning (#940) 2024-07-13 13:56:00 +02:00

README.md

This folder contains library functions that is generally reusable, not specific to SilverBullet. This code can be used from within plugs or the core code base. It may move out of this repo at some point.