Commit Graph

1236 Commits

Author SHA1 Message Date
Tienson Qin
c6975bf013 fix: remove picture-in-picture from youtube iframe for security reason
Related to https://trello.com/c/0D0AeCom/103-mac-trying-to-access-users-webcam
2021-03-18 00:38:34 +08:00
Tienson Qin
11ee002e2a feat: Improve text editing across blocks
Related thread at
https://discuss.logseq.com/t/improve-text-editing-across-blocks/148

Related to #557
2021-03-17 22:23:53 +08:00
Junyu Zhan
453971d9b2 fix: dot run init-sentry in dev 2021-03-17 18:56:39 +08:00
Tienson Qin
4bb95ef256 fix: oops 2021-03-17 02:54:38 +08:00
Tienson Qin
7f072fb2c9 chore: add typescript support 2021-03-17 01:15:48 +08:00
Tienson Qin
076625f566 fix: unquote full-text query 2021-03-17 01:14:38 +08:00
Tienson Qin
d94da81459 feat: export as EDN 2021-03-17 00:27:04 +08:00
Tienson Qin
c1d444e582 chore: bump version 2021-03-17 00:02:09 +08:00
Tienson Qin
e3edb55fde enhance: redirect to all pages when no default page in publishing mode 2021-03-17 00:01:35 +08:00
Tienson Qin
5a3cc38cf2 enhance: don't create the last page for namespace pages for now 2021-03-16 23:14:53 +08:00
Weihua Lu
b2d368d64b fix: get-page-ref-text shall return in file edit mode 2021-03-16 23:11:49 +08:00
Tienson Qin
132b7ab1cc fix: graph-view width now limited by the main container width
Related to #1456
2021-03-16 23:09:29 +08:00
Tienson Qin
5ce319415c fix: fix code-editor and other extensions not working when publishing
Also, removed unused files for publishing
2021-03-16 23:03:46 +08:00
Junyu Zhan
b5d5b13b70 feat: make the button title shorter 2021-03-16 23:03:46 +08:00
Junyu Zhan
df02353278 feat: export to a folder instead of creating one for the user 2021-03-16 23:03:46 +08:00
Junyu Zhan
d626be98bf feat: disable export feature on web (now it's electron only) 2021-03-16 23:03:46 +08:00
Junyu Zhan
84f3e698df feat: revert to public instead of publishable 2021-03-16 23:03:46 +08:00
Junyu Zhan
3cb6265e16 feat: [electron] export index.html together with other assets 2021-03-16 23:03:46 +08:00
Junyu Zhan
6eadb22753 refactor: use publishable instead of public because the latter is too general 2021-03-16 23:03:46 +08:00
Tienson Qin
36c1884da2 enhance: add createDirectory and promptToCreate 2021-03-16 20:23:47 +08:00
Tienson Qin
37fefb9fbf feat: add db->edn-str 2021-03-16 17:46:43 +08:00
Peng Xiao
6fa1219c70 feat: map typescript to text/typescript 2021-03-16 17:22:04 +08:00
Peng Xiao
3a43d0365b feat: add js/ts/tsx modes to codemirror 2021-03-16 17:22:04 +08:00
Weihua Lu
95a68481d0 use title in rename dialog 2021-03-16 17:21:40 +08:00
Tienson Qin
68be5a3c1f fix: shortcuts on mac 2021-03-16 17:20:10 +08:00
Tienson Qin
41e3bd528f fix: win10 file path length limit 2021-03-16 17:15:48 +08:00
Tienson Qin
1af67a0a24 chore: search options tune 2021-03-16 15:24:31 +08:00
Tienson Qin
f7bc6f1298 chore: bump minor version 2021-03-16 15:14:34 +08:00
Tienson Qin
8538286199 Merge branch 'master' of github.com:logseq/logseq 2021-03-16 15:14:15 +08:00
Tienson Qin
7c58af63c0 fix: Search fails for words that are present after about 44 chars
Related to #1469
2021-03-16 15:13:33 +08:00
defclass
a5cbc280ba chore(warning): fix code to erase complains 2021-03-16 15:00:20 +08:00
Tienson Qin
629f80f6c5 fix: remove period temporarily 2021-03-16 13:05:11 +08:00
Tienson Qin
a63c0dbc64 fix: Block show http URL as a image URL
Resolved #1342
2021-03-16 12:35:26 +08:00
Tienson Qin
24c1fde986 fix: waiting with a priority 2021-03-15 23:17:53 +08:00
Tienson Qin
a976f76909 chore: bump minor version 2021-03-15 23:09:26 +08:00
Tienson Qin
3fcc8bf69c feat: initial support for namespace pages 2021-03-15 23:07:07 +08:00
Tienson Qin
387cdac3e9 fix: CI 2021-03-15 22:27:40 +08:00
Junyu Zhan
2ec207d699 fix: remove more unnecessary url encode/decode 2021-03-15 22:09:05 +08:00
Junyu Zhan
e6dda26ddf fix: remove redundant let 2021-03-15 22:09:05 +08:00
Junyu Zhan
915218fbf6 fix: remove util/url-decode where urls are already decoded 2021-03-15 22:09:05 +08:00
Tienson Qin
f5c10839d4 fix: img macro break the slide 2021-03-15 20:30:50 +08:00
rcmerci
fdfb6b94d8 consider :<key>: as the valid prefix of properties-content for org-mode
otherwise, `db/get-page-properties-content' would ignore "#+TITLE: <title>"
properties behind ":PROPETIES:", then insert another "#+TITLE:
<title>" at the beginning of content.
2021-03-15 19:30:25 +08:00
rcmerci
1cfa68e804 directives at the begining have higher priority 2021-03-15 19:30:25 +08:00
rcmerci
6c0291018b fix: empty properties-content mess up file-content 2021-03-15 19:30:25 +08:00
rcmerci
08d8f7e19a fix: find all directives in ast
A directive like '#+TITLE: foobar' probably is not the first ast item
2021-03-15 19:30:25 +08:00
Tienson Qin
b16f4cce1f fix: don't use db to provide regex search 2021-03-15 19:16:50 +08:00
Tienson Qin
b70ce7a5f1 chore: disable full-text query temporarily 2021-03-15 18:57:16 +08:00
Tienson Qin
3b7ff40afc fix: full-text query support string as parameter too 2021-03-15 18:45:08 +08:00
Tienson Qin
4c1b9bcbff chore: bump minor version 2021-03-15 18:32:35 +08:00
Tienson Qin
2a727048f1 feat: full-text query support 2021-03-15 18:32:14 +08:00