Peter Stuifzand
da11811e2d
Problem: indexing search objects is slow
...
Solution: batch indexing search objects
1 year ago
Peter Stuifzand
19183da0f8
Problem: block repo did not serialize writes
...
Solution: serialize writes
1 year ago
Peter Stuifzand
1acd0e5f0f
Problem: gitRevision does not handle errors
...
Solution: handle errors in gitRevision
1 year ago
Peter Stuifzand
3ee280a124
Problem: can't fetch a block with the API
...
Solution: add route to fetch a single with the API
1 year ago
Peter Stuifzand
726f3c944b
Problem: negative branch was first
...
Solution: positive branch is first
1 year ago
Peter Stuifzand
e7d2c0e1a9
Problem: Markdown takes some time to process
...
Solution: Don't process when it's not Markdown
1 year ago
Peter Stuifzand
66fe665bf2
Problem: graph is slow
...
Solution: disable graph
1 year ago
Peter Stuifzand
79aba57dcb
Problem: moving up from closed item, moved too far
...
Solution: add tests for this problem, and remove indent code when moving
up
1 year ago
Peter Stuifzand
f617dd973f
Problem: need url for login
...
Solution: create url when input does not parse
1 year ago
Peter Stuifzand
b33cfeb395
Problem: we don't have SR
...
Solution: add SR
1 year ago
Peter Stuifzand
569bef3226
Problem: tags are not parsed in the backend
...
Solution: replace tag with markdown links
1 year ago
Peter Stuifzand
8fa7d4170f
Problem: sr.js is messy
...
Solution: cleanup sr.js and extract functions
1 year ago
Peter Stuifzand
d584fe8bf7
Problem: tags are not really visible
...
Solution: show tags as tags
1 year ago
Peter Stuifzand
f79a01ae9b
Problem: tags are not parsed server side
...
Solution: add parsing of tags to server side
1 year ago
Peter Stuifzand
71d957ae9b
Problem: mark markup uses "=="
...
Solution: remove "==" around mark
1 year ago
Peter Stuifzand
27579e841e
Problem: tags are not parsed on client side
...
Solution: parse tags in markdown
1 year ago
Peter Stuifzand
3d249dde05
Problem: block.go is missing and blockRepo could not be found
...
Solution: add block.go
1 year ago
Peter Stuifzand
40dfa46d7c
Problem: sr.js is missing
...
Solution: add sr.js
1 year ago
Peter Stuifzand
b4a721ffeb
Problem: the search query does not use _ for spaces when creating a new page
...
Solution: create a new page with _ for spaces
1 year ago
Peter Stuifzand
1b8b5ff4f6
Problem: checkbox part of file is not indented
...
Solution: fix indentation
1 year ago
Peter Stuifzand
f6566f6313
Problem: burger menu does not work on mobile
...
Solution: add even handler to open/close hamburger menu
1 year ago
Peter Stuifzand
6c7b66f4ab
Problem: wiki does not support spaced repetition
...
Solution: implement spaced repetition for review of blocks
1 year ago
Peter Stuifzand
7d898afb03
Problem: array meta and single char meta keywords are not rendered right
...
Solution: fix problem with array meta and single char meta keywords
1 year ago
Peter Stuifzand
564081a581
Problem: lists generate with *
...
Solution: generate lists for -
1 year ago
Peter Stuifzand
8af3d22d06
Problem: keywords could not contain a space
...
Solution: allow space in keywords
1 year ago
Peter Stuifzand
965d2c87f5
Problem: tags are not very visible
...
Solution: improve visibility of tags with a bit of color
1 year ago
Peter Stuifzand
d22f3e123a
Problem: TODO and DONE are shown a normal text links
...
Solution: Replace TODO and DONE tags with checkboxes
1 year ago
Peter Stuifzand
a8fb7f62ad
Problem: Keywords are links in read-only view
...
Solution: Don't like the keywords in read-only view
1 year ago
Peter Stuifzand
d569fd560f
Problem: search results have edit link while on read side
...
Solution: only use /edit/ link when editing
1 year ago
Peter Stuifzand
1115fa14ff
Problem: mobile view is read/write
...
Solution: make a read only version for mobile
1 year ago
Peter Stuifzand
39a3a9d270
Problem: links are not clickable
...
Solution: auto-link links in markdown
1 year ago
Peter Stuifzand
cff499800e
Copy and paste HTML as Markdown
1 year ago
Peter Stuifzand
f3fa3a0a91
Problem: first line of pasted text is not saved
...
Solution: change regex of input string split
1 year ago
Peter Stuifzand
d3cde5fd94
Problem: lines for - are not supported in copy paste
...
Solution: adjust regex so as not to split there
1 year ago
Peter Stuifzand
e4539b520c
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.
1 year ago
Peter Stuifzand
2ed65e417f
Problem: there is not much space at the bottom of the page
...
Solution: add a large margin-top on the footer
1 year ago
Peter Stuifzand
293c9d66a4
Problem: fold arrow is small
...
Solution: increase size of clickable area for arrow
1 year ago
Peter Stuifzand
c30156dd10
Problem: copy and paste always creates new nodes
...
Solution: allow one line text as normals text
1 year ago
Peter Stuifzand
e743576043
Problem: block markdown is not supported
...
Solution: render cells as block markdown
1 year ago
Peter Stuifzand
e2aa173432
Problem: can't copy and paste multiline text as multiple items
...
Solution: split text and add multiple items
1 year ago
Peter Stuifzand
258dd4f7ab
Problem: search does not work with dates and tags
...
Solution: add search for tags and dates
1 year ago
Peter Stuifzand
fa9f34e42f
Problem: you can not search for lines without grouping
...
Solution: add search operator "query@" to find lines without grouping on
titles.
1 year ago
Peter Stuifzand
cba1d002d9
Problem: there are no suggest date pages in links
...
Solution: add Suggested page with date page to page references
1 year ago
Peter Stuifzand
878936ec13
Problem: bleve was old version
...
Solution: upgrade blevesearch to 2.3.0
1 year ago
Peter Stuifzand
d7d205f502
Problem: we don't support natural language dates in page search
...
Solution: add natural language date parser and allow to create new pages
1 year ago
Peter Stuifzand
3c53e14229
Problem: there are no easy ways to create a page from search
...
Solution: add create new page option to search results
1 year ago
Peter Stuifzand
1f6a22966f
Problem: metadata links are not parsed and rendered
...
Solution: create parser and renderer for metadata links.
2 years ago
Peter Stuifzand
74b1220710
Use a random seed to always generate new ids
2 years ago
Peter Stuifzand
001e4748dd
Use multiple underscore when there are multiple spaces
2 years ago
Peter Stuifzand
760eb11694
Implement "Create page from item"
2 years ago