Go to file
Peter Stuifzand e4539b520c
All checks were successful
continuous-integration/drone/push Build is passing
Problem: some standard copy paste formats do not work
Solution: add solution for copying text from Roam. This formats looks
like:
    - parent
        - child 1
        - child 2

The first line starts with a dash and space. The other lines also start
with spaces (multiple of 4 or 0), dash, space. Every 4 spaces is 1
indent in our format.
2022-01-12 22:45:46 +01:00
editor Problem: there is not much space at the bottom of the page 2022-01-12 22:45:13 +01:00
link Problem: search does not work with dates and tags 2022-01-08 21:58:41 +01:00
list-editor Problem: some standard copy paste formats do not work 2022-01-12 22:45:46 +01:00
templates Hide backrefs on editor page (are visible in sidebar) 2021-09-25 21:03:38 +02:00
.drone.yml Run list-editor and editor tests 2021-08-24 21:08:59 +02:00
.editorconfig Add markdown max_line_length to .editorconfig 2020-10-25 15:22:24 +01:00
.gitignore Include list-editor 2020-10-14 23:43:52 +02:00
.pre-commit-config.yaml Add npm testing to pre-commit config 2021-08-24 21:23:08 +02:00
backref.go Add copyright comments 2021-08-07 19:13:10 +02:00
Dockerfile Use webpack 5 2021-08-15 23:18:57 +02:00
editor.go Add copyright comments 2021-08-07 19:13:10 +02:00
file.go Problem: bleve was old version 2022-01-07 21:08:23 +01:00
go.mod Problem: search does not work with dates and tags 2022-01-08 21:58:41 +01:00
go.sum Problem: bleve was old version 2022-01-07 21:08:23 +01:00
graph.go Add title to graph nodes 2021-08-17 22:38:25 +02:00
id.go Add copyright comments 2021-08-07 19:13:10 +02:00
main.go Problem: search does not work with dates and tags 2022-01-08 21:58:41 +01:00
mark.go Add copyright comments 2021-08-07 19:13:10 +02:00
markdown.go Add copyright comments 2021-08-07 19:13:10 +02:00
memory.go Add copyright comments 2021-08-07 19:13:10 +02:00
README.md Add markdownlinting 2019-03-16 20:46:47 +01:00
recent_test.go Add copyright comments 2021-08-07 19:13:10 +02:00
recent.go Add copyright comments 2021-08-07 19:13:10 +02:00
search_test.go Add tests 2021-08-13 21:02:38 +02:00
search.go Problem: search does not work with dates and tags 2022-01-08 21:58:41 +01:00
session.go Add copyright comments 2021-08-07 19:13:10 +02:00
TODO.md Add /api/block/ API 2021-01-17 17:36:17 +01:00
util_test.go Add copyright comments 2021-08-07 19:13:10 +02:00
util.go Problem: search does not work with dates and tags 2022-01-08 21:58:41 +01:00

Wiki

Build Status