This website requires JavaScript.
Explore
Help
Sign in
nicole
/
pique
Watch
1
Star
0
Fork
You've already forked pique
0
Code
Pull requests
Activity
0611aac45f
pique
/
.gitignore
7 lines
46 B
Text
Raw
Normal View
History
Unescape
Escape
Add ADR for our choice of SQLite as our primary database, backed up by experiments demonstrating that SQLite will meet all of our requirements. This also introduces ADRs in the repo, and adds a README in preparation making the repository public.
2024-03-16 15:12:46 +00:00
target/
Create web skeleton, including Tailwind for CSS and hot reloading of CSS and templates. Tihs also adds an ADR for using Tailwind. Add a pile of dependencies setup orm, add admin tool admin tool does random pass if none provided add tons of css stuff finish up web skeleton
2024-03-16 15:45:32 +00:00
node_modules/
Add ADR for our choice of SQLite as our primary database, backed up by experiments demonstrating that SQLite will meet all of our requirements. This also introduces ADRs in the repo, and adds a README in preparation making the repository public.
2024-03-16 15:12:46 +00:00
*.db
*.xml
Create web skeleton, including Tailwind for CSS and hot reloading of CSS and templates. Tihs also adds an ADR for using Tailwind. Add a pile of dependencies setup orm, add admin tool admin tool does random pass if none provided add tons of css stuff finish up web skeleton
2024-03-16 15:45:32 +00:00
.env
Improve editor user experience (no longer WYSIWYG, fixed bugs, added view vs. edit distinction) (#3) This makes the editor experience much better (by subjective measures). Now instead of a WYSIWYG editor, we have a markdown code editor, and we also have the ability to view documents without editing them. While I was at it, I fixed a bug where if you didn't edit a document at all, it would save blank. This was fixed as a happenstance from the switch. Also included here is making the UI work with Javascript disabled. If you don't have JS, you will get a textarea which allows editing the markdown directly. If you do have JS enabled, you'll get a smarter editor. Reviewed-on: https://git.kittencollective.com/nicole/pique/pulls/3
2024-06-03 14:56:15 +00:00
static/
Copy permalink