You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
An Obsidian plugin to put small notes / stickies / cards in a dedicated file, and manage them in masonry layout.
4
4
5
-
A "flake" means a small piece of note, and a "flakepile" is a pile of those flakes.
5
+
A "flake" refers to a small piece of note, and a "flakepile" is a pile of those flakes.
6
6
7
-
Can be used to store ideas, diaries, code snippets, and more.
7
+
Can be used to collect ideas, diaries, code snippets, and more.
8
8
9
9
*The preview image is in horizontal layout. You can change this to vertical layout.*
10
10
@@ -20,7 +20,9 @@ I don't want 100 `.md` files with 1 sentence each.
20
20
21
21
## Installation
22
22
23
-
The plugin is not published as Obsidian's community plugin yet. Please use [BRAT](https://github.com/TfTHacker/obsidian42-brat) to install the plugin, or copy the files under the release tag to the plugin folder of your Obsidian application. You can also [build it from source](#build-from-source).
23
+
The plugin is not published as Obsidian's community plugin [yet](https://github.com/obsidianmd/obsidian-releases/pull/9533).
24
+
25
+
Please use [BRAT](https://github.com/TfTHacker/obsidian42-brat) to install the plugin, or copy the files under the release tag to the plugin folder of your Obsidian application. You can also [build it from source](#build-from-source).
24
26
25
27
## Tech Stack
26
28
@@ -57,10 +59,10 @@ Inside a flakepile:
57
59
58
60
Obsidian-wise:
59
61
60
-
-[x] "Create new flakepile" file menu option
62
+
-[x] "New flakepile" command & file menu option.
61
63
-[x] "Flake count" status bar item [1]
62
64
- Limited support to internal plugins
63
-
-[x] Preview other markdown file
65
+
-[x] Preview other markdown files via `[[file link]]`
64
66
-[x] Jump to global search when clicking on a tag
65
67
66
68
[1] Due to the nature of this plugin, other status bar items are hidden in flakepile view. Please let me know if you think some status bar item should be displayed.
@@ -103,6 +105,10 @@ npm run build // Build for production
103
105
104
106
WHen running `npm run build`, the output files will be copied to `dist` folder.
105
107
108
+
## Changelog
109
+
110
+
[Changelog for pre-1.0 versions](docs/changelog_pre1.0.md)
0 commit comments